public interface ITSTest extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
String |
executionParams()
The execution parameters for this test instance.
|
void |
executionParams(String pVal)
The execution parameters for this test instance.
|
com4j.Com4jObject |
executionSettings()
The execution settings for this test instance.
|
boolean |
hasSteps()
Checks if the planning test specified by the Test property has design steps.
|
String |
hostName()
The name of the host planned to run this test instance.
|
void |
hostName(String pVal)
The name of the host planned to run this test instance.
|
int |
instance()
The instance number of this execution test, within the other instances of the same test.
|
com4j.Com4jObject |
lastRun()
The Run object of the last run.
|
String |
name()
The name of this execution test.
|
com4j.Com4jObject |
params()
Deprecated.
|
com4j.Com4jObject |
runFactory()
The Run Factory for this execution test.
|
String |
status()
The execution test status.
|
void |
status(String pVal)
The execution test status.
|
com4j.Com4jObject |
test()
The planning test of which this execution test in an instance.
|
Object |
testId()
The ID of the design test of which this is an instance.
|
String |
testName()
The name of the design test of which this is an instance.
|
com4j.Com4jObject |
testSet()
The test set to which the execution test belongs.
|
String |
type()
The execution test type.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String status()
The execution test status.
Getter method for the COM property "Status"
void status(String pVal)
The execution test status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject runFactory()
The Run Factory for this execution test.
Getter method for the COM property "RunFactory"
com4j.Com4jObject test()
The planning test of which this execution test in an instance.
Getter method for the COM property "Test"
String hostName()
The name of the host planned to run this test instance.
Getter method for the COM property "HostName"
void hostName(String pVal)
The name of the host planned to run this test instance.
Setter method for the COM property "HostName"
pVal
- Mandatory java.lang.String parameter.String name()
The name of this execution test. By convention, this is the test instance number and the test name.
Getter method for the COM property "Name"
String type()
The execution test type.
Getter method for the COM property "Type"
boolean hasSteps()
Checks if the planning test specified by the Test property has design steps.
Getter method for the COM property "HasSteps"
String executionParams()
The execution parameters for this test instance.
Getter method for the COM property "ExecutionParams"
void executionParams(String pVal)
The execution parameters for this test instance.
Setter method for the COM property "ExecutionParams"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject lastRun()
The Run object of the last run.
Getter method for the COM property "LastRun"
com4j.Com4jObject params()
Deprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters for this execution test.
Getter method for the COM property "Params"
com4j.Com4jObject executionSettings()
The execution settings for this test instance.
Getter method for the COM property "ExecutionSettings"
Object testId()
The ID of the design test of which this is an instance.
Getter method for the COM property "TestId"
int instance()
The instance number of this execution test, within the other instances of the same test.
Getter method for the COM property "Instance"
String testName()
The name of the design test of which this is an instance.
Getter method for the COM property "TestName"
com4j.Com4jObject testSet()
The test set to which the execution test belongs.
Getter method for the COM property "TestSet"
Copyright © 2020. All rights reserved.