Question

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.

No correct solution

OTHER TIPS

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.

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)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top