com.ibm.team.fvt.tests.clm.pages.login
Class JtsSetupLoginPage

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPage
      extended by com.ibm.team.fvt.tests.web.LoginPage
          extended by com.ibm.team.fvt.tests.clm.pages.login.JtsSetupLoginPage
All Implemented Interfaces:
JtsSetupPageConstants

public class JtsSetupLoginPage
extends com.ibm.team.fvt.tests.web.LoginPage
implements JtsSetupPageConstants

The login occurring during the JTS setup.

The peculiarity of this login is that it can be refused due to an invalid user. Usually its the default admin which is used to run the JTS setup, but when it's done a second time, it needs the CLM admin instead.


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.jts.setup.JtsSetupPageConstants
BACK_BUTTON_XPATH, NEXT_BUTTON_BY, NEXT_BUTTON_XPATH, SETUP_INFO_MESSAGE_COMPLETE_DW_USER_FORM, SETUP_OK_MESSAGE_CONFIGURATION_SUCCEEDED, SETUP_OK_MESSAGE_DATA_COLLECTION_ENTERED, SETUP_OK_MESSAGE_PRESS_NEXT_TO_CONTINUE
 
Constructor Summary
JtsSetupLoginPage(java.lang.String url, ClmConfig config, com.ibm.team.fvt.tests.config.User user)
           
 
Method Summary
 void login()
           
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage
changeUser, checkHoverTitle, checkRichHover, get, getBrowser, getConfig, getLocation, getPage, getPage, getPageUsingBrowser, getUser, goBack, logout, openPage, openPage, openPageUsingBrowser, openPageUsingHoverTitle, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, openPageUsingLink, refresh, richHoverOverLink, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JtsSetupLoginPage

public JtsSetupLoginPage(java.lang.String url,
                         ClmConfig config,
                         com.ibm.team.fvt.tests.config.User user)
Method Detail

login

public void login()
Overrides:
login in class com.ibm.team.fvt.tests.web.LoginPage