| |
GeekInterview.com > Interview Questions > Testing > Software Testing
| Print | |
Question: Impact Analysis
Answer: What is Impact analysis? As a tester how will you do impact analysis in your project? |
| August 08, 2009 11:46:55 |
#2 |
| singha31 |
Member Since: March 2009 Total Comments: 2 |
RE: Impact Analysis |
Impact analysis is required when :
1. Testing after Bug fixing 2. Application is Upgraded 3. New module is added
All the cases better to discuss with developer for detail Impact analysis. If developer is not available then check th edesign doc and funcional diagram for data flow and find the dependency with fixed or added modules. All the modukes are depended on the fixed/Added module are under the possible impact area. |
| |
Back To Question | |