How does QTP identifies the object in the application
Answer Posted / nanda
the above answers are correct..here some more information..
if u explain this definitely interviewer will ask u
.....what is Ordinal Identifier?
In Ordinal Identifier we have 3 properties..Index, Location
and Creation Time. we can select only one property for one
Object and Creation Time is only for Browser.
Index is Tab Order of a Object in Application.
Location is x,y position of a Object in in Application.
Creation Time is browser opened time.
If any queries...
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
For which type of projects the iterative model is not suitable?
what type of run time errors you get while you ar edoing rpg program?
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
How will you test a stapler?
How to use conditional loops in qtp ?
Can we record using all the modes in a single script? Explanation with example is appreciated
Is it possible to switch between recording modes during a test creation?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What is the difference between call to existing action and copy of an action?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is the use of text output value in quicktest professional?
What is a quick test professional?
What are the benefits of qtp?
What are the technics follow in writing VB script?
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.