Skip to content

selenium-webdriver-software-testing/kspl-selenium-helper

Repository files navigation

selenium-helper

This library is intended to make job of selenium webdriver user easy. This can be used for

  • Reporting
  • Cross browser testing
  • TestNG parallel execution
  • Data Driven Testing
  • Easy integration with Jenkins
  • HTML report / Excel reporting
  • Reading data from Excel file or CSV file TestNG

FAQ: https://softwaretestingboard.com/q2a/tag/selenium-helper?utm_source=github&utm_campaign=kspl-selenium-helper&utm_medium=readme_file

Ask us a technical question: https://softwaretestingboard.com/q2a/ask?utm_source=github&utm_campaign=kspl-selenium-helper&utm_medium=readme_file.

MAVEN:

<dependency>
    <groupId>in.mayurshah</groupId>
    <artifactId>selenium-helper</artifactId>
    <version>1.0.3</version>
</dependency>

TODO: Pending implementations

  • Overwrite TestNG assertion classes to implement reporting.
  • Implement PageObject repository using Excel

Releases

No releases published

Packages

No packages published