Would you say that maybe one approach to testing is defining how to test the results of what is produced in a sprint before work is done in the sprint?
I am producing code to read data from a database then display it on a form. Should I wait until i’m done or would it be prudent to define the tests for the fields and such before I start?
Personally I like to define how I am going to test what I am working on rather than develop a test case or plug in unit testing after the fact.
What do you think?
Thanks.