anyone can explain about "Smart Identification" in QTP.
what is the use of "Smart Identification" ???
Answer Posted / jay prakash
When you run a test, QTP searches for an object based on
the description it lerned (Object Repositry). If QTP cannot
find anyobject that matches the desription it learnt than
it uses Smart Identification.
Smart Identification feature tries to find a unique set of
properties to identify an object. This is normally required
in tests that you create for web based applications.
Please let me know if it satisfies you.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
What is use of object spy?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
What is the synchronization point in qtp?
How to handle dynamic objects in quicktest professional (qtp)?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How to use descriptive programming?
What is method name to compare two XML files.
What are the methods of the TextStream object that are used for reading from a text file?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Explain sub procedure of vbscript.
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
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
By using QTP can we record any log files written by the application which is in execution?
how can i call function (which has link with excell sheet at a remote location) within another function