XML API Fixture Matrix
Choose XML fixtures for SOAP payloads, feed parsing, schema validation, and malformed XML handling.
So verwenden Sie diese Matrix
- Covers SOAP-style requests, feed/catalog XML, and malformed or truncated negative cases.
- Useful for XML parser validation, contract tests, and feed ingestion workflows.
- Anchored to API contract and config-validation packs.
Primaerbibliothek oeffnen
Diese Matrix ist an die XML-Bibliothek und deren Manifest gebunden.
Fixture-Zeilen
| Variante | Profil | Testfokus | Datei | Groesse | Herunterladen |
|---|---|---|---|---|---|
|
SOAP Request XML
Good baseline for envelope, namespace, and body parsing validation.
|
API payload | SOAP contract parsing | xml_soap_request_sample.xml |
381 B | Herunterladen |
|
Sitemap Feed XML
Useful for sitemap/feed style parsing and XML traversal workflows.
|
Feed document | Feed and list parsing | xml_sitemap_feed_sample.xml |
319 B | Herunterladen |
|
Product Catalog XML
Targets XML contract and schema validation for nested data models.
|
Structured document | Nested element parsing | xml_product_catalog_sample.xml |
295 B | Herunterladen |
|
Malformed XML
Useful for schema rejection, parser errors, and negative API contract tests.
|
Broken payload | Validation failure paths | xml_malformed_payload_sample.xml |
168 B | Herunterladen |
|
Truncated XML
Targets stream truncation and unexpected EOF behavior in XML parsers.
|
Unexpected EOF | Partial payload handling | xml_truncated_feed_sample.xml |
215 B | Herunterladen |
Verwandte Pakete
API Contract Fixture Pack
Bundle of real XML and JSON payloads for API contract tests, schema validation, and malformed payload handling.
api_contract_fixture_pack.zip · 2.0 KB
Config Validation Fixture Pack
Bundle of real YAML, XML, and JSON fixtures for application config parsing, CI validation, and configuration QA workflows.
config_validation_fixture_pack.zip · 1.9 KB
Verwandte Workflows
API Contract Fixtures
XML and JSON payload fixtures for contract testing, schema validation, SOAP-style requests, and malformed payload workflows.
Workflow oeffnenConfig Validation Fixtures
YAML, XML, and companion config fixtures for application config parsing, CI validation, and infrastructure configuration workflows.
Workflow oeffnenVerwandte Strategie-Seiten
Beste-Format-Guides
Konvertierungs-Guides
Direkte Vergleiche