Skip to content

theasifbhat/eComLambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a automation framework to execute tests on a eCommerce platform by lamdaTest. This framework will use following tools:

  1. Java as programming language.
  2. Selenium Webdriver as browser automation.
  3. TestNG as testing framework.
  4. Maven as build management tool.
  5. Page Object Model as design pattern.
  6. Page Factory used to implement Page Object Model.
  7. SureFire Plugin for managing the tests and launching framework externally.

Usage: mvn test -P "profileName" from terminal at pom.xml's location.