What is regression testing
Answers were Sorted based on User's Feedback
Answer / manasa.y
If there is any change in the functionality of an
application,we have make sure that the changed functionality
should not effects the other parts of the application.
suggest me if iam wrong
| Is This Answer Correct ? | 9 Yes | 0 No |
In software industry change & improvement is a continuous process. Whenever there is change in existing functionality or new functionality is added to the system or any defect is fixed. We should make sure that changed or added functionality has not broken already working functionality, and does not have any effect on the unchanged areas of the software. this is called as regression testing. A regression test suit should consists of basic functionality test case of the system. And regression test cases should be always automated.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kirankumar
regression testing is one part of re testing.in regresssion testing we have to identify the side effects because of the any modified build.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahalakshmi
REGRESSION TESTING:
IT IS A TYPE OF TESTING IN WHICH ONE WILL PERFORM TESTING
ON THE ALREADY TESTED FUNCTIONALITY AGAIN AND AGAIN.
TESTING THE NEW FEATURES FOR THE FIRST TIME IN NOR
REGRESSION TESTING.
| Is This Answer Correct ? | 1 Yes | 0 No |
what you consider in security testing particularly in web applications?
can anyone give FULL DETAILS on ATM scenarios, test cases and test cases PURPOSES
What is penetration matrix and how it is used in software testing?
Who should you hire in a testing group and why?
What is FT Disk?
How to measure testing Productivity ?
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?
what is traceability Matrix??
What methodologies have you used to develop test cases?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
write testcases for open dialogbox
what is Waterfall model?