Matriz de fixtures XML para API
Escolha fixtures XML para payloads de API, feeds estilo sitemap, catalogos e casos XML malformados.
5
Linhas de fixtures
3
Como usar esta matriz
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Como usar esta matriz
Coverage
- Cobre SOAP, feeds, catalogos e XML truncado ou invalido.
- Util para parsers XML, contratos de API e validacao de payloads.
- Ancorado em packs de API e configuracao.
Linhas de fixtures
Available Variants
| Variante | Perfil | Foco do teste | Arquivo | Tamanho | Baixar |
|---|---|---|---|---|---|
|
SOAP Request XML
Good baseline for envelope, namespace, and body parsing validation.
|
API payload | SOAP contract parsing |
xml_soap_request_sample.xml
|
381 B | Baixar |
|
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 | Baixar |
|
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 | Baixar |
|
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 | Baixar |
|
Truncated XML
Targets stream truncation and unexpected EOF behavior in XML parsers.
|
Unexpected EOF | Partial payload handling |
xml_truncated_feed_sample.xml
|
215 B | Baixar |
Paginas de estrategia relacionadas
Related Packs and Workflows
Pacotes relacionados
Pacote de fixtures para contratos de API
Pacote de fixtures para validacao de configuracao
Fluxos relacionados
Fixtures para contratos de API
Abrir fluxoFixtures para validacao de configuracao
Abrir fluxoPaginas de estrategia relacionadas
Related Pages
Guias de melhor formato
Guias por caso de uso
Guias de conversao
How to Convert JSON to XML
How to Convert XML to JSON
How to Convert CSV to XML
How to Convert XML to CSV