May 27, 2019
Data driven testing solves the problem: “I want to try a bunch of different test values, but I don’t want to write a different test for each one.” In data driven testing, you reuse the same test code with different values. Data-driven testing is so common and valuable that I’ve seen teams set up their […]