com.ibm.team.fvt.tests.clm.pages.dialogs.qm
Class QmRunTestCaseDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.qm.QmRunTestCaseDialog

public class QmRunTestCaseDialog
extends ClmWebPageDialog

Manage dialog launched from QM test case page to run the test case.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:


Constructor Summary
QmRunTestCaseDialog(ClmWebPage page, org.openqa.selenium.By findBy)
           
 
Method Summary
 void selectExistingExecutionRecord(java.lang.String executionRecord)
          Select the given execution record.
 void selectTestPlan(java.lang.String testPlan)
          Select the given test plan.
 void selectTestScript(java.lang.String testScript)
          Select the given test script.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog
open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QmRunTestCaseDialog

public QmRunTestCaseDialog(ClmWebPage page,
                           org.openqa.selenium.By findBy)
Method Detail

selectExistingExecutionRecord

public void selectExistingExecutionRecord(java.lang.String executionRecord)
Select the given execution record.

Note that this does not close the dialog.

Parameters:
executionRecord - The execution record to select.

selectTestPlan

public void selectTestPlan(java.lang.String testPlan)
Select the given test plan.

Note that this does not close the dialog.

Parameters:
testPlan - The test plan to select.

selectTestScript

public void selectTestScript(java.lang.String testScript)
Select the given test script.

Note that this does not close the dialog.

Parameters:
testScript - The test script to select.