Hello, we want to build automatic tests for our web application currently under construction. At first, we tried Canoo webtest. But we couldn't get far, because it couldn't handle ajax requests, obviously. So we switched to the Selenium webtest framework. This looks very nice and powerful and has the advantage of testing the app in a real browser environment. But as it came to ajax, we had a problem too. You can obviously examine the results of ajax requests, but it seems impossible to access the rest of the page after the ajax request. You can see only the result of the ajax request.
Has anybody experiences with testing web applications using ajax? Is Selenium the right choice? How do you, the Togabo developers, test the Tobago demo? Regards Helmut

