What kind of automated software used to test a Web-based application with a .NET (ASP.NET and C#…also SQL Server) framework?
Answer1:Mercury makes some decent products. Quick Test Pro can be used for a lot of your requirements… It can be costly and mind-numbing at times though. Answer2:Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms.* Browser compatability testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.* System functional testing. Create regression tests to verify application functionality and user acceptance.