/Seleniumeasy.com

Automation framework to test web components on seleniumeasy.com

Primary LanguageHTML

An automation framework to test different types of web components

URl: https://www.seleniumeasy.com/test/

Setup

  • This framework implementation uses java, testng Setup (It is assumed that you have java and maven installed globally.)
  • framework uses TestNG to run the tests.
  • Install Java SE 12.*
  • Install Maven (https://maven.apache.org/install.html)

Note:

  • Test data is in src\test\resources\testData package
  • properties file is in src\test\resources\config\config.properties
  • Extent report is generated inside reports folder with test Steps logs, Failed Screen shot and System info.
  • Logs file is created inside logs folder.

TestCases Covered