| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: Reduce Test Time
Answer: If you were running out of testing time on a project, what activities would you perform to reduce test time? |
| May 05, 2009 10:09:22 |
#2 |
| kspadma13 |
Member Since: May 2009 Total Comments: 5 |
RE: Reduce Test Time |
It is often a good practice when preparing the test case document, to add a column to mark the priority for each testcase. (identify testcases that MUST be tested- the major functionality cases). This allows the tester to easily perform the MOST important cases (high priority test cases) when testing time is reduced.
Inform the user what are tested by presenting a test report that marks the cases tested for easy identification of cases tested.
If you have time prior to starting testing, it will be a good practice to co operate with the developers to finialise the cases that MUST be tested. (As the developer knows what places have to be Importantly tested.
|
| |
Back To Question | |