Free Record / Replay Web Testing Tool [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI have an ASP.NET application which is configured to run on my local IIS.
Anyone knows any Free Record/Replay Web Testing Tool so that I can test the pages with e.g. 10 concurrent users?
(I don't have access to Visual Studio Test/Ultimate edition to use its Web Testing tools.)
Thanks
You may checkout the soapUI/loadUI suite.
check Selenium tool http://seleniumhq.org/
and seleniumgrid http://seleniumgrid.thoughtworks.com/
Selenium Grid allows you to run Selenium tests in parallel, cutting down the time required for running acceptance tests to a fraction of the total time it currently takes.
- Automate web application UI testing with Selenium
精彩评论