We are trying to use Fitnesse for our functional test. Should I mock dependencies or should it test the database?
What are the advantages / disadvantages of any approach?
The whole problem of testing with the database is related to setting up data, which is a huge dependency. If we mock it, is this a real functional test?
thanks
testing mocking functional-testing fitnesse
Naveen
source share