Live data from Hacker News

What kinds of tests do you write for your MVC app?

news.ycombinator.com

1–2 of 2 posts

Re: What kinds of tests do you write for your MVC app?

#2
Hmm, the text was cut off. To continue the question:

models, 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?