Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1015 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 1015 Bytes

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