Tagged Questions

11
votes
10answers
2k views

Should a developer write their own test plan for Q/A?

Who writes the test plans in your shop? Who should write them? I realize developers (like me) regularly do their own unit testing whilst developing and in some cases even their own Q/A depending on ...
6
votes
2answers
76 views

How to plan additional tests run by external sub?

We have written parsers for different scientific data formats in Perl. Recently I added a test suite with a parser_*.t file for every format and subformat. Of course, the API of the parsers is ...
2
votes
2answers
375 views

How integration tests are performed on your company/job/project?

I want to improve integration tests methods where I work and I would like to know how this process happens in other places. Things like: - When test plans writing begin - Proportion between testers, ...
1
vote
3answers
377 views

How to plan for whitebox testing

I'm relatively new to the world of WhiteBox Testing and need help designing a test plan for 1 of the projects that i'm currently working on. At the moment i'm just scouting around looking for testable ...