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

mayuri chougule

  • Mar 12th, 2013
 

we can use regression testing for that product.

  Was this answer useful?  Yes

Aniruddha

  • Mar 13th, 2013
 

We can
1. In depth testing of that module.
2. Regression testing for integrated module
3. Smoke or Sanity testing for application to check the major functionality

  Was this answer useful?  Yes

siri

  • May 29th, 2019
 

yes, it is necessary do regression testing. Because sometimes one defect fixing produces another defect.so that we do regression testing.(means testing the modified functionalities and as well as remaining functionalities called as regression testing).

  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