What is the extension of script and object repository files
in QTP?
Answer Posted / ramesh
extension for QTP script is .mts
extension for QTP Shared Object Repository is .tsr
extension for QTP Local Obeject Repository is .bdb
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a script to customize the test results in PDF and HTML format.
How to find the path of folder in which the test is saved in qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
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
If object is not recognized by qtp but the object is standard object what is your approach?
How software automation specialist enter steps in the Expert View?
if our qtp vb Script may be Currepted then What we want do?
What is synchronization? What are the ways you can synchronize?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to use Environment parameterization? Explain with an example.
How to check feasibility of the appliction?in automation testing?
Is it possible to change the property value at runtime? How it is possible?
How can you identify the browser and its information using QTP script?
What is text/text area checkpoint?
What is QTP testing process?