Latest News from the Thunders Product Team
Running a batch of test cases together used to mean one data file for the whole batch, shared across every case whether it fit or not. Now each case brings its own.
This is what makes data-driven testing scale: a batch of a hundred cases can now mean a hundred different data sets, not one shared compromise.
#Sprint30