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 |
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How to invoke Mozilla from QTP thru VB Script
Can we do Load Teting with QTP?
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
what is the smart identification techniqu?what r the different mechanisums used in it?
How we can add actions in the test using QTP?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How to create frame work for qtp?
1 Answers Bank Of America, Polaris,
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?