How Qtp will identifies object during run time

Answers were Sorted based on User's Feedback



How Qtp will identifies object during run time..

Answer / ayaan

To answer what Jitu's interviewer asked -

The default mandatory properties for a Web Image object are
the alt, html tag, and image type properties. There are no
default assistive properties defined. Suppose your Web site
contains several space holders for different collections of
rotating advertisements. You want to record a test or
component that clicks on the images in each one of these
space holders.
However, since each advertisement image has a different alt
value, one alt value would be recorded when you create the
test or component, and most likely another alt value will
be captured when you run the test or component, causing the
run to fail. In this case, you could remove the alt
property from the Web Image mandatory properties list.
Instead, since each ad image displayed in a certain space
holder in your site has the same value for the image name
property, you could add the name property to the mandatory
properties to enable QuickTest to uniquely identify the
object.
Also, suppose that whenever a Web image is displayed more
than once on a page (like a logo displayed on the bottom
and top of a page), the Web designer adds a special ID
property to the Image tag. Thus, the mandatory
properties are sufficient to create a unique description
for images that are only displayed once on the page, but
you also want QuickTest to learn the ID property for images
that are displayed more than once on a page. To do
this, you add the ID property as an assistive property, so
that QuickTest learns the ID property only when it is
necessary for creating a unique test object description.

Is This Answer Correct ?    5 Yes 0 No

How Qtp will identifies object during run time..

Answer / jitu

Itold it will learn mandatory properties,assistive
properties,etc but the interviewer says give eample of
mandatory property,assistive property..

Is This Answer Correct ?    1 Yes 1 No

How Qtp will identifies object during run time..

Answer / geena

In the run time QTP read the VB Script and compare line by
line with the OBJREPOSITORY and then compare with the
application. If ObjRepo's objects and appications objects
are same u get pass otherwise u get fail result.

Is This Answer Correct ?    0 Yes 1 No

How Qtp will identifies object during run time..

Answer / deven

To access runtime objects we can use GETROProperty and
SETTOProperty to change the TESTOBJECT property in QTP.

Is This Answer Correct ?    0 Yes 1 No

How Qtp will identifies object during run time..

Answer / chandana

Hi

i think by its logical name, and class

chandana

Is This Answer Correct ?    1 Yes 5 No

How Qtp will identifies object during run time..

Answer / chandini

I think itz GetROProperty, it recognizes the run-time
objects

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More QTP Interview Questions

Where you are storing your script?

0 Answers  


Explain the difference between check point and output value?

0 Answers  


how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help

4 Answers  


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

4 Answers   Ordain Solutions,


Actually How do we use this Smart Identification Technology during Recording mode.

1 Answers  






Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated

2 Answers   McAfee,


how to create flat file datasubmission in qtp

0 Answers  


What is difference between Quality centre and Test Director?

1 Answers   Nokia,


Please Don't mind .i want in detail the real time process i.e in each document what it contains.

0 Answers  


General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?

2 Answers  


What does VBS file contain?

1 Answers  


What is the use of low level recording? How does it useful?

1 Answers  


Categories