12-28-2011, 01:40 AM
Hi,
I am trying to automate a web application. My script reads something like this
QTP is unable to recognise the webedit object when I run the script and throws an Object Identification error even though the OR is able to highlight the object in the application.
How can I use Regular expression to solve this issue? Can someone give an example?
Thanks
Ansh123
I am trying to automate a web application. My script reads something like this
Code:
Browser(...).Page(...).WebEdit(j_user).Set datatable("Userid", dtlocalsheet).
QTP is unable to recognise the webedit object when I run the script and throws an Object Identification error even though the OR is able to highlight the object in the application.
How can I use Regular expression to solve this issue? Can someone give an example?
Thanks
Ansh123