kavithaAutomation / Seleniumeasy.com

Automation framework to test web components on seleniumeasy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automation framework to test web components on seleniumeasy.com


Languages

Language:HTML 58.5%Language:Java 35.1%Language:CSS 3.8%Language:JavaScript 2.6%