Property | Type | Description | |
---|---|---|---|
actions | string | ||
active | bool | ||
execution_type | int | ||
expected_results | string | ||
id | int | ||
step_number | int |
Method | Description | |
---|---|---|
TestStep ( int stepNr, string actions, string expectedResult, bool isActive, int executionType ) : System |
constructor used when defining new steps when creating testcases
|
Method | Description | |
---|---|---|
TestStep ( CookComputing.XmlRpc.XmlRpcStruct data ) : System |
constructor used by the XML Rpc return
|
public TestStep ( int stepNr, string actions, string expectedResult, bool isActive, int executionType ) : System | ||
stepNr | int | sequential id, start with 1 |
actions | string | formatted text, use html style text format tags |
expectedResult | string | formatted text, use html style text format tags |
isActive | bool | set to true |
executionType | int | 1=manual, 2=automatic |
return | System |