Explain the concept of how QTP identifies object.
Answer Posted / sreeprasad
During recording qtp looks at the object and stores it as
test object.For each test object QT learns a set of default
properties called mandatory properties,and look at the rest
of the objects to check whether this properties are enough
to uniquely identify the object. During test run,QT
searches for the run time obkects that matches with the
test object it learned while recording.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is it possible to call win runner script in qtp?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
after initiating one project for testing, when exacltly QTP tester role starts?
What are the different kinds of test steps?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How to customize checkpoints with parameters?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
how will you load the test cases in ddt?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
when will you do debug your script? and explain that process?
terminal services client
What are main panes available in qtp test browser?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Does QTP record on Objects created on XWindows Environment?