The strategy tag has no wiki summary.
3
votes
3answers
472 views
Upgrade testing strategy diagram
Does anyone know of any diagram or tool that can help me think and chalk out a strategy for upgrade testing?
Suppose there is a server side component that can have add-ons, plugins if you will. There ...
2
votes
4answers
271 views
What should be the critieria for the selection of new feature test cases to be moved into build acceptance test suite?
I am working on a project to move new feature test cases to build acceptance test suite. Later on I will also be selecting which test cases should be moved to regression suite.
While I was selecting ...
2
votes
1answer
233 views
Testing a data de-duplication and matching engine
Has anyone ever tested a row based data de-duplication and matching program (the data could be any personal information like names,addresses and postal codes etc) ?
What kind of strategies/tools ...
11
votes
4answers
695 views
Documenting Unit Tests
We follow a BDD approach to development, we have our testers creating scenarios from a specification, and these are then given to our developers before any work is started. However, we find that some ...
7
votes
5answers
748 views
Test Strategy Documentation
What are the main points that should be included in a test strategy document for a particular project? I'm not looking at details but more from a high level overview.
I would like to make it a brief ...
