Уровень 0 · материалов: 4
В кластер входят материалы по изучению синтаксиса и проверке корректности форматов передачи данных, но не входят руководства по настройке и поддержке конкретных веб-сервисов.
Общие признаки: структура JSON и XML, валидация данных, тестирование API, форматирование данных
Группа выше: Форматы обмена и конфигурации данных
Смысл: The main idea is to teach the basics of XML syntax and structure to software testers so they can effectively construct, validate, and perform negative testing on API requests (specifically SOAP and REST).
A beginner-friendly guide to XML structure, XSD validation, and syntax rules designed to help QA engineers test API data exchange.
Смысл: The main idea is to explain the purpose and basic functionality of XSD (XML Schema) as a tool for validating XML structure and data types to make data processing more efficient and reliable for developers.
An introductory guide to XSD (XML Schema) explaining how it validates XML structure and data types through a practical example.
Смысл: The main idea is to provide a foundational understanding of JSON syntax and structure for beginners in API testing, emphasizing both the rules of correct formatting and common ways to test for errors by violating those rules.
A beginner-friendly guide explaining JSON structure, its advantages over XML in REST APIs, and practical tips for testing malformed JSON payloads.
Смысл: The main idea is that JSON is far less standardized than developers believe, and the inconsistency between different library implementations can lead to critical software failures and security risks.
An extensive analysis of 30+ JSON parsers reveals that almost none of them follow the same rules, proving that JSON parsing is a 'minefield' of inconsistency and potential crashes.