What is Regression Testing?
Answers were Sorted based on User's Feedback
Answer / k.prakash
Regression Testing:
Whenever tester find any defect it will given for developer
for correction. After developer correct the defect it once
again go to tester.The tester now do the testing from the
begining to ensure that cases are without any defect and
particular defect has been corrected.This procees of
testing called regression testing.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kalai
Selective re-testing of a system to verify the modification
(bug fixes) have not caused unintended effects and that
system still complies with its specified requriements.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ramana
Regression Testing is nothing but reverification of the
application.It is done on modified build.In this Testing,
tester First tests defect detected modules. After that
tester tests remaining modules. If tester got any defect
in that modules he again send error report to developers.
There is no end for Regression Testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / parineetha
The Test Engineers are reexecuting previously failed test on
same s/w build after solving environment related (or) test
case related/ Test data related defects. after solving code
related defect only the test engineers are receiving
modified s/w build with release note.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / b.v.rao
Regression testing is a type of testing in which one will
perform testing on the already tested funcanality once
again, to make sure that when ever new changes are made by
the development team all the related functions are working
fine as previous.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sateesh
What is regression testing is the type of testing that
ensures the software remains intact. A baseline sets of data
and scripts are maintained and executed to verify that
changes introduced during the release have not "undone" any
previous code. Then expected results from the baseline are
compared to results of the software under test. All
discrepancies have to be highlighted and accounted for,
before the testing proceeds to the next level.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / satya
The Test Engineer is Reececuting previously failed test on
modified s/w build to ensure the correctness of defect
solving and reexecute previosuly related passed test on that
modified build to defect side effects.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / akila
regression testing to test the build once the developers
release the build to test the total core functionality is
called regression testing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajesh
Regression Testing: which Test a SYSTEM once again to
ensure that functions as still expected as per the
specifications or its requirements.
or
executing the test cases on modified form of build.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / bhanu prabhakar
Regression testing:
If a bug occurs in one module and send that bug to a developer
then developer fix the bug and again send to tester .Then the
tester must check not only the bug related module he must
check the entire whole application ( i mean remaining all
the modules) after the bug is fixed.
| Is This Answer Correct ? | 0 Yes | 1 No |
hi can anyone say how we can use test metrices in an applistion
What does scalability mean. Is the system scalable only in terms of hardware or its software which makes the application scalable. Please provide an example to support your answer.
what is confrigation management, and change managment?
If client give you a project then which testing you will perform first
Why do we do Smoke Testing?
what are the contents of SRS documents?
How to test Requirements?
When is Ad-hoc Testing done in a project?
table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A columns all three rows
what is builr release team..?
What is the difference between User Acceptance Testinga and System Testing?
what is test coverage??