What is Regression Testing?
Answers were Sorted based on User's Feedback
Answer / abhijit
When a new deployment is done in project, because of new
features added we need to test that new as well as old
features are working fine. Funtionality should not fail or
change due to new change or enhancement . To testing this
called "Regression testing".
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / anil k.b
when ever a bug is fixed or new features added then the
functionality should not change(code shouldn't impact on
the other) because of the new feature or for the fix
provided by the dev..and to test this "regression testing"
is used..
keep smiling ;)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / nihar arisa
suppose there is three modules 1,2,3.
2 module and 3 module are depending on 1 module.
if in 1 module defect is detected and later developing team
fixed the defect and send to testing team.
tester has to test the 1 module and also both the 2 and 3
module also because both depending on 1 module.
this is called regression testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / harshal
Regression testing means testing whether changed does any
effect on unchanged module.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sreevani
If a bug or CR is raised against the development, after
implimenting the same, testing will be done to check the
bug/CR and the impacted areas.
This type of testing is Regression
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / krishna
Retesting to detect the faults during the modification of
the application.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / raja
after bug is fixed to check or to testing fixed bug related
modules is regression testing
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / tester
Regression test:
What as not correct is now correct and also whatever is
correct is still correct!
| Is This Answer Correct ? | 2 Yes | 11 No |
hi, i am recently joining a SW house as a QA but i have no any experirnce in it so i need some help to solve this my question is that what is the staring steps to make the test plan of web application and also how make the test case
After releasing of the product to the market, it will be a failure, Now tell me whether the testing is a)pass b)fail c) it is partial
what is software quality assurance?
Will automated testing tools make testing easier?
Software Quality Assurance Progress: Scenario I. Defining SQA milestones II. Assigning SQA resources III. SQA scheduling IV. SQA budgeting V. Selecting software development tools that will interface with the SQA tools VI. Reviewing any contracts with subcontractors for SQA requirements In the above statements, which of the tasks are included in planning the overall SQA effort? Choice 1 I, III, V, and VI Choice 2 I, II, III, and IV Choice 3 I, II, III, and V Choice 4 III, IV, V, and VI Choice 5 II, III, V, and VI
2 Answers Brainbench Certification,
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?
what is meant by positive testing ?
What is a test plan and what does it include?
Web 2.0 Style Software Testing Management System- any suggestions?
What is bug?
Hi Friends, I have 2.5 yrs of experience. i am havung interview for QA/QC position tomorrow.what type of questions shall i expect for this experience? PLS HELP. THANKS IN ADVANCE
what is Test senario?