When will we start the regression testing and how(means the
process or steps which follows)?
Answers were Sorted based on User's Feedback
Answer / mini
Regression Testing is done to test the old functionality of
an existing software after a new functionality is
added .This can also be done if the software is modified
for fixing a bug.This testing is done to check whether the
old functionalities are proper after the changes for the
new requirement.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / abhishek
hi mini
you are absolutly right.
we do regression when
A)New functionality is added.
B)After fixing a bug.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shweta
regression testing is done after any kind of changes in
softwere.Changes in case fixing bug,changes of requrement
or any case.In regression testing tester check that there
are any new bug genrate
in case add new functionaty.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ganesh
Normally regression will be done ,
If any changes in the old implementatin,.
if any changes in the new requirement
If any functionality bug is fixing
It would be better , if you can do once the new build is
getting released for testing server.
and also .. depends on the bug severity there are three
types of regression,.
unit regression, regional regression, full regression.
aroor_ganesh@rediffmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rafi
whenever requirement changes,modified or fixed just to make
sure that changes will not affect the other areas or
features. it means
Regression testing means testing the changes and
as well as entire application ia called regression testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / abhishek
i think u want to know about when and in which condition
let me clear
say when i have to do regression
1.every week
2.after the software has changed
3.as ofen as possible
4.when the enviroment has changed
5.when the project manager says.
...
....
...
anser is 3.
| Is This Answer Correct ? | 1 Yes | 4 No |
what is sdlc
4 Answers Accenture, Akamai Technologies, InfoAxon Technologies, Tavant Technologies, Virtusa,
Can you explain how one defect leads to other defects?
How do you handle conflict with programmers?
who will give severity and priority define with example?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
What r the different testing techniques other than BVA and EQP?
What do you think the role of test-group manager should be? Relative to senior management?
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
In a listbox of cities, if I enter B, it should display all the cities starting with B, then if i type BA, then all cities starting with BA and so on. Pls anyone give me all the positive and negative test cases for this. It is urgent. Realtime questions pls.
how do we categorize the test cases for regression testing?
What is meant by back-end testing?