Productivity
Testing
Greetings, Testers. As you're no doubt aware, Web applications these days often have controls and elements that are populated without a full page refresh - using Ajax for example - and this means that automated tests need a little additional help. Traditionally, automated tests perform their actions and validations based on feedback from the browser, given when a page has finished loading. If the contents of the page are changing without a page load, then the browser doesn't report that back to Test Studio. There are plenty of cases where a person would know to wait for something to happen, ...