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
)
Public MustOverride Sub Save (
testCase As TestCase
)
public:
virtual void Save(
TestCase^ testCase
) abstract
abstract Save :
testCase : TestCase -> unit
Parameters
- testCase
- Type: Hummingbird.TestFramework.AutomationTestCase
[Missing <param name="testCase"/> documentation for "M:Hummingbird.TestFramework.Automation.DataStorage.Save(Hummingbird.TestFramework.Automation.TestCase)"]
See Also