Everyone seems to have their own way to do 'testing' (TDD or BDD). I have trouble deciding what I should test and where I should draw the line. How can I become better at this. Book and tutorial recommendations are appreciated.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
If you're learning JavaScript, look no further than testingjavascript.com / kentcdodds.com.
Kent is the man!
I'm looking more for general purpose testing methodologies. But i will definitely check this out. Looks good.