Learning about tests for junior programmers
- by RHaguiuda
I`m not sure if its okay to ask it on stackoverflow.
Ive been reading a log about tests, unit tests, tests frameworks, mocks and so on, but as a junior programmer I dont know anything about tests, not even where to start!
Can anyone explain to young programmers about tests, how they`re run, where and what to test, what is unit testing, integration testing, automated tests? How much to test?
And more important: how much test is enough?
I belive this would be very helpfull. If possible indicate a few books too about these subjects.
Thanks