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 |
Where are the snapshots stored?
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
How to handle run time errors?
HI, Based On The Information Below Write A Data Driven test Script Edit Box 1 Should take Value From Num1 Column Edit Box 2 Should take Value From Num2 Column Click On Add Button, Get The Value Of Exp res Column, Get Value From Actual Result Edit Box , Compare Two Values, Write Pass / Fail Value Into Result Column Thanks In Advance... Kavitha Input.Xls Num1 Num2 Exp res Act res Result 10 30 40 40 Pass 50 40 90 90.5 - - - - - - - - - - - - - - - -
Is it possible to split an action? How?
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
1)What is the Difference Between WaitTo & Sync?
can any one say that where we can download the QTP trail version ??????????
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.