Test Case 1: Input: income = 20000 Expected Output: tax = 2000Instead of hard coding the above test cases into the test driver, the test driver can also input the test cases from a test case database. This is more flexible, because we can now reuse the test case database to conduct regression test.Test Case 2: Input: income = 40000 Expected Output: tax = 6000