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 |
day before yesterday i faced this question in value labs ,,,, 1.what is the exact difference between sanity and smoke testing which will do first and say some sanity test cases..... 2. difference between UI,GUI & Usability testing and can i access the form without testing GUI and how the blind people can identify GUI of the form..... anyone plzzz answer 2 me thanks in advance byeeeeeeeee
How to write integration test cases? And as a black box tester do we write integrated test cases and how?
What are the benefits of requirement traceability?
If I have written the test cases for any module.And some features are added/removed to & from that module then what should I do with test cases?
What is meant by Entry and Exit points in Testing? Raam - ramumcato@yahoo.com
Hi Friends Please let me know that how to test font size and font type of any website content when the right button is disable and we can not copy and paste it in msword.
How to test the Fire walls?
what is Inspection?
what is differance between desktop applications and web applications?
after inserting the record in front-end,how will u check the backend manually?
What is meant by SIT?
What is "pet model" of Bug reporting cycle