selenium-helper

selenium-helper is developed to easily automate test cases using Selenium WebDriver.

License

License

GroupId

GroupId

in.mayurshah
ArtifactId

ArtifactId

selenium-helper
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

selenium-helper
selenium-helper is developed to easily automate test cases using Selenium WebDriver.
Source Code Management

Source Code Management

https://github.com/selenium-webdriver-software-testing/kspl-selenium-helper

Download selenium-helper

How to add to project

<!-- https://jarcasting.com/artifacts/in.mayurshah/selenium-helper/ -->
<dependency>
    <groupId>in.mayurshah</groupId>
    <artifactId>selenium-helper</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/in.mayurshah/selenium-helper/
implementation 'in.mayurshah:selenium-helper:1.0.3'
// https://jarcasting.com/artifacts/in.mayurshah/selenium-helper/
implementation ("in.mayurshah:selenium-helper:1.0.3")
'in.mayurshah:selenium-helper:jar:1.0.3'
<dependency org="in.mayurshah" name="selenium-helper" rev="1.0.3">
  <artifact name="selenium-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.mayurshah', module='selenium-helper', version='1.0.3')
)
libraryDependencies += "in.mayurshah" % "selenium-helper" % "1.0.3"
[in.mayurshah/selenium-helper "1.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.2
net.sourceforge.jexcelapi : jxl jar 2.6.12
org.testng : testng jar 6.4
org.seleniumhq.selenium : selenium-java jar 3.4.0
javax.mail : mail jar 1.4

Project Modules

There are no modules declared in this project.

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
in.mayurshah

selenium-webdriver-software-testing

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0