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 |
How to capture a window in QTP?
will QTP 9.2 run successfully on Linux(gui) operating system
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
Difference between test object and run time object?
What are the different types of recovery operation?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
What are the Latest Feature are added In QTP 9.2?
What is Associate Repository in QTP 9.2 ?
How you can delete excel file in qtp?
How do you know the location Id of an object if you know its index id?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
What is the ur roles and responsibilities as automation testing engineer?