Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question 开发者_开发问答I have a jQuery-intensive website and I am looking for a tool to automate testing on major browsers.
Please note that I am already implementing unit testing with QUnit -what I want to test now is clicking on the links and other interactions with the UI elements.
What tools could I use? Thank you.
If you haven't yet, try Selenium.
精彩评论