com.ibm.team.fvt.tests.clm.pages.dialogs.ccm
Class CcmAddLinkDialog
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.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ccm.CcmAddLinkDialog
public class CcmAddLinkDialog
- extends ClmWebPageDefaultDialog
Manage dialog to add a link to the work item from which CCM page it has been
opened.
Following actions are accessible on this page:
- See Also:
CcmWebWorkItemPage
Method Summary |
void |
addExistingRequirementLink(java.lang.String projectAreaTitle,
java.lang.String requirement)
Add a link to the given existing requirement for the work item from where
the dialog has been launched. |
void |
addExistingTestCaseLink(java.lang.String testCase)
Add a link to the given existing test case for the work item from where
the dialog has been launched. |
void |
addNewTestCaseLink(java.lang.String name,
java.lang.String description,
java.lang.String weight,
java.lang.String owner,
java.lang.String testPhase)
Add a link to a new test case to the work item |
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 |
CcmAddLinkDialog
public CcmAddLinkDialog(ClmWebPage page)
addExistingRequirementLink
public void addExistingRequirementLink(java.lang.String projectAreaTitle,
java.lang.String requirement)
- Add a link to the given existing requirement for the work item from where
the dialog has been launched.
- Parameters:
projectAreaTitle
- The projectrequirement
- The requirement name to add link to
addExistingTestCaseLink
public void addExistingTestCaseLink(java.lang.String testCase)
- Add a link to the given existing test case for the work item from where
the dialog has been launched.
- Parameters:
testCase
- The test case name to add link to
addNewTestCaseLink
public void addNewTestCaseLink(java.lang.String name,
java.lang.String description,
java.lang.String weight,
java.lang.String owner,
java.lang.String testPhase)
- Add a link to a new test case to the work item
- Parameters:
name
- The name of the test case (mandatory)description
- The description of the test case (null if not used)weight
- The weight of the test case (null if default to be used)owner
- The owner of the test case (mandatory)testPhase
- The test phase of the test case (null if default to be used)