Click or drag to resize

DataStorageSave 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 (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract void Save(
	TestCase testCase
)

Parameters

testCase
Type: Hummingbird.TestFramework.AutomationTestCase

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

See Also