The test that we write can be executed with different test data.
Actually we write a single test for each test data we must test.
There is a better way to handle this, like a single test and different runs with different test data?