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 |
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
What is the difference between QTP 8.2 and QTP 9.2 ?
How software tester can use constants and variables in scripts?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
What are the advantages of qtp?
Explain about reusable actions?
how to get the object count ?????????
Can you tell me QTP is support for GIS(Geography Information System) Based Software.
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!