what is smart identification in qtp? pls any give details?
thanks in advance
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
what is the extension of action script template?
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
Explain xml checkpoints.
what is mean by output parameters? I need full description with example. tell me any one please
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
How many ways to configure the application in QTP,Explain
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How to add a page checkpoint to your test?