How to add verification steps to tests?



How to add verification steps to tests?..

Answer / maddy

we can add verification steps through various Checkpoints in QTP

We can also verify the script through VerifyFile method.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More QTP Interview Questions

write code to read and write data from file?

1 Answers   IBM,


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

0 Answers   ADITI,


How to open any application during Scripting?

3 Answers   Crea,


How to Analyze the Checpoint results by Standard Checpoint?

1 Answers  


How you r using QTP in u r project

1 Answers   IBM, Lehman Brothers,






Explain about the quicktest professional (qtp) automation object model?

0 Answers  


i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)

5 Answers   Syntel,


how to load the *.vbs (or) test generating script in a new machine?

3 Answers   Ordain Solutions,


MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING

0 Answers  


What is the method for maximize the application while we using Decriptive programming in QTP?

3 Answers  


What are the main differences of qtp and win runner?

0 Answers  


Is it possible to use two instances of UFT on the same machine? If not why?

0 Answers  


Categories