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 |
can any body tell me all of the release dates of QTP?????..... thanks in adv!
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
What criteria do you use when determining when to automate a test or leave it manual?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
How can we count the no of rows are available in a data table ?
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
how to download mercury qtp9.2 ny internet ?
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
any one can explain about QTP proocess,means where to start and how to start Scripting.
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?