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 |
When do we perform smoke testing?
How to find that tools work well with your existing system?
define 1)test methodologies, 2)test data 3) test scenario 4 ) test environment
A Good Test Case Means..?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
What is the ONE key element of ‘test case’? What is the ONE key element of a Test Plan?
can any help the difference b/w incremental integration testing & integration testing & system & funtional testing
Write the possible positive and negative testcases for telephone.
can any one send me the ans for this,what are different types of test scenarios?
What criteria u r following in ur company for selecting related failed test cases in regression testing?
Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .
What is CVS and why it is used?