What are the problems / difficulties faced when you used
Smart Identification ?
Answers were Sorted based on User's Feedback
Answer / aimshigh7
The first and foremost problem is the time. It takes too
much time for the script to execute.
Two, a number of times this has happened to me that even if
you pass on the properties that are unique to identify the
object even then when the smart identification is set to
True it will try and make use of Smart identification.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiva
Fistula will use all the properties in the object repository will try to identify the objects,then if it fail will use the smart identification and try to identify the object freshly.
Fist we use the base filter properties will try to identify the object if at all more then one object is found,it will consider that object,filtering the remaining objects.
1)It will use the first base filter properties and will try to identify the objects more then one object is identified,it will consider that object and filtering the remaining objects.
2) It will use the second base filter property and will try to identify the objects,if more then one object will be consider,then filtering the remaining objects.
3)then same process is continue up to identify a particular
object.
4)in case all the optional filter properties are used but QTP still exactly one match,it will go to the object repository and check weather the ordinal identifire is available or not if it is available then it is satisfied.
| Is This Answer Correct ? | 0 Yes | 0 No |
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
what is smart identification in qtp? pls any give details? thanks in advance
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How to capture text from image to word
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
WHAT IS PARAMITARIZATION?
what is keyword driven testing in qtp?n how is it useful?
synchronization, wait,wait Property?
How to test menu options using qtp
How do you perform testing on web based application using qtp 9.2?
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
Explain the concept of how quicktest professional identifies object?