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 many add-ins comes by default with qtp?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
.mtr ( modular test repository or mercury test repository) plz give correct answer??
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
What is system testing and what are the different types of tests you perform in system testing?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??