I want to test a web application that has been built using the backbone.js framework.
Currently I have used a few tools for crawling and testing without any luck. When crawling the website they can only find the MVC js files, and not the dynamically build pages. What I ideally need is a tool that is able to parse the javascript in order to build the pages, and test them from there.
Are there any tools available that focus on AJAX intensive web applications?