Tagged Questions
The test-plan tag has no wiki summary.
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
74 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
365 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
362 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 ...
0
votes
1answer
274 views
SpecFlow test plan from features
How to get a "test plan" from SpecFlow feature files? Is it possible to get similar "report" (HTML, pdf, word, etc.) as we get from executed tests?
It would be great to get table with:
test ...