Grouping Test Maps together under a certain premise
Although i don't use formal test cases (i kinda use shorthand test maps in table form) i group my testing by feature, which gives it a wholistic, systemic approach, to make it coherent and actually make sense (seeing it from the prospective users' POV). Unless i approach it this way, testing would be piecemeal, and would lack relational cohesion.
Which goes for test documentation too. Grouping them together makes for more coherent and meaningful regression tests while exploring the module under test.
(link)
Comments
Post a Comment