com.ibm.team.fvt.tests.clm.pages.dialogs
Class ClmCreateWorkItemDialog
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.ClmCreateWorkItemDialog
- Direct Known Subclasses:
- QmNewDefectDialog, QmNewQualityTaskDialog
public abstract class ClmCreateWorkItemDialog
- extends ClmWebPageDefaultDialog
Manage dialog launched to create a work item.
Following actions are accessible on this page:
Method Summary |
void |
createWorkItem(java.lang.String summary,
java.lang.String filedAgainst,
java.lang.String owner)
Create a work item with given properties. |
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 |
ClmCreateWorkItemDialog
public ClmCreateWorkItemDialog(ClmWebPage page)
ClmCreateWorkItemDialog
public ClmCreateWorkItemDialog(ClmWebPage page,
java.lang.String frame)
createWorkItem
public void createWorkItem(java.lang.String summary,
java.lang.String filedAgainst,
java.lang.String owner)
- Create a work item with given properties.
- Parameters:
summary
- The summary of the work item or null if the default summary should be usedfiledAgainst
- The category that the work item is filed against or null if work item should be filed against the default categoryowner
- The owner of the work item or null if the default user should be used