How we know the qtp has used the smart identification
process for identification of the object.
Answers were Sorted based on User's Feedback
Answer / dhana
After running the Script,Go to the Results window,there u
can find the Description of Smart Identification for which
Object QTP has used.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / siva
If object is found using smart identification mechanism the
object is displayed like hat symbol in Test results if any
object are displayed with hat symbol in Test results then u
can say that the object is identified with smart
identification mechanism
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / uday
Hi,
Generally you can see it in Test Results. In Test results
once you click on the object, it will show you what
properties it used and what properties it ignored to
identify the objects.
Make sure smart identification is enabled to that object
class in object identification. If QTP unable to identify
the object with general identification, then it goes for
Smart Identification.
Thanks,
Uday.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geena
In the result sheet you can see the red ! sign and it says
warning.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways we can parameterize data in QTP?
how will u choose a tool for test automation ?
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
Can we use same virtual objects in many number of tests?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How to Identify broken links in QTP
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
Can we put more than one action in a single script???? yes or no.....
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
In QTP, Give the difference of Global sheet and Local sheet in datatable?