Question

Are there any replacements for NUnitAsp that anyone knows of for testing ASP.NET pages?

Was it helpful?

Solution

You can use WatiN or IEUnit.

OTHER TIPS

You can try Selenium.

Please note that both IeUnit and WatiN are discontinued.

Using Selenium directly in tests is not a good idea, as you may probably need to encapsulate page objects.

You may consider using one of these tools for web automation testing:

My recommendation is Atata, but you may look for and verify the remaining ones.

See also

See also the list of Web Application Testing frameworks for .NET that is maintained and up-to-date:

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