What Is Regression Testing?
Answers were Sorted based on User's Feedback
Answer / madhu varma
Testing the application after fixing the bugs, to check
whether the fixed bugs are creating any other defects/bugs
in that module or in relative modules
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dipti surve
testing a program, that has been modified to verify that
modifications have not caused unintended effects & still
complies with its specified requirements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kkk
Regression testing is 2 types
One is the issues is fixed? are not? (Executing the related
test cases)
2) After fixing the issue. The issues are how much effected
to other functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naughtygurl
Regression testing is done to ensure that unchanged
functionality is still working correctly. Unchanged area are
not affected by the fixed made
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sj1234
Testing the appplication after the code has been modified
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajesh.pothina
REGRESSION TESTING IS NOTHING BUT CHECKING THE NEW BUILT TO
FIND WHETHER THE PREVIOUS BUGS ARE FOUNG R NOT AND TO CHECK
IF ANY NEW BUGS R FOUNG AFTER MODIFICATION IN THE BUILT.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prasad bojja
Re testing of an modified build whether the build is
correctly fixed or not and new functionality correctly
working or not at the same time old functionality working
or not as per expectation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the strategy for testing a Java application?
Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r all d responsibilities of a Manual Tester in Mainframes Testing? Plzzz reply!!
14 Answers Accenture, American Express, Cap Gemini, Google, IBM,
Write four steps for writting scenario ?
What is the difference between Smoke & Sanity Testing.
What is a failure?
Write test cases to anti virus software?
What is mean by "instance" in case of software testing..?
What are the Important test scenarios which can be used for testing a web site?
can u define the usecase and testcase.
What is meant by SIT?
pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button"ok"which when clicked returns addition of two numbers entered in textboxes question:Write test cases which will cover all requirements and scenarios
Maximum how many defects found in a single module?