Click or drag to resize

ExcelDataStorageSave Method

This method should be implemented by sub classes by storing data to adapted place: Excel, CSV or SQL Database.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public override void Save(
	TestCase testCase
)

Parameters

testCase
Type: Hummingbird.TestFramework.AutomationTestCase

[Missing <param name="testCase"/> documentation for "M:Hummingbird.TestFramework.Automation.ExcelDataStorage.Save(Hummingbird.TestFramework.Automation.TestCase)"]

Exceptions
ExceptionCondition
InvalidOperationExceptionYou are using a relative path but the project has not yet saved. Please save the project before using relative path.
See Also