Fixturematrix voor XML-API's
Kies XML-fixtures voor contractvalidatie, requeststructuren en parsergedrag in service-integraties.
Hoe je deze matrix gebruikt
- Dekt schone payloads, namespacevarianten en misvormde XML-cases.
- Nuttig voor API-contracttests, service-integraties en schemahandhaving.
- Ondersteund door API-contractpacks en configvalidatiepacks.
Open primaire bibliotheek
Deze matrix is gekoppeld aan de XML-bibliotheekpagina en het manifest.
Fixture-rijen
| Variant | Profile | Testfocus | File | Size | Download |
|---|---|---|---|---|---|
|
SOAP Request XML
Good baseline for envelope, namespace, and body parsing validation.
|
API payload | SOAP contract parsing | xml_soap_request_sample.xml |
381 B | Download |
|
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 | Download |
|
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 | Download |
|
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 | Download |
|
Truncated XML
Targets stream truncation and unexpected EOF behavior in XML parsers.
|
Unexpected EOF | Partial payload handling | xml_truncated_feed_sample.xml |
215 B | Download |
Gerelateerde packs
Fixturepack voor API-contracten
Pack met JSON-, XML-, HTTP- en cURL-fixtures voor contracttests, requestvalidatie en schemahandhaving.
api_contract_fixture_pack.zip · 2.0 KB
Fixturepack voor configuratievalidatie
Pack met echte XML-, YAML-, ENV-, INI- en TOML-fixtures voor configvalidatie en parsercompatibiliteit.
config_validation_fixture_pack.zip · 1.9 KB
Gerelateerde workflows
Fixtures voor API-contracttests
JSON-, XML-, HTTP- en cURL-fixtures voor schemahandhaving, request-validatie en testdekking van contracts.
Open WorkflowFixtures voor configuratievalidatie
XML-, YAML-, ENV-, INI- en TOML-fixtures voor configvalidatie, parsertests en compatibiliteit van applicaties.
Open WorkflowGerelateerde strategische pagina's
Best Format Guides
How to Convert
Comparisons