Skip to content

Super-Sujay/advance-selenium-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advance Selenium Framework

This is an advance selenium automation framework which can be use for automating any web based application. Implementation of this framework is provided in the herokuapp testing project repository.

Features

  • Page object model implementation.
  • Execution of tests using suite files.
  • Data handling using Excel(.xlsx) files as well as CSV(.csv) files.
  • Parallel execution of tests.
  • Custom Report creation using Extent Report.
  • Ability to connect to an external selenium grid.
  • Ability to connect to a web based application using proxy settings.

Requirement

  • Java 1.8 or higher version
  • Apache Maven 3.6.2 or higher version

Installation

  • Clone the project in your local system.
  • Run the command mvn clean install in your local system.
  • Use the below mentioned dependency in the project you want to use the framework.
    <dependency>
    	<groupId>org.automation.project</groupId>
    	<artifactId>advance-selenium-framework</artifactId>
    	<version>1.0.0</version>
    </dependency>

About

Advance Selenium Automation Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages