|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.scenario.ScenarioExecution
com.ibm.team.fvt.tests.clm.scenario.ClmScenarioExecution
public class ClmScenarioExecution
Manage CLM scenario execution.
It stores the current page
to be able to pass it from
test to test inside a scenario step and also from step to step inside the
scenario. That allow easy transition between tests avoiding to have to infer
page to open which may lead to unnecessary page opening.
This scenario execution can be modified by specifying following parameters:
ClmConstants.EXPRESS_SETUP_ID
: use the Express option while
running the JTS setup. Note this parameter has to be used as soon as the JTS
setup has been run using this option even if it was before the scenario execution.
Constructor Summary | |
---|---|
ClmScenarioExecution()
|
Method Summary | |
---|---|
boolean |
expressSetup()
Returns whether the scenario uses Express option during the JTS setup. |
ClmConfig |
getConfig()
|
ClmScenarioData |
getData()
|
ClmWebPage |
getPage()
|
ClmTopology |
getTopology()
|
Methods inherited from class com.ibm.team.fvt.tests.scenario.ScenarioExecution |
---|
addMandatoryTests, finish, getBrowser, hasException, isSingleStep, runTest, setPage, setSingleStep, shouldStop, takeSnapshotFailure, takeSnapshotInfo, takeSnapshotWarning, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClmScenarioExecution()
Method Detail |
---|
public boolean expressSetup()
To specify it, then use the following parameter:
expressSetup
true
or false
, any other
value will be ignored.expressSetup=true
in the properties file-DexpressSetup=true
in the VM Arguments field of the launch
configuration.
public ClmConfig getConfig()
getConfig
in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
ClmConfig
.public ClmScenarioData getData()
getData
in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
ClmScenarioData
.public ClmWebPage getPage()
getPage
in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
ClmWebPage
.public ClmTopology getTopology()
getTopology
in class com.ibm.team.fvt.tests.scenario.ScenarioExecution
ClmTopology
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |