Micro Focus QTP (UFT) Forums
Handling Web list running Jquery - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Handling Web list running Jquery (/Thread-Handling-Web-list-running-Jquery)



Handling Web list running Jquery - Divya Srivastava - 09-07-2018

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


RE: Handling Web list running Jquery - Ankur - 09-07-2018

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).