Handling Irregular Data
When testing an application, you will generally work with a sample set of data. When the application is working properly, it’s always a good idea to run the application against real data. Often, you’ll find that your data contains “quirks” that you haven’t accounted for, causing unexpected results. Also, it is important to test a wide variety of data sets. This increases your chances of encountering irregular data.
As an example, consider an application that performs a SQL query on a backend database and imports the result set into an XML document. The database for this example contains a catalog of freely available XML tools. Each record contains the product name, its author, a description, Web site address, pricing ...
Get Special Edition Using XSLT now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.