Micro Focus QTP (UFT) Forums

Full Version: Handling Web list running Jquery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I enter data in one of the field (Web list), Jquery is running behind that and after few seconds matching data is populated but when focus is shifted to other field data is not get validated. When same steps is done manually data is getting validated.

Can someone please provide solution for the same.

Steps:
1. Enter valid data in field
2. Move focus from that field by clicking to other field
3. Data validation is failed
jQuery needs events to work. Simulate the same events using UFT. Please show the code that you are using and what is working/not-working in that code.

Try to be as detailed as possible (and format the code).