com.ibm.team.fvt.tests.web
Class LoginPage

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPage
      extended by com.ibm.team.fvt.tests.web.LoginPage

public abstract class LoginPage
extends WebPage

The class to handle login operation while accessing a web page.

A login page allow test to enter user credentials and click on login button.


Constructor Summary
LoginPage(java.lang.String url, Config config, User user)
           
 
Method Summary
 void login()
          Load the page, enter the user credentials and login.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebPage
changeUser, checkHoverTitle, checkRichHover, get, getBrowser, getConfig, getLocation, getPage, getUser, goBack, logout, openPage, openPage, refresh, richHoverOverLink, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginPage

public LoginPage(java.lang.String url,
                 Config config,
                 User user)
Method Detail

login

public void login()
Load the page, enter the user credentials and login.