com.ibm.team.fvt.tests.clm.pages.dialogs.qm
Class QmNewTestScriptDialog
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.QmNewTestScriptDialog
public class QmNewTestScriptDialog
- extends ClmWebPageDialog
Manage dialog launched from a QM test case page to create a test script.
Following actions are accessible on this page:
Following operations are also specialized for dialogs:
- See Also:
Method Summary |
void |
createTestScript(java.lang.String testScript)
Create 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 |
QmNewTestScriptDialog
public QmNewTestScriptDialog(ClmWebPage page,
org.openqa.selenium.By findBy)
createTestScript
public void createTestScript(java.lang.String testScript)
- Create the given test script.
- Parameters:
testScript
- The test script name to be created