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

Answer Posted / arun

An xml file is used for data transfer...

so it is used to check the data present in the xml tags..

one can use it through the navigation
inset->check point -> xml checkpoint.

if I m worng correct me.

arunkumar.sms123@gmail.com

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is CMMP and CMMH?

688


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

2410


What is smart identification in QTP?

618


What is qtp window?

556


What is business process testing(bpt) in qtp?

680






what is the difference btn risks & Therads in the Test plan documentation?

1579


How to recognise the webelement and verifying that webelement is enabled?

1630


How to customize checkpoints with parameters?

3012


How many scripts did you have?

1689


How you can make an action as re-usable action?

641


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

2964


Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in

1591


What is optional step in qtp? How you can add optional step in qtp?

524


How many add-ins comes by default with quicktest professional?

545


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

3562