10-11-2010, 05:09 PM
Thanks cdesserich, it works now....
Kavita, actually my problem was that I was putting EditDesc in quotes. I am guessing whatever is in quotes QTP takes it as an object already present in OR and hence checks the OR. I am not sure I am just guessing .
The other way to do it is.
This works too.
Kavita, actually my problem was that I was putting EditDesc in quotes. I am guessing whatever is in quotes QTP takes it as an object already present in OR and hence checks the OR. I am not sure I am just guessing .
The other way to do it is.
Code:
Browser("").Page("").Link("name:=Edit", "visible:=True").Click
This works too.