Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
415 views
in Framework-FAQ by The go-to Tester (181 points)
edited by
I would like to know more about selenium helper framework you have developed.

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

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

This framework is called selenium-helper.

Below are features.

  • 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

Selenium is browser automation tool. We need to develop customized reports to see outcome of execution. We have reporting integrated.

We have even cross browser testing enabled, so just by changing browser versions and grid URL in TestNG.xml file,we can execute same code in different browsers in parallel.

We have used TestNG testing framework as our base, so we can enable parallel execution, parameterized execution via xml file.

We have make use of @DataProvider annotation, so that we can pass excel file, read it and do execution based on test data input.

TestNG even supports command line, so integration with Jenkins is very easy.

Since we use customized reporting, we can generate HTM/Excel as report output. We used JXL, so reading exel file is much easy.

asked May 2, 2016 in Framework-FAQ by The go-to Tester (181 points)
edited Aug 7, 2018 by
Can you explain workflow?


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...