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 test the whole application why because to check whether this modified module affect the remaining modules or not.