I'm developing automated tests for a web application (base on MVC) I'd like to know what is the best webdriver between Selenium and Coypu ? any others?
http://watin.org/ is available. I think there's a Load/Web test kit in Visual Studio too.
Coypu - https://github.com/ITV/Coypu - is excellent and more tolerant around XmlHttpResponses. Coypu is a wrapper around Selenium. It fixes the fragile nature of Selenium (e.g. WebDriverException). Coypu wraps, listens and waits for responses.
I've found Coypu to be a great head start and muchbetter than raw Selenium.
精彩评论