Tag

Schema Validation

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 3, 2025 · Backend Development

Encapsulating JSON Data Format Validation Test Cases with Pytest

This article explains how to encapsulate JSON data format validation in Pytest by creating a reusable JSONValidator utility, defining JSON Schemas, writing test cases that check structure, field types, and values, and executing them to ensure efficient and maintainable API testing.

API testingJSONPython
0 likes · 6 min read
Encapsulating JSON Data Format Validation Test Cases with Pytest
Test Development Learning Exchange
Test Development Learning Exchange
Jul 21, 2024 · Backend Development

10 Python JSON Schema Validation Examples Using jsonschema Library

The article provides ten code examples demonstrating how to validate JSON data with Python's jsonschema library, covering basic validation, required fields, nested schemas, arrays, uniqueness, enums, ranges, pattern matching, conditional logic, and custom error messages.

JSON SchemaSchema Validationdata validation
0 likes · 7 min read
10 Python JSON Schema Validation Examples Using jsonschema Library
FunTester
FunTester
Nov 8, 2022 · Databases

Comprehensive Guide to Database Testing: Concepts, Techniques, and Best Practices

Database testing ensures data integrity, security, and quality by validating data mapping, ACID properties, schema, triggers, stored procedures, and field constraints through both manual and automated methods, using SQL queries, CRUD operations, and specialized tools to verify that applications interact correctly with underlying databases.

ACIDAutomationData Integrity
0 likes · 13 min read
Comprehensive Guide to Database Testing: Concepts, Techniques, and Best Practices