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 |
Describe to me the difference between validation and verification.
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
what is requirement tracebility and it's format
explain fields of a bug
how to connect your project in database?
what and how to do application testing?
wat if fiddler and how it is used in tesing an application. please explain with a real time scenario
pls explain perfomence testing and strees testing load testing
tell me about severity and priority with example
3 Answers Sierra Atlantica, Verizon,
What are the containts of usecase document?
how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?
What are the type of testinmg to test in Unit, System,Integration and User acceptance testing< client side>