Explain the concept of how QTP identifies object.

Answer Posted / aakankshi choudhary

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 objects that matches with the test object it learned while recording.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use output values in qtp ?

554


How many types of recording facility are available in quicktest professional (qtp)?

609


What is active screen?

564


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1437


Explain different checkpoints in qtp.

723






after click on compose mail how can we attached a file in qtp with vbscript code

1612


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

654


How to write business scripts using object repository with different scenarios

1388


How to use the object spy in quicktest professional 8.0 version?

545


What is a checkpoint? How many check points are there in qtp?

530


How do you capture tooltip using QTP?

633


How can you exit from an action?

612


What is the use of ordinal identifier in qtp?

606


What are the different types of recording modes?

534


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.

1585