Tag: data-driven
Browse 4 practical software engineering resources tagged with "data-driven". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving data-driven. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Data-Driven Testing
Data-driven testing separates test logic from test data. The same test runs against many input and expected-output pairs.
The resources below cover parametrization, CSV-driven tests, property-based testing, and fixture combinations. Each guide helps you scale test suites without duplicating code.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Pytest Fixtures and Parametrize
How to use pytest fixtures and @pytest.mark.parametrize to write data-driven tests with reusable...
Type Object Pattern
Define game object types as runtime data rather than hard-coding them as classes, enabling...
Parameterized Test: Run the Same Logic Across Multiple
How to write parameterized tests to verify the same logic across multiple inputs. Covers pytest...
A/B Testing: Experimentation Frameworks for Data-Driven
A practical guide to A/B testing: experiment design, statistical significance, sample sizing,...