How to load the object repository at run time?
Answer Posted / ram.polavarapu
Repositarycollection.Add"file.tsr"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is parameter in qtp?
What are the different types of recovery operation?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
what type of run time errors you get while you ar edoing rpg program?
Is QTP supports Unix. If yes, then how the test automation is done?
Can any one send me the QTP Basic Coding Samples?
What is the new version of qtp which is recently released in the market?
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 do client side image and server side image work?
Where can I find and view run-time data table?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What are private functions in QTP? How they can be called from the function library?
What are the technics follow in writing VB script?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Explain about the test fusion report of quicktest professional?