In my script there is a link(e.g. 'My Page') when I execute
the script sometimes(not every time) QTP throws an error
that "My Page(as link)" not found.
Pleaase tell me where I need to update
Answers were Sorted based on User's Feedback
Hi,
Hi,
There is Two ways,
1. one is while u running the script when the script come to
“My Page” Link just u place u r mouse on the “My Page” Link
and the script will capture the object and proceeds further.
But this time being way.
2. The Actual solution some times QTP will not recoginse the
objects due to lack on some add-ins, to over come this, when
QTP doesn’t recognize the link u just go through object
repositary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nipunkumar
Hi Srinivas,
Object Repository is going to help to verify property values
if class is similar. But in my case QTP says that it doesn't
find 'My Page'(as link). Possibly it doesn't deal 'My Page'
as link that time. Interestingly, this doesn't happen each time
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nandankumar
Probably that is related web application correct..it might
be continuoesly updated some thing in that link or website.
i think it is normal problem while executing the script
related to web based application...
even i have observed that the same scipt some times it
comes as passed and some times it's failed.
but even i want to know the solution for this..
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)
Explain about Checking Bitmaps?
Can we directly automate testscripts accrdoing to requirements? WHY ?
What is meant by Pseudo Code?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
Tell when we call the function? tell with example.
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
What is the difference between Call to Action and Copy Action.?
What are the enhancements u did after recording ur script?
How will you handle java tree in qtp?