Data-driven testing
Automated testing is about running a defined software test with different user data in many iterations and with varied conditions. To do so, it is necessary to combine one defined test case with a set of control-data which create the different test case iterations. The underlying principle is called data-driven testing. In this topic, every necessary information concerning data-driven testing is introduced and demonstrated by examples.