I had the impression that Watin was no longer being maintained and asked to which framework would be the best to switch to for testing of a website in a browser from .net?
相关问题
- TestCafe - The browser always starts in clean slat
- Is it possible to use the TestCafe .meta object to
- What is a correct approach to manage test data usi
- How to click unrendered virtualized element in Tes
- How do I pass variable data between tests
相关文章
- Open file from windows file dialog with python aut
- How to pass Query String Parameters in GET url usi
- Run internet explorer as different user using Sele
- Selenium: Not able to understand xPath
- Coded UI build server integration process
- org.openqa.selenium.ElementNotVisibleException: El
- Automate of file download in IE 11 using c#
- How can I test performance of my web app at differ
Back in July on the WatiN mailing list, Jeroen stated the following.
.
If moving away from WatiN, then Selenium 2 or later would be my first choice for a framework. Coded UI would be next. I've been part of a testing exercise where in the room WatiN, Selenium and Coded UI were all used to test the same site; the resulting structure was oddly similar across all three. Selenium seemed to have the best support for multiple browsers.