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 - 1 of 1 Answers

Ranjith Nair

  • Aug 25th, 2005
 

It depends on the functionality related with that module.We need to check whether that module is inter-related with other modules.If it is related with other modules,we need to test related modules too.Otherwise,if it is an independent module,no need to test other modules.

  Was this answer useful?  Yes

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