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 |
Explain about random testing of 500 test cases?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
What is the extension of script and object repository files?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
what are the disadvantages in QTP 9.2?
How to Test the mainframe application?(tell me few basic things)
How many function you use in your application?
What is operator in VB Script?
Test cases for Traffic Signals
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
write a script to verify the image path(src property) of the images which are in web pages.
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.