Here we build out from a unit test example to working with fitnesse
The important thing to remember is that unit tests demonstrate the quality of a unit of code. They don’t test several components working together as one. You need another tool for this.
Another way to think about it is - if you were a large contractor hired by Network Rail to lay track infrastructure for the UK rail network you wouldn’t expect Network Rail or its infrastructure contractors to test the individual components that are going to be used to build the infrastructure. At some point the suppliers of the components wo
0 Comments