Click or drag to resize

VariableLevels Enumeration

Sets the level of the variables, it can be Global, TestSuite or TestCase

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum VariableLevels
Members
  Member nameValueDescription
TestCase0 The variable is in the Test Case scope, they are not accessible when current test case is finished.
TestSuite1 The variable is available in the Test Suite scope, they are not accessible from another Test Suite.
Project2 The variable is available within the current automation project.
See Also