Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Is it necessary to re-test the whole application within the Testing Issues forums, part of the Software Testing category; 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 ...
|
|||||||
|
|||
|
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?
Last edited by jainbrijesh; 05-16-2007 at 08:00 AM. |
| Sponsored Links |
|
|||
|
Re: Is it necessary to re-test the whole application
It may not be necessary to test the whole application. Normally, Regression Testing techniques are implemented after the code is modified.
Actually speaking, a third person can’t comment on whether or not the whole application needs to be tested in the scenario mentioned by you. You may test the whole module if * the module is very small and any change in the code will reflect the entire module. * previous attempts of not testing the whole module had proved expensive (Eg. client encountered errors or test team encountered a lot of errors in the rest of their testing process on the same/similar module). * the developers suggest to do so. * the client suggests/orders to do so. * it is feasible (time and cost). People involved in the project (SEPG) would know better about these points.
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
|
|||
|
Re: Is it necessary to re-test the whole application
You may want to test the added module once and run smoke test again to check if added functionality is not breaking or effecting the other functionalities
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Test Case & Test Script same OR different | Geek_Guest | Test Cases | 8 | 06-11-2008 12:51 AM |
| Uploading Test Cases into Quality Center and Test Director | Rajani | Test Director | 2 | 05-13-2008 05:27 AM |
| how i can test web application | aramadakareddy | QTP | 7 | 07-11-2007 03:26 PM |
| Self Test Software vs GeekInterview online test | romeopeay | Get Together | 2 | 02-13-2007 05:57 AM |