1 / 17

Testing XML

Testing XML. Pallavi Patwa CSTE,ISTQB (Foundation). Agenda. About Checking XML XML Verifications & Validations Tools available Use of Tools. About Checking XML. XML files contain text with simple tags that describe the data within an XML document .

rio
Télécharger la présentation

Testing XML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Testing XML Pallavi Patwa CSTE,ISTQB (Foundation)

  2. Agenda • About Checking XML • XML Verifications & Validations • Tools available • Use of Tools

  3. About Checking XML • XML files contain text with simple tags that describe the data within an XML document. • Testing of XML can be done by verifying data content of XML files • A few common XML verifications & validations are described as follows

  4. XML Data Verification • An XML file can be a static data file that is accessed in order to retrieve commonly used data for which a quick response time is needed • for example, country names, zip codes, or area codes. • Although this data can change over time, it is normally quite static. ( Cont..)

  5. XML Data Verification (cont..) • You can test an XML file by verifying that the data has not changed from one application release to another.

  6. XML Elements Verification • An XML file can consist of elements with attributes and values (character data). • There is a parent and child relationship between the elements, and elements can have attributes associated with them. ( Cont..)

  7. XML Elements Verification (cont..) • If any part of this structure (including data) changes, your application’s ability to process the XML file may be affected. • For an XML testing, you can verify the content of an element to make sure that its tags, attributes, and values have not changed.

  8. DTD Validations • XML files are often an intermediary that retrieves dynamically changing data from one system. • The data is then accessed by another system using Document Type Definitions (DTD), enabling the accessing system to read and display the information in the file. ( Cont..)

  9. DTD Validation (cont..) • You can parameterize the XML data values in order to check an XML document or file whose data changes in a predictable way.

  10. Schema Validation • XML documents and files often need a well-defined structure in order to be portable across platforms and development systems. • One way to accomplish this is by developing an XML schema, which describes the structure of the XML elements and data types. ( Cont..)

  11. Schema Validation(cont..) • You can validate schema to passing negative & positive data in XML file to check that each item of content in an XML file adheres to the schema description of the element in which the content is to be placed.

  12. Automation of XML checking • Following tools are available to automate XML testing • Mercury interactive Quick Test Pro • Segue Silk Test

  13. Use of Tools (QTP) • QTP supports automation of XML file by way of • XML Web Page/Frame Checkpoint:- Checks an XML document within a Web page or frame. • File Checkpoint :- Checks a specified XML file.

  14. Use of Tools (QTP) • Apart from checking ,element(s), attribute(s), and/or value(s) that you want to check. • QTP also helps tocheck that the XML structure adheres to a specific XML schema, by Activate Schema Validation feature

  15. Use of Tools (Silk Test) • To test XML with help of Silk testXMLParserClass is available

  16. Thank You !!

More Related