12-23-2011, 12:49 AM
Hi,
I am trying to create a simple login webscript. This is the line of code.
QTP errors out on and gives me a message that it cannot recognize WebEdit object. So I go to ORepository and highlight the object in the application and it highlights the object "j_user". So looks like Runtime value of that webedit object is changing. Not sure how to handle this. Appreciate if someone could help me out.
I am trying to create a simple login webscript. This is the line of code.
Code:
Browser("HR Worksheet Navigator").Page("HR Worksheet Navigator").WebEdit("j_user").Click
QTP errors out on and gives me a message that it cannot recognize WebEdit object. So I go to ORepository and highlight the object in the application and it highlights the object "j_user". So looks like Runtime value of that webedit object is changing. Not sure how to handle this. Appreciate if someone could help me out.