Hi All,
What is an XML Checkpoint in QTP? How can i use it while
testing a web application?
Kindly explain in detail.
Thanks in advance
Answers were Sorted based on User's Feedback
XML Checkpoint checks the data content of XML documents in
Web pages and frames.
The XML Checkpoint option is supported for all environments
Content of an element can be checked to make sure that its
tags, attributes, and values have not changed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat reddy
Hi,
Checkpoint is nothing but a verificaion point like
camparing the expected result with actual result.
same as XML checkpoint is also displays the child
attributes and parent attributes..
XML checkpoint is used to campare the contents of an XML
file or XML documents.
correct me if i am wrong...
| Is This Answer Correct ? | 1 Yes | 2 No |
what is file database
w is fragmentation and paging
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
How can I generate customized logs in QTP ?
Shall we add Local Repository to shared object repository,if yes,how we add
what is a test strategy & what is the difference between test strategy & test plan?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
Where is the Bitmap checkpoint information stored?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..