What is the diff between retest bug and regression bug?
Answers were Sorted based on User's Feedback
Answer / gurpreet
When a bug is fixed by the developer it is again retested by the tester to verify if it is fixed, this is known as retest bug whereas a bug which occurs in some module as a result of modifications in some other module of the system is regression bug.
Is This Answer Correct ? | 24 Yes | 0 No |
Regression bug – Changes in existing code that change the
behavior of the application so it does not meet a
specification that was previously met.
Bug-Its simple fault or any defect.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nilanjan saha
When in the testing process Tester report a bug, after that
it get assigned to a specified developer. After fixation of
that bug it again comes for retesting to that the bug
really get fixed or not. It is also called as Confirmation
testing.
Due to fixation of that specific bug it might affect some
adverse effect to other modules then those newly generated
bugs are termed as regression Bugs. Regression testing is
generally Automated.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mbalakiran
Retesting:when a defect is fixed by the developer, after that to verify that defect or test the defect again and again with different type of input data is known as retesting.
Regression Testing:If any changes done on the existing build this test is conducted on modified build because of this changes will effect on changed functionality and unchanged functionality.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chhabrachhagan
Retesting:- Retesting is a confirmation testing which ensures that bug has been fixed or not.we perform same test steps to find out bug is fixed or not.
Regression:- Regression test ensures that unchanged area of the application will not be affected by bug fixation.our core functionality should be same.
Is This Answer Correct ? | 0 Yes | 0 No |
Retesting :- "Rexecution of fail testing".
Retesting is running the previously failed test cases again on the new software to verify whether the defects posted earlier are fixed or not.
In simple word, Retesting is testing a specific bug after it was fixed.
Regression Testing :- "Rexecution of pass testing".
In three cases we needs to do regression testing-
(i) After Bug Fix
(ii) After enhancement or new feature added
(iii) Environment change
Is This Answer Correct ? | 0 Yes | 0 No |
can anyone please tell how a rally tool is used in testing. what are the tester roles in using this tool and the detail working of this tool.
At what stage of the life cycle does testing begin?
16.Compatibility testing is testing two application?
hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
self join query in sql. 15 objective questions. What is equi join and outer join
how to write a testcase for yahoo messenger
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
According to RBI rule how much money can be transferred through online banking at one time...?
What is difference between Quality Assurance and Quality Control?
Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent
How do you estimate white box testing?
What is an end-to-end testing?