difference between regression testing and re testing?
Answer Posted / lakshmanaraj bg
Regression Test:
Regression testing attempts to verify that modifications have not caused unintended adverse side effects in the unchanged software (regression faults) and that the modified system still meets its requirements.
Re-test:
Whenever a fault is detected and fixed then the software should be re-tested to ensure that the original fault has been successfully removed.
Re-testing and Regression Testing:
It is imperative that when a fault is fixed it is re-tested to ensure the fault has indeed been correctly fixed.
There are many tools used in a test environment today that allow a priority to be assigned to a fault when it is initially logged.
We can use this priority again when it comes to verifying a fix for a fault,particularly when it comes to deciding how much time to take over verifying the fix.
For example if you are verifying that a has been fixed in a help file, it would probably have been raised as a low
priority fault.
So you can quickly come to the conclusion that it would probably only take a few minutes to actually verify the fault has been fixed.
If, however a high priority fault was initially raised that wiped all of the customers stored data, then you would want to make sure that sufficient time was allocated to make absolutely sure that the fault was fixed.
It is important that consideration of the possible consequences of the fault not being fixed properly is considered during verification.
Another important factor when it comes to testing is when there is suspicion that the modified software could affect other areas of software functionality.
For example, if there was an original fault of a field on a user input form not accepting data.
Then not only should you focus on re-testing that field, you should also consider checking that other functionality on the form has not been adversely affected.
This is called Regression Testing.
For example; there may be a sub-total box that may use the data in the field in question for its calculation.
That is just one example; the main point is not to focus specifically on the fixed item, but to also consider the effects on related areas.
If you had a complete Test Specification for a software
product, you may decide to completely re-run all of the test cases, but often sufficient time is not available to do this.
So what you can do is cherry-pick relevant test cases that cover all of the main features of the software with a view to prove existing functionality has not been adversely affected.
This would effectively form a Regression Test.
Regression test cases are often combined to form a Regression Test suite.
This can then be ran against any software that has undergone modification with an aim of providing confidence in the
overall state of the software.
Common practice is to automate Regression Tests.
To assist you on what to additionally look for when re-testing, it is always a good idea to communicate
with the Developer who created the fix.
They are in a good position to tell you how the fix has been
implemented, and it is much easier to test something when you have an understanding of what changes have been made.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
What is rapid application development model (rad)?
How do you go about testing a project?
what is sanity test (or) build test?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
what is configuration management tool - send to thanu_santo@rediffmail.com. what is testing senarios
1.what promted you to become involved in QA/Testing?
What is a test server?
Write the test cases for file transfer from one user to other from Google Drive/drop box?
What is the difference between a defect and a failure?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What is back to back testing?