What kinds of tests do you write for your MVC app?
I am starting to do some testing on my Rails app and hopefully switch to full TDD soon. Before I get too far in I am trying to determine what types of tests I want to write. Rails gives you lots of choices:
1 comment
[ 5.1 ms ] story [ 14.1 ms ] threadmodels, controllers, requests, routing and views tests.
I also use knockout.js in my application and was hoping to use karma test-runner or a similar javascript testing framework.
Which tests should I use and which are not worth the time? What is the right combination?