Matrice de fixtures XML pour API
Choisissez des fixtures XML pour payloads API, flux type sitemap, catalogues et cas XML mal formes.
5
Lignes de fixtures
3
Comment utiliser cette matrice
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Comment utiliser cette matrice
Coverage
- Couvre SOAP, flux, catalogues et XML tronque ou invalide.
- Utile pour parseurs XML, contrats API et validation de charge utile.
- Appuye sur les packs API et configuration.
Lignes de fixtures
Available Variants
| Variante | Profil | Objectif de test | Fichier | Taille | Telecharger |
|---|---|---|---|---|---|
|
SOAP Request XML
Good baseline for envelope, namespace, and body parsing validation.
|
API payload | SOAP contract parsing |
xml_soap_request_sample.xml
|
381 B | Telecharger |
|
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 | Telecharger |
|
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 | Telecharger |
|
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 | Telecharger |
|
Truncated XML
Targets stream truncation and unexpected EOF behavior in XML parsers.
|
Unexpected EOF | Partial payload handling |
xml_truncated_feed_sample.xml
|
215 B | Telecharger |
Pages de strategie liees
Related Packs and Workflows
Packs lies
Pack de fixtures pour contrats API
Pack de fixtures pour validation de configuration
Flux lies
Fixtures pour les contrats API
Ouvrir le fluxFixtures pour la validation de configuration
Ouvrir le fluxPages de strategie liees
Related Pages
Guides du meilleur format
Recommandations par cas d'usage
Comment convertir
How to Convert JSON to XML
How to Convert XML to JSON
How to Convert CSV to XML
How to Convert XML to CSV