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 |
why do u put the bug status as deffered?what do u mean by that exactly?
What is risk analysis?
name the types of methodologies
Difference Between Usability and GUI Testing with Example?
explain fields of a bug
performance testing is functional or nonfuctional
What is there in the final Test Summary Report
What is Software Testing? Objectives of Testing?
I say “End user can also be involved during system testing?” Do you agree with me? if Yes or No….Why ?
What are the different roles of testers in Verification and Validation?
what are test deliverabls?
He has given table attributes- empid,empfirstname,emplastname,MangerID.And he asked write query to display empfirstname and mangername?