Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is smart identification?

Answer Posted / raju

QTP uses smart identification to recognize the objects
those are not recognized with mandotary properties of the
object.



Smart Identification is nothing but an algorithm used by
QTP when it is not able to recognize one of the object. A
very generic example as per the

QTP manual would be, A photograph of a 8 year old girl and
boy and QTP records identification properties of that girl
when she was 8, now when

both are 10 years old then QTP would not be able to
recognize the girl. But there is something that is still
the same, that is there is only one girl in

the photograph. So it kind of PI (Programmed intelligence)
not AI.

When should i use SMART Identification?

Something that people don't think about too much. But the
thing is that you should disable SI while creating your
test cases. So that you

are able to recognize the objects that are dynamic or
inconsistent in their properties. When the script has been
created, the SI should be enabled,

so that the script does not fail in case of small changes.
But the developer of the script should always check for the
test results to verify if the SI

feature was used to identify a object or not. Sometimes SI
needs to be disabled for particular objects in the OR, this
is advisable when you use

SetTOProperty to change any of the TO properties of an
object and especially ordinal identifiers like index,
location and creationtime.

For more information go thru this link

http://mercuryquicktestprofessional.blogspot.com/2006/11/how
-qtp-identifies-objects-complete.html

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain different type of event trigger option.

917


How can you identify the browser and its information using QTP script?

977


What is action? How many types of actions are there in qtp?

1045


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4241


how will you check how many members visited the website www.infosys.com?

1870


How to create runtime property for an object?

1917


What are the various automation frameworks available in qtp?

931


Can we record an application running on a remote machine using qtp?

1115


How to check which add-ins are associated with a test in qtp?

1039


Explain actions in qtp ?

922


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

2089


Explain the features and benefits of quick test pro(qtp)?

921


How to add verification steps to tests?

9694


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1835


Define Error Pane of UFT?

1056