|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPage
com.ibm.team.fvt.tests.clm.pages.ClmWebPage
com.ibm.team.fvt.tests.clm.pages.jts.JtsWebPage
com.ibm.team.fvt.tests.clm.pages.jts.admin.JtsAdminPage
com.ibm.team.fvt.tests.clm.pages.jts.admin.JtsAdminHomePage
public class JtsAdminHomePage
Manage the Jazz Team Server Administration Home web page.
The page address is: https://server:port/jts/admin#action=jazz.viewPage&id=com.ibm.team.repository.home
.
Following actions are accessible on this page:
clickCcmReports()
: Click on Reports link of Manage
Application Artifacts - Change and Configuration Management.
clickCreateProject()
: Click on Create Lifecycle Projects
link of Manage Lifecycle Projects.clickManageLifecycleProjects()
: Click on Manage Lifecycle
Projects link of Manage Lifecycle Projects.clickQmReports()
: Click on Reports link of Manage
Application Artifacts - Quality Management.clickTryOutMtm()
: Click on Try out the Money That Matters
sample link Manage Lifecycle Projects.Following functionalities are also defined or specialized by this page:
getExpectedTitle()
: The expected title for the page.isLoaded()
: Tells whether the page is already loaded or not.ClmWebPage.load()
: Load the page.waitForTitle(boolean)
: Wait for the title to be displayed in the
Field Summary |
---|
Fields inherited from class com.ibm.team.fvt.tests.web.WebPage |
---|
NO_DATA |
Fields inherited from interface com.ibm.team.fvt.tests.clm.pages.ClmWebPageConstants |
---|
ADMINISTRATION_HOME_MENU_GROUP, JAZZ_TEAM_SERVER_HOME_MENU_ITEM, LIFECYCLE_PROJECT_ADMIN_MENU_ITEM, USER_NOT_AUTHORIZED_MESSAGE_ID, USER_NOT_AUTHORIZED_MESSAGE_LOCATOR |
Constructor Summary | |
---|---|
JtsAdminHomePage(java.lang.String url,
ClmConfig config,
com.ibm.team.fvt.tests.config.User user)
|
Method Summary | |
---|---|
boolean |
checkDiagnostics()
Check the server diagnostics. |
CcmAdminDataCollectionJobsPage |
clickCcmReports()
Go to the CCM Data Collection Jobs page using the link Reports link displayed in the JTS Admin Home page. |
LpaNewWebProjectPage |
clickCreateProject()
Go to the page to create a lifecycle project page using the link Create Lifecycle Projects link displayed in the JTS Admin Home page. |
JtsAdminDiagnosticsPage |
clickDiagnosticsPage()
Click on diagnostics link to jump to server diagnostics page. |
LpaWebAllProjectsPage |
clickManageLifecycleProjects()
Go to LPA All Lifecycle Projects page using the link Manage Lifecycle Projects link displayed in the JTS Admin Home page. |
ClmAdminActiveProjectAreasPage |
clickProjectAreas(ClmApplication application)
Go to the given application Active Project Areas page using the link Project Areas link displayed in the JTS Admin Home page. |
QmAdminDataCollectionJobsPage |
clickQmReports()
Go to the QM Data Collection Jobs page using the link Reports link displayed in the JTS Admin Home page. |
RmWebAllProjectsPage |
clickRmAllProjects()
Go to the QM Data Collection Jobs page using the link Reports link displayed in the JTS Admin Home page. |
LpaWebSamplePage |
clickTryOutMtm()
Go to the Welcome to the Money that Matters sample page using link Try out the Money That Matters sample displayed in the JTS Admin Home page. |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.jts.admin.JtsAdminPage |
---|
clickActiveUsers, clickHome, clickReports |
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.ClmWebPage |
---|
checkRichHover, clickHomeMenuItem, getBannerTitle, getCcmApplication, getConfig, getDmApplication, getJtsApplication, getLpaApplication, getMiniDashboard, getQmApplication, getRmApplication, getTitle, getUser, gotoCcmProjectPage, gotoCcmProjectPage, gotoDmProjectPage, gotoDmProjectPage, gotoJtsAdminHomePage, gotoLpaAllProjectsPage, gotoQmProjectPage, gotoQmProjectPage, gotoRmProjectPage, gotoRmProjectPage, logout, openAdminUIMenu, openHelpMenu, openHomeMenu, openMenu, openMenu, openToolbarMenu, openUserProfileMenu, refresh, save, waitWhileBusy |
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage |
---|
changeUser, checkHoverTitle, checkRichHover, get, getBrowser, getLocation, getPage, getPage, getPageUsingBrowser, goBack, openPage, openPage, openPageUsingBrowser, openPageUsingHoverTitle, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, richHoverOverLink, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JtsAdminHomePage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user)
Method Detail |
---|
public boolean checkDiagnostics() throws com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
true
if server is OK or false if it has warning(s).
- Throws:
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
- When server has error(s)
public CcmAdminDataCollectionJobsPage clickCcmReports()
This link is located in Manage Application Artifacts section below Change and Configuration Management subsection
CcmAdminDataCollectionJobsPage
public LpaNewWebProjectPage clickCreateProject()
This link is located in Manage Lifecycle Projects section.
LpaNewWebProjectPage
public JtsAdminDiagnosticsPage clickDiagnosticsPage()
JtsAdminDiagnosticsPage
.public LpaWebAllProjectsPage clickManageLifecycleProjects()
This link is located in Manage Lifecycle Projects section.
LpaWebAllProjectsPage
public ClmAdminActiveProjectAreasPage clickProjectAreas(ClmApplication application)
This link is located in Manage Application Artifacts section below below the application subsection.
ClmAdminActiveProjectAreasPage
public QmAdminDataCollectionJobsPage clickQmReports()
This link is located in Manage Application Artifacts section below Quality Management subsection
QmAdminDataCollectionJobsPage
public RmWebAllProjectsPage clickRmAllProjects()
This link is located in Manage Application Artifacts section below Quality Management subsection
RmWebAllProjectsPage
public LpaWebSamplePage clickTryOutMtm()
This link is located in Manage Lifecycle Projects section.
LpaWebSamplePage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |