A way to identify what an test case iteration is testing allowing the test case steps to be generic.
A feature that allows testers to describe what an individual test case iteration is testing. Right now I add a paratemeter to the last steps expected results "@Notes" and for each iteration of a test case I add to the Notes what I am testing in each iteration. Example would be testing a address site. My test case will go through all the address fields so any testing I would need can be done with parameters and iterations even boundary. But I need a easy way to identifiy what is being tested by an iteration.
7
votes