Tag

ddt

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Aug 13, 2019 · Fundamentals

Using unittest and ddt for Data-Driven Testing in Python

This article explains how to combine Python's unittest framework with the third‑party ddt library to create data‑driven tests, covering test fixtures, decorators, data handling techniques, and examples of loading test data from JSON, YAML, CSV, or Excel files.

Data‑driven testingPythonddt
0 likes · 3 min read
Using unittest and ddt for Data-Driven Testing in Python