What is a Regression testing? And do you follow that in
your project?

Answers were Sorted based on User's Feedback



What is a Regression testing? And do you follow that in your project?..

Answer / nandan kumar

Regression testing is a type of testing in which, one will
perfom testing on already tested functionality again and
again.

We generally do it 2 Scenarios
1. When ever we raise the defects to developers team and
next build is released, we will test the defect
functionality as well as related functionalities once again.

2. When ever we added new features to the application, and
next build is released, then all the related features of
those new features will be tested.

There are almost 22 types of testing..among any type of
testing can be fall under regression or re-testing..either
this or that.

Normally Regression testing will be starts from 2nd build
and continuoes upto the last build.

Is This Answer Correct ?    6 Yes 1 No

What is a Regression testing? And do you follow that in your project?..

Answer / priya

Regression testing is any type of software testing that
seeks to uncover software errors by partially retesting a
modified program. The intent of regression testing is to
provide a general assurance that no additional errors were
introduced in the process of fixing other problems.
Regression testing is commonly used to efficiently test the
system by systematically selecting the appropriate minimum
suite of tests needed to adequately cover the affected
change.

it is done under follwing conditions
1. New enhancement
2. Issues fixing time
3. At the time of Removing application
functionality

Is This Answer Correct ?    2 Yes 0 No

What is a Regression testing? And do you follow that in your project?..

Answer / saff

regression testing is to check whether the fixed bug has
any side effects

yeh we follow it in my project by executing the test suite
again
and writing partial test cases baed on tracbility and
analysis techiniques and businnes risk
bets testing pilot testing and parallel testing
and testing mew features in a release to accidentall test
the old features

and using automation tool

Is This Answer Correct ?    1 Yes 0 No

What is a Regression testing? And do you follow that in your project?..

Answer / aaa

Regression testing means to check whether any other
modules/functionality affected due to defect fixes/new
development/change in requirements.

Regression testing will happen from below conditions,
When we get new build to test the application with some bug
fixes.
When we get new build with enhancements or change in
requirements.

Yes, we are doing regression testing in our application
prior releasing o the client.
we are preparing regression test cases to execute while
doing regression testing to make sure that application is
regressed completed with test coverage.

Is This Answer Correct ?    1 Yes 0 No

What is a Regression testing? And do you follow that in your project?..

Answer / aarthi

Testing to ensure that no additional errors were introduced
in the process of fixing other problems

Is This Answer Correct ?    1 Yes 1 No

What is a Regression testing? And do you follow that in your project?..

Answer / subhash ingale

“It is type of testing in which one will
perform testing on the already testing functionality again
and again.”

Usually this type of testing done in to synours
(sutation) .
1. whenever the test engineer identified the defects,
send it to the development department, after rectification
the developer will release the next build , once the next
build is released the test engineer will check whether the
defect functionality as well as the related functionality
once again.
2. Whenever some new features added that application,
next build is released is the testing department then the
test engineer will check all the related features of those
new features once again

Note: Testing the new features for the first time not-
regression testing.
Random testing also falls under regression testing.

Is This Answer Correct ?    0 Yes 0 No

What is a Regression testing? And do you follow that in your project?..

Answer / n@n!

Regression testing: testing the core functionalities and
dependency variables in the application is called
regression testing.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

which test comes first installation testing or compatiability testing

7 Answers   ADP,


Suppose,u have written 10 test cases for an application,but ur developer is not satisfied wht u wrote,then how will u justify him that ur test cases are correct?

2 Answers   CFC,


Can you explain capability levels in continuous representation?

0 Answers  


How do you test if an XML file is correct or not?

4 Answers   Zeon Solutions,


Swap 2 variables without using a temp variable

4 Answers   Oracle,






What are the qualities needed by a software tester?

0 Answers  


Can any one please explain me, what kind of defects we should not raise while doing System Testing?

2 Answers   Covansys,


what is meant by web service testing and what is the use of web service testing ?

1 Answers  


What type of testing u perform in organization while u do System Testing,give clearly

3 Answers   BladeLogic,


tell wat u did in ur banking project?

0 Answers   Interra IT,


is there any checklist to check SRS document

1 Answers  


Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning

1 Answers   IG, Wipro,


Categories