what is smart identification in qtp? pls any give details?
thanks in advance

Answers were Sorted based on User's Feedback



what is smart identification in qtp? pls any give details? thanks in advance..

Answer / raju

Smart Identification : Its a mechanism provided by Quick
Test to identify dynamic bjects whose properties are
changing time to time....( Say a Submit button changes to
Save after clicking once)
Now the test property of that button is changed.If we
generate the script statement
Window("windowname").dialog("dialogname").winbutton
("submit").click

beacuse submit button is no more available in window

Generally Object Identification is done using the physical
description (Mandatory and Assistive properties) of that
object in the object repository.

But If we want to enable Smart Identification we have 2
ways.

1) enable Smart Identification for Object class
2) enable Smart Identification for a single Object

If we want to enable Smart Identification for entire object
class

Go to Object Identification---> select the environment--->
select the object class---> check the enable smart
identification checkbox in object Identification dialog

If we want to enable Smart Identification for a specific
object

Go to Object Repository---> select the environment--->
select the object class--->select the object---> check the
enable smart identification checkbox in object Repository
dialog

And we should select the Base Filter and Optional filter
properties for the selected object class/object.

When we enable this smart Identification Quick Test will
try to locate the object based on these properties only.

Is This Answer Correct ?    21 Yes 0 No

what is smart identification in qtp? pls any give details? thanks in advance..

Answer / laxmi

do u know mandatory and assesstive properties. when qtp is
unable to recognize an object by using above properties we
will enable smartidentification.by using this qtp
definitely identifies the object.

Is This Answer Correct ?    6 Yes 1 No

what is smart identification in qtp? pls any give details? thanks in advance..

Answer / uday kumar_anem

QTP identifies the objects in the application with some of
mandatory properties and assistive properties. If the object
changes with these properties, then QTP fails to recognize
the object in the application.

If any such object exists, then we can make enable the Smart
Identification to that object class.

If Smart Identification is enabled for the object class,
then QTP ignores the learned descriptions from the
application, and uses the mandatory and assistive properties
configured to that object class. It learns all the
properties configured in mandatory and assisitive properties.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More QTP Interview Questions

What is iteration?

1 Answers  


how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript

1 Answers  


How to make an Action as reusable?

1 Answers  


anyone can explian about types of "Triggere Events" in QTP

1 Answers  


how to find that tools work well with your existing system?

0 Answers  






what is difference between wait and synchronization point.

3 Answers   IBM, Intel,


When to use Descriptive programing?

2 Answers   Wipro,


Does QTP provides any tools for parametarization?

3 Answers   BirlaSoft,


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...!!!

0 Answers  


how interviews will be on QTP?

0 Answers   Fidelity,


How to record right click of a context menu and click on the selection ?

3 Answers  


what do you call the window testdirector-testlab?

1 Answers  


Categories