vie_huynh
13 years agoOccasional Contributor
Question regarding data driven test for TC
So I break down small tests and organize them into a big test. Then I want to make an excel data sheet for data driven test. There would be multiple sheets for each small tests. Then come the question for the rows. I understand that each column represent different categories that could be selected in that tested app, but do the rows need to be exactly the same for every sheet in that particular test? And how TC run through the test? Is it running like first record of every sheet that is selected, and when it done for the first one, it goes for the second record, aka the second row?