Ask HN: Single Programmer Testing
I really need to find a better test method than I have currently, which amounts to "list potential disasters on paper and prevent them".
My problem is that most of the testing methodologies I've seen have been based around a team. I'm the only developer at a help desk consulting company, managing their Service-Now instance. I don't have any users I can reliably get assistance from, so I need something that works well for a single developer.
Could I get some recommendations for what I should research? Anything to narrow the field of possibilities would be awesome.
4 comments
[ 3.3 ms ] story [ 20.3 ms ] threadHere's an article you might find helpful: http://www.ibm.com/developerworks/library/j-test.html
Also, wikipedia has a list of unit testing frameworks by language: http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks
Good read