Elakkiyaab / Exercise1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise1

Introduction:

This Test Automation Framework is created using Java + Selenium Web Driver + TestNG. Which can be used across different web based applications.

Prerequisites:

Package and Class Details

PageObject

This Package Contains Classes which has page properties and its values

Scripts

This package has test script class to execute the test cases

utils

This package has a class to export the data from excel

POM.xml

This file contains the information about the project and configuration details used by Maven to build the project.

Execution:

  • Clone the repository.
  • open the project in intellig or eclipse
  • execute maven validate command
  • Run testng.xml file to run the test or execute each class under testscripts package

About


Languages

Language:Java 100.0%