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 |
What is Data driven Testing Frame work.Anybody can expain it in Detail.. Pls anybody can give the answer.. Thanks in advance...
vb script for calling one function to the another function
explain abt dyanamic changing object with example?
How can i select multiple items from a WebList bOX USING QTP
what is a good testcase?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
Describe synchronization point.
What is post recovery scenario?
hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
How do you connect to database ,What is the script to connect DATA BASE?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.