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 |
About the security testing, how to use to security testing in web testing, suppose u will check login page, how to change password in back end in security testing
How to test cookies in Manual testing and how to disable cookies?
How can We stop Client side Validation and do Server side validation ? Is there any option on IE
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
what is the path for test director,where the test cases are stored ?
what is Testing environment in your company ,means hwo testing process start
What is test scenario, use case, and test case?
What is a Test Log ,How is it differnt from a bug REport
What are the Type of CMM Levels, Explain Each Level.
how do u find out memory leaks in any application..?
can any one define V-V testing?....thanks in advance
What is Web testing & which action we take at the time of Web Testing?