In project module it contains 3-ok buttons with same
properties who qtp identify its objects while runing ??
Answer Posted / srinivasu
In qtp we can identify the object with the help of
following :-
Whenever we record a script using QTP - QTP identifies an
object uniquely using the following mechanisum.
[i] First captured the mandiatory properties
Object/Window [Class name, Label name etc...
If the manditory properties is not unique
[ii] Assistive properties [X,Y,Width,Hight,Abslute of X...]
If Manditory/Assistive properties are not unique then
it goes to ordinal Identify which is either location
or Index
Note: If the Object is identified using location/index
and if an object location is changed or index is changed...
the script will fail.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How to customize qtp?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Explain about datafile/verification of date file when file is not available in local system?
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to find a window is minimized or not
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Explain the qtp test phases.
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
hou can we use vb script in qtp could u tell me breafly
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What are the Disadvantages of shared object repository?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?