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.