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

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.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:


Constructor Summary
QmNewTestScriptDialog(ClmWebPage page, org.openqa.selenium.By findBy)
           
 
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
 

Constructor Detail

QmNewTestScriptDialog

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

createTestScript

public void createTestScript(java.lang.String testScript)
Create the given test script.

Parameters:
testScript - The test script name to be created