문제

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.

올바른 솔루션이 없습니다

다른 팁

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top