WHAT'S COVERED IN THIS COURSE?
There's a lot of material out there that shows you HOW to write basic tests that cover basic scenarios. Assert that string 'foo' does not equal 'bar'? No problem! But how do you know WHAT to test, in what order, and WHERE to start? How do you know that your code has sufficient test coverage? Is some code impossible to test? What would YOU do if it was?
SIMPLE EXAMPLES ARE FINE FOR LEARNING THE BASICS OF TESTING BUT THEY ARE NOT GOING TO TEACH YOU HOW TO TEST REAL APPLICATIONS...
I'm sorry but there's a lot more to it...The good news is that THE ANSWERS ARE ALL CONTAINED WITHIN THIS COURSE...keep reading.