How to Run a Test using QTP?
Answer / aakankshi choudhary
1 Start QuickTest and open your test.
If QuickTest is not already open, choose Start > Programs > QuickTest Professional > QuickTest Professional.
. If the Welcome window opens, click Open Existing.
. If QuickTest opens without displaying the Welcome window, choose File > Open or click the Open button.
In the Open Test dialog box, locate and select your test, then click Open.
2 Confirm that all images are saved to the test results.
QuickTest allows you to determine when to save images to the test results.
Choose Tools > Options and select the Run tab. In the Save step screen capture to test results option, select Always.
Click OK to close the Options dialog box.
3 Start running your test.
Click Run or choose Test > Run. The Run dialog box opens.
Select New run results folder. Accept the default results folder name.
Click OK to close the Run dialog box.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to change the properties of object during run time . plz give the code using flight reservation
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
how to identify the objects if application consists of objects that have same properties.
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
What is Active Screen in QTP?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
give the code to count child objects (Total) in the page
Can any one please explain hwo to test client/server application using QTP?
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
How to Save your test using QTP?