I’ve just posted up a new video on Telerik TV, Common Functional Testing Problems, which will help you understand three common issues people run in to when working with automation for web applications:
- JavaScript interfering with text injection into input fields
- Dynamic data (such as AJAX or Silverlight service calls) where
- Elements you need to interact with aren’t present on the page until after a service call completes
- The elements you need to interact with are on the page, but the content in them isn’t present until after the service call completes
The video walks you through each of these scenarios and shows you just how to work through them.
I hope you find this useful!