Is there any selenium specific testing framework available?

901 views Asked by At

Is there any readymade utilities/framework available which can provide some common functionalities for automation needs like data management, reporting etc. Java is most preferable language.

2

There are 2 answers

2
rs79 On

TestNG provides an extensible framework for automation management. It integrates with popular IDEs such as Eclipse, and provides the ability to write data-driven tests, parallel execution (using Selenium Grid), and a host of other features. For reporting needs, ReportNG is a plug-in for TestNG, that provides neat HTML reports.

0
Shervin Asgari On

Windmill is a Selenium type of testing framework for testing web pages. It works with all languages as you program it for web. You can record what you want to test, and it will perform it for you. Very nice!

Here is a nice video (popup)