public interface ITestSet extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
buildPerfGraph(String groupByField,
String sumOfField,
int maxCols,
Object filter,
Object frDate,
boolean forceRefresh,
boolean showFullPath)
Creates Performance Graph.
|
com4j.Com4jObject |
buildProgressGraph(String groupByField,
String sumOfField,
int majorSkip,
int minorSkip,
int maxCols,
Object filter,
Object frDate,
boolean forceRefresh,
boolean showFullPath)
Builds test set progress graph.
|
com4j.Com4jObject |
buildProgressGraphEx(String groupByField,
String sumOfField,
boolean byHistory,
int majorSkip,
int minorSkip,
int maxCols,
Object filter,
Object frDate,
boolean forceRefresh,
boolean showFullPath)
Builds test set progress graph.
|
com4j.Com4jObject |
buildSummaryGraph(String xAxisField,
String groupByField,
String sumOfField,
int maxCols,
Object filter,
boolean forceRefresh,
boolean showFullPath)
Builds test set summary graph.
|
com4j.Com4jObject |
buildTrendGraph(String groupByField,
String sumOfField,
int maxCols,
Object filter,
Object frDate,
boolean forceRefresh,
boolean showFullPath)
Creates graph that shows the test set changes over time.
|
String |
checkTestInstances(String testIDs)
Gets information about the instances of the specified test in this test set.
|
com4j.Com4jObject |
conditionFactory()
The condition factory object for the current test set.
|
com4j.Com4jObject |
execEventNotifyByMailSettings()
Gets the execution mail notification settings for the current test set.
|
com4j.Com4jObject |
executionSettings()
Gets the execution settings for the test set.
|
String |
name()
The test set name.
|
void |
name(String pVal)
The test set name.
|
void |
purgeExecutions()
Purges all the running executions within the test set.
|
void |
resetTestSet(boolean deleteRuns)
Sets the status of each test in the test set to 'No Run'.
|
com4j.Com4jObject |
startExecution(String serverName)
Starts the execution controller.
|
String |
status()
The test set status.
|
void |
status(String pVal)
The test set status.
|
com4j.Com4jObject |
testDefaultExecutionSettings()
Gets default execution settings for tests.
|
com4j.Com4jObject |
testSetFolder()
The test set's parent node.
|
void |
testSetFolder(Object pNode)
The test set's parent node.
|
com4j.Com4jObject |
tsTestFactory()
The factory object for the current test set.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The test set name.
Getter method for the COM property "Name"
void name(String pVal)
The test set name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String status()
The test set status.
Getter method for the COM property "Status"
void status(String pVal)
The test set status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject tsTestFactory()
The factory object for the current test set.
Getter method for the COM property "TSTestFactory"
com4j.Com4jObject conditionFactory()
The condition factory object for the current test set.
Getter method for the COM property "ConditionFactory"
com4j.Com4jObject buildSummaryGraph(@DefaultValue(value="") String xAxisField, @DefaultValue(value="") String groupByField, @DefaultValue(value="") String sumOfField, @DefaultValue(value="0") int maxCols, Object filter, @DefaultValue(value="0") boolean forceRefresh, @DefaultValue(value="0") boolean showFullPath)
Builds test set summary graph.
xAxisField
- Optional parameter. Default value is ""groupByField
- Optional parameter. Default value is ""sumOfField
- Optional parameter. Default value is ""maxCols
- Optional parameter. Default value is 0filter
- Optional parameter. Default value is com4j.Variant.getMissing()forceRefresh
- Optional parameter. Default value is falseshowFullPath
- Optional parameter. Default value is falsecom4j.Com4jObject buildProgressGraph(@DefaultValue(value="") String groupByField, @DefaultValue(value="") String sumOfField, @DefaultValue(value="0") int majorSkip, @DefaultValue(value="1") int minorSkip, @DefaultValue(value="0") int maxCols, Object filter, Object frDate, @DefaultValue(value="0") boolean forceRefresh, @DefaultValue(value="0") boolean showFullPath)
Builds test set progress graph.
groupByField
- Optional parameter. Default value is ""sumOfField
- Optional parameter. Default value is ""majorSkip
- Optional parameter. Default value is 0minorSkip
- Optional parameter. Default value is 1maxCols
- Optional parameter. Default value is 0filter
- Optional parameter. Default value is com4j.Variant.getMissing()frDate
- Optional parameter. Default value is com4j.Variant.getMissing()forceRefresh
- Optional parameter. Default value is falseshowFullPath
- Optional parameter. Default value is falsecom4j.Com4jObject startExecution(String serverName)
Starts the execution controller.
serverName
- Mandatory java.lang.String parameter.void purgeExecutions()
Purges all the running executions within the test set.
com4j.Com4jObject execEventNotifyByMailSettings()
Gets the execution mail notification settings for the current test set.
Getter method for the COM property "ExecEventNotifyByMailSettings"
com4j.Com4jObject executionSettings()
Gets the execution settings for the test set.
Getter method for the COM property "ExecutionSettings"
com4j.Com4jObject testDefaultExecutionSettings()
Gets default execution settings for tests.
Getter method for the COM property "TestDefaultExecutionSettings"
com4j.Com4jObject buildTrendGraph(@DefaultValue(value="") String groupByField, @DefaultValue(value="") String sumOfField, @DefaultValue(value="0") int maxCols, Object filter, Object frDate, @DefaultValue(value="0") boolean forceRefresh, @DefaultValue(value="0") boolean showFullPath)
Creates graph that shows the test set changes over time.
groupByField
- Optional parameter. Default value is ""sumOfField
- Optional parameter. Default value is ""maxCols
- Optional parameter. Default value is 0filter
- Optional parameter. Default value is com4j.Variant.getMissing()frDate
- Optional parameter. Default value is com4j.Variant.getMissing()forceRefresh
- Optional parameter. Default value is falseshowFullPath
- Optional parameter. Default value is falsecom4j.Com4jObject buildPerfGraph(@DefaultValue(value="") String groupByField, @DefaultValue(value="") String sumOfField, @DefaultValue(value="0") int maxCols, Object filter, Object frDate, @DefaultValue(value="0") boolean forceRefresh, @DefaultValue(value="0") boolean showFullPath)
Creates Performance Graph.
groupByField
- Optional parameter. Default value is ""sumOfField
- Optional parameter. Default value is ""maxCols
- Optional parameter. Default value is 0filter
- Optional parameter. Default value is com4j.Variant.getMissing()frDate
- Optional parameter. Default value is com4j.Variant.getMissing()forceRefresh
- Optional parameter. Default value is falseshowFullPath
- Optional parameter. Default value is falsevoid resetTestSet(boolean deleteRuns)
Sets the status of each test in the test set to 'No Run'.
deleteRuns
- Mandatory boolean parameter.String checkTestInstances(String testIDs)
Gets information about the instances of the specified test in this test set.
testIDs
- Mandatory java.lang.String parameter.com4j.Com4jObject buildProgressGraphEx(@DefaultValue(value="") String groupByField, @DefaultValue(value="") String sumOfField, @DefaultValue(value="-1") boolean byHistory, @DefaultValue(value="0") int majorSkip, @DefaultValue(value="1") int minorSkip, @DefaultValue(value="0") int maxCols, Object filter, Object frDate, @DefaultValue(value="0") boolean forceRefresh, @DefaultValue(value="0") boolean showFullPath)
Builds test set progress graph.
groupByField
- Optional parameter. Default value is ""sumOfField
- Optional parameter. Default value is ""byHistory
- Optional parameter. Default value is falsemajorSkip
- Optional parameter. Default value is 0minorSkip
- Optional parameter. Default value is 1maxCols
- Optional parameter. Default value is 0filter
- Optional parameter. Default value is com4j.Variant.getMissing()frDate
- Optional parameter. Default value is com4j.Variant.getMissing()forceRefresh
- Optional parameter. Default value is falseshowFullPath
- Optional parameter. Default value is falsecom4j.Com4jObject testSetFolder()
The test set's parent node.
Getter method for the COM property "TestSetFolder"
void testSetFolder(Object pNode)
The test set's parent node.
Setter method for the COM property "TestSetFolder"
pNode
- Mandatory java.lang.Object parameter.Copyright © 2020. All rights reserved.