Please Clarify if smartidentfication is used at runtime
when qtp does not recogonize the objects
Answer Posted / uma
YES it is correct,
QTP have set of pre defined properties that learns for an
object. If mandatory properties can't identyfy the obj. it
can add some asistive properties to identify the obj. If
both are not able to identify then next will go for the
Smar Identification.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the check points can be inserted without recording?
What is quicktest professional?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What do you mean by checkpoints in qtp?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
What environment does qtp run in?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is quicktest professional window?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What is the basic concept of qtp?
How to associate function library at a run time?
How can you pass value one action to another action?