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

How to connect QTP to Testdirector

4 Answers   BirlaSoft, Polaris,


can u store QTp frame work folders in VSS? If Not where u store those?

1 Answers  


How we can do Batch testing in QTP?

6 Answers   Kanbay,


How did you resolve conflicts present in Object Repository?

0 Answers  


What r the diffrernt file extentions in QTP?

3 Answers  






Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.

1 Answers  


why can't you use excel directly in qtp. why we want to import excel data into Datatable.

1 Answers   BoA,


what is verification & validation?

2 Answers   Accenture, TCS,


What is the use of Accessibility check point?

3 Answers  


If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?

3 Answers   Wipro,


how to recall a function in QTP?

3 Answers   Ordain Solutions,


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

0 Answers  


Categories