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
How to creating an output value using quicktest professional (qtp)?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
what r the main attributes of test automation?
Is it possible to change the values of analog recording?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What are the properties you would use for identifying a browser and page when using descriptive programming?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
On what document base Descriptive programming is written if build is not yet ready ?
What is text/text area checkpoint?
How is a Step generator used in UFT?
Generic function to search for the unique link in webtable and click on it
How did you use regular expressions in QTP and also in WR?