com.ibm.team.fvt.tests.clm.pages.dialogs.qm
Class QmAddTestScriptsDialog
java.lang.Object
com.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.QmAddTestScriptsDialog
public class QmAddTestScriptsDialog
- extends ClmWebPageDialog
Manage dialog launched from a QM test case page to add a test script.
Following actions are accessible on this page:
Following operations are also specialized for dialogs:
- See Also:
Method Summary |
void |
addTestScriptUsingSearch(java.lang.String searchText,
java.lang.String testScript)
Add an existing test script to the test case using searchText |
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 com.ibm.team.fvt.tests.web.WebElementWrapper |
getText |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QmAddTestScriptsDialog
public QmAddTestScriptsDialog(ClmWebPage page,
org.openqa.selenium.By findBy)
addTestScriptUsingSearch
public void addTestScriptUsingSearch(java.lang.String searchText,
java.lang.String testScript)
- Add an existing test script to the test case using searchText
- Parameters:
searchText
- testScript
-