|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.qm.QmRunTestCaseDialog
public class QmRunTestCaseDialog
Manage dialog launched from QM test case page to run the test case.
Following actions are accessible on this page:
selectExistingExecutionRecord(String)
: Select the given execution
record.selectTestPlan(String)
: Select the given test plan.selectTestScript(String)
: Select the given test script.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.
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 |
---|
public QmRunTestCaseDialog(ClmWebPage page, org.openqa.selenium.By findBy)
Method Detail |
---|
public void selectExistingExecutionRecord(java.lang.String executionRecord)
Note that this does not close the dialog.
executionRecord
- The execution record to select.public void selectTestPlan(java.lang.String testPlan)
Note that this does not close the dialog.
testPlan
- The test plan to select.public void selectTestScript(java.lang.String testScript)
Note that this does not close the dialog.
testScript
- The test script to select.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |