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

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


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

Constructor Detail

QmAddTestScriptsDialog

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

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 -