'Replacement for NUnitAsp
Are there any replacements for NUnitAsp that anyone knows of for testing ASP.NET pages?
Solution 1:[1]
You can try Selenium.
Solution 2:[2]
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.
I'd recommend to use the Playwright for .NET as a web UI automation test tool.
You may also consider using one of these tools:
See also
See also the list of Web Application Testing frameworks for .NET that is maintained and up-to-date:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sunny Milenov |
| Solution 2 |
