Hi everyone,
I'm using Coded UI test for my asp.net web application. This web app uses ajaxcontroltoolkit controls such as Update Panel and user controls as well. So when I am recording some action which involves asynchronous ajax call to change the update Panel content it is not playing back properly it stops and fails at that point when the async call is happening(when update panel is to be updated for example some control should appear or populate within that panel)
Do you have any idea why it can be and if Coded UI test supports ajaxcontroltoolkit for ex. update panel or maybe it is because of user control used in the page?
Thanks in advance