Answer Posted / ajreddy
in qtp 9.2 u can merge 2 repositories
using resources tab
Associate repositories
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In Remote acess server how u run a test?
How to create runtime property for an object?
Explain in brief about the quicktest professional (qtp) automation object model?
What is recovery scenario manager? When you go for recovery scenario manager?
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
How you can decide which type of object repository you have to use?
how will you check how many members visited the website www.infosys.com?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Are Shared ORs read-only?
What are the differences between quicktest professional (qtp) and winrunner?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Give the syntax to load function at run time.
what is object and child object.. explain ..if possible give some example for better understanding ..
What are table and db checkpoints?
What are the advantages of Object Repository?