In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?

Showing Answers 1 - 2 of 2 Answers

rashwin

  • Oct 20th, 2005
 

Frist u see the system design if that module is connected to any other module then u need to test both the modules else no need of testing entire system

  Was this answer useful?  Yes

Bindu Puvvala

  • Nov 10th, 2005
 

1) Test the modified module

2) Test all the other modules/areas of the application which will have direct/indirect interaction with the modified module.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions