what are some good open source test automation tools to test web applications ?
views:
250answers:
5If you look at Selenium, then I would also look at TestMaker by PushToTest.com. It is an open source test automation framework that lets you create data driven tests for Selenium and allows you to run the scripts as functional, automated regression and load tests as well as production SLA monitors. You can download the tool from the website and there is a tutorial to walk you through working with Selenium scripts.
selenium + testng is my recommendation.
selenium response for APIs that calls javascript to simulate user action on web page.
testng is a test framework like junit, but is also support grouping and multi-thread over large set of test data in table format
Hi, Can anyone please tell me about any open source software which will install and uninstall software automatically without taking input from user for installation steps.