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?
I’m developing automated tests for a web application (base on MVC) I’d like to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.