We are implementing a functional/regression testing system at work to test our services (our app is setup using a client/server architecture).
How do you start? Do you build some test cases? What about starting a new feature? Would all the test cases go into one file (we are using mocha and node.js)?