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?
Yes, it is necessary to re-test the whole application to ensure that the modification is not affectinf the other modules of the project.