com.ibm.team.fvt.tests.clm.scenario
Class ClmScenarioStep

java.lang.Object
  extended by com.ibm.team.fvt.tests.scenario.ScenarioStep
      extended by com.ibm.team.fvt.tests.clm.scenario.ClmScenarioStep
All Implemented Interfaces:
ClmScenarioDataConstants

public class ClmScenarioStep
extends com.ibm.team.fvt.tests.scenario.ScenarioStep
implements ClmScenarioDataConstants

Manage a CLM scenario step.

The step gives access to the current location which is either the page location or the current browser URL in case no page was already stored.

At the CLM level the step gives easy acces to any CLM piece of information as:

The step also allow to handle smoothly CLM pages opening:


Field Summary
static java.lang.String[] NO_DATA
           
 
Fields inherited from class com.ibm.team.fvt.tests.scenario.ScenarioStep
stepRule
 
Fields inherited from interface com.ibm.team.fvt.tests.clm.scenario.ClmScenarioDataConstants
MTM_CCM_PROJECT_DASHBOARD_NAME, MTM_CCM_PROJECT_NAME, MTM_DM_PROJECT_DASHBOARD_NAME, MTM_DM_PROJECT_NAME, MTM_PROJECT_NAME, MTM_QM_PROJECT_DASHBOARD_NAME, MTM_QM_PROJECT_NAME, MTM_RM_PROJECT_DASHBOARD_NAME, MTM_RM_PROJECT_NAME, RELEASE_BACKLOG, TEST_PREFIX_PARAM_DEFAULT_VALUE, TEST_PREFIX_PARAM_ID, TEST_USER_ID, TEST_USERID
 
Constructor Summary
ClmScenarioStep()
           
 
Method Summary
 ClmScenarioExecution getScenarioExecution()
          
 
Methods inherited from class com.ibm.team.fvt.tests.scenario.ScenarioStep
setUpStep, setUpTest, tearDownTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_DATA

public static final java.lang.String[] NO_DATA
Constructor Detail

ClmScenarioStep

public ClmScenarioStep()
Method Detail

getScenarioExecution

public ClmScenarioExecution getScenarioExecution()

Overrides:
getScenarioExecution in class com.ibm.team.fvt.tests.scenario.ScenarioStep
Returns:
The scenario execution as ClmScenarioExecution