Tagged Questions
The dev-testing tag has no wiki summary.
4
votes
3answers
292 views
Does anyone have a short document about unit tests for devs new to unit testing?
I've been tasked with writing a short document about unit testing. Basically guidance for devs who are required to write unit tests for the first time, and are somewhat unfamiliar with it.
My first ...
3
votes
3answers
199 views
How do I dev test effectively?
At work, we have a pre-QA step where we (the developers) would test each other's work (broken up to individual bugs or enhancements). While this is useful to have (good to have a sort of 'double ...