This is a automation framework to execute tests on a eCommerce platform by lamdaTest. This framework will use following tools:
- Java as programming language.
- Selenium Webdriver as browser automation.
- TestNG as testing framework.
- Maven as build management tool.
- Page Object Model as design pattern.
- Page Factory used to implement Page Object Model.
- SureFire Plugin for managing the tests and launching framework externally.
Usage: mvn test -P "profileName" from terminal at pom.xml's location.