Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Selenium Framework GIT URL: http://172.31.1.112:8080/gitsummary/?r=Cognitive/Selenium_Framework.git (updated 09/08/2014)

Setting Up Maven Dependencies and Plugins
Sample pom.xml for Maven: pom.xml

...

  • When testing a page using multiple login accounts, each instance of the page should have its own non-static web driver.
  • The instances of the page will be instantiated using a factory constructor with a data provider that exists in the BasePageTest class. The individual web drivers will also be instantiated within the factory.
     
     

...