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 |
FTP is a application program to upload files to server write a test cases to check the system after successfull uploading we get the message files uploaded successfully?
Usecases and nounlists are associated with the following Requirement analysis methodologies 1.Information engineering 2.Object oriented analysis 3.Structural analysis 4.Functional analysis.
Diff. between STLC and SDLC?
How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
15 Answers CTS, HCL,
1) Difference between "Delete" and "Concatenate" with reference to databases? 2) Difference between SDLC and STLC. 3) Latest versions of the browsers used. 4) What is URL Tampering? 5) Full form of URL. I don't need the answers. These are just for reference.
0 Answers Net Solution, Oracle,
Could anybody tell me types of testing involved when the project is at maintenance.
Why does software have bugs?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
how would u ensure 100% coverage testing?
How Requirement is linked with traceability matrix. Give proper example
how to test the cookies ?
6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?