What are associated files in QTP?
Answers were Sorted based on User's Feedback
Answer / siva reddy (us)
i think the following are files to be associted
repository
-library
-test dtat
-recovery
-test script
-log
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raj
QTP associated files are below mentioned:
1. Main Script
2. Library
3. Recovery
4. Object Repository
5. Logs
6. Test Data
7. Reports
| Is This Answer Correct ? | 1 Yes | 0 No |
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
Regular expressions..... Actually how to use this and what is the exact syntax and can anybody can help me out this with example.is there any docs pls send to my mailid rvreddy82@gmail.com
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.
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
In QTP, What is Global action and Local action?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
Explain in brief about the quicktest professional automation object model?
how to create external data table?
What types of testing comes under functional testing or in other word what will you test in functional testing?
Describe the process for writing text check point for a web application?
Explain the concept of how quicktest professional identifies object?