diff between re & regression
who will decide priority
Answers were Sorted based on User's Feedback
Answer / tanvi
retesting means the test conducted on the modified
build.regression test means the test conducted on previous
passed tests for finding any sideeffects occured with the
modified build.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / satya
Retesting is the Testing conducted on the bug which was
raised.
Regression Testing is the Testing done on the Impacted
aread of the Bug which was fixed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashanth
Re-Testing: Retesting is done for perticular test cases to check whether the bug is fixed or not.
It is the process of thesting th application after bug fixing.
Regression Testing: Regression testing is done when ever there is a change in the application or build.
To ensure that new functionality added to the application did not effect the existing functionality.
gvp1026@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manoj kumar
Retesting is the process of checking whether the reported
bugs are been fixed or not by the development team.
Regression testing conduct to determine whether change
component is introduce any error in unchanged component
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suma
re testing is --the testing conducted on modified code.
regression testing is --testing the remaining code or areas
(other than modified) to see whether modified code is
affecting other areas also.
i.e whether new bugs are introduced to untouched areas due
to changes done in one part..
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the various black box and white box testing techniques?
say me any problem u faced in the project after delivering to client?
1. what are the different types of test cases techniques ?
Anybody Explain me Bug Life Cycle..?
Give me an example when black box testing will not able to detect a bug which white box will detect?
generally what model tester will follow in an comapany? pls give me answer
How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…
tell me any bug which u could not able to find
what is the different between QA and test engineer?tell me in brief?
What is the difference between sanity testing and smoke testing
how to import test cases from quality center to excel.. explain navigation
How would you approach measuring JavaScript code coverage?