After coming to know that QTP could not identify
non-standard objects, we set those non-standard objects as
virtual objects using Virtual object wizard. But how can we
identify that qtp could not identify non-standard objects?
Answers were Sorted based on User's Feedback
Answer / babu
Hi Priya,
Let us say some button is there in your GUI.
If you are recording the script using QTP, if it is
recognizable by QTP then it will be recorded as ex:
button_click. Otherwise the script will become different if
QTP is not able to recognize the script.
Pls let me know if i am wrong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jay prakash
If i understand ur question correctly what you mean to say
is "How do we find out if QTP have identified an object or
not ?" (Please corrcet me if my understanding is wrong.)
So you can use the object spy to check that of QTP have
identified the object correctly or not.
Hope it helps.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / king
Hi Jay Prakash
can u plz provide ur mail id, if possiable
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jay prakash
please get in touch on jayprakash.singh3@gmail.com for any
concerns on the answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sameer
Can any one explain "What is difference between creating
virtual object and Define new object (from Object
repository)?" literal meanings are differnt but I think
both use for the same purposes (because unable to identify
the standard object) I always get to listen that so many
alternative to use in place of virtual object. How can we
identify those non standard objects?
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
Are u place all QTP Framework folders in VSS?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically
How will you enchance the script?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to handle the exceptions using the recovery scenario manager in qtp?
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
Shall we add Local Repository to shared object repository,if yes,how we add
How QTP support all types of applications (platforms)?
actually how many hours per one day we will work on automation (qtp) in real time
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?