What is smart identification?
Answers were Sorted based on User's Feedback
Answer / vijay
Smart identification:The object identifier identify(object
spy) the objects by default if QTP fails to identify the
objects then we will go for smart identification.we
configure the samrt identification setting from the setting
options.if you fail to identify objects with
smartidentifier finally u go for ordinal identifier, there
u can have object index,created date and location.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreeprasad
Smart identification comes into picture when Quick Test
fails to recognize an object uniquely using the recorded
properties. It follows the following process to identify
the object:
1). QuickTest ?forgets? the recorded test object
description and creates a new object candidate list
containing the objects (within the object?s parent object)
that match all of the properties defined in the base filter
property list.
2). From that list of objects, QuickTest filters out any
object that does not match the first property listed in the
Optional Filter Properties list. The remaining objects
become the new object candidate list.
3). If the new object candidate list contains more than one
object, then step 2 is repeated with the second property
listed in Optional Filter Properties list.
| Is This Answer Correct ? | 0 Yes | 1 No |
Why we have to split actions in a test?
why the smart identification is not there in WinRunner
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What is the difference in testing a client-server application and a web application?
How will you report the bug and explain the defect tracking sheet you handled?
Differenece betwen Project and product ? when company need project or product?
How can you write the scripts that operate on different objects depending on run-time information?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?