Hi Currently am using Qtp 10.0 Lisenced product.. but when
am adding objects to object repository from google page it
was identifying as windows objects.. please help me!!!
Answer Posted / shashikant mathad
the solution Pavani said will be useful if u have opened
the application first then tried adding object ...
but another issue might be with add ins .
chk whether u have added Web addin before opening the qtp
or not.
when web addin is not added then the qtp tool identifies
all apps as window apps . :)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to use checkpoints in qtp ?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Output values? i want a practical example
Explain the features of quick test pro(qtp)?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How can i check items sorted or not in a weblist ? Give me the script for this...
How to use Environment parameterization? Explain with an example.
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
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How to modify the text checkpoint?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Explain features of the latest version of qtp/ uft 12.1?