Learning about tests for junior programmers

Posted by RHaguiuda on Stack Overflow See other posts from Stack Overflow or by RHaguiuda
Published on 2010-05-10T12:09:03Z Indexed on 2010/05/10 12:14 UTC
Read the original article Hit count: 377

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

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about testing