Mstest name instead Data Row with Data-Driven testing
I use MsTests and Data Driven approach for testing. (Excel is data storage for tests) tests result dont provide any information about tests data. For example: Result look as: testname (Data row 5). And it is not clear for me. How can i customise output test result? For example testname (Test data (word, number, or row named)) I found only one solution: I have MyData.xlsx file with 1000 rows. Simple logic: "A" column = 1, "B" column = A*2+2. Rows 5,6,7 and 11,12,13 conteins zero for make a failed results. SourceCode of my Test: public TestContext TestContext { get; set; } [TestMethod]