Interface ITSTest3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,ITSTest
,ITSTest2
- All Known Subinterfaces:
ITSTest4
public interface ITSTest3 extends ITSTest2
Represents an instance of a Test in a test set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
generateTestConfiguration(java.lang.String testConfigurationName)
Generates a new Configuration based on this test instance.java.lang.String
generateXMLDescription(boolean showDesignSteps)
Generates an XML description of the test instance.com4j.Com4jObject
testConfiguration()
The test configuration used by this test instance for the run.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITSTest
executionParams, executionParams, executionSettings, hasSteps, hostName, hostName, instance, lastRun, name, params, runFactory, status, status, test, testId, testName, testSet, type
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITSTest2
hasCoverage
-
-
-
-
Method Detail
-
generateXMLDescription
java.lang.String generateXMLDescription(boolean showDesignSteps)
Generates an XML description of the test instance.
- Parameters:
showDesignSteps
- Mandatory boolean parameter.- Returns:
- Returns a value of type java.lang.String
-
testConfiguration
com4j.Com4jObject testConfiguration()
The test configuration used by this test instance for the run.
Getter method for the COM property "TestConfiguration"
- Returns:
- Returns a value of type com4j.Com4jObject
-
generateTestConfiguration
int generateTestConfiguration(java.lang.String testConfigurationName)
Generates a new Configuration based on this test instance. Connects the instance to the new created configuration, and returns its ID.
- Parameters:
testConfigurationName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
-