What is XML checkpoint in QTP. How we can use in Web Based
application

Answer Posted / suryanand

It is used to check the correctness of the data present in
the XML file.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to merge two object repository files in qtp?

608


How do I get the QTP scripts result in xml format by using vb script function?

1772


What is the standard timing delay for web based application in qtp?

579


What are the main differences of qtp and win runner?

585


How will you check that your test cases covered all the requirements?

552






What is different command used in command Prompt while using QTP?

1735


what is error and fault in terms of software quality?

1499


How to define array in qtp?

564


Have you used xml check point in your project? How?

535


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

2408


how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps

1660


What are the different types of action?

545


What is smart identification in QTP?

616


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1476


if our qtp vb Script may be Currepted then What we want do?

1475