What is a Regression testing? And do you follow that in
your project?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
Please provide the examples for following scenarios 1.High Sevierity Low Priority 2.Low Sevierity High priority
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above
NOte pad Testing Q : How to test the notepad "Font size" and "Word Wrap" Options. How to test the relation between these two option.
what is mean by end to end testing?
what is difference in between os 2000 xp
why Test plan is needed??
what is the role of test engineer while doing unit and integration testing. unit and integration testing is already done by developers
What is the maximum length of the test case we can write?
What are the benefits of automated testing over white box and black box testing?
What r the document required for testing?
What is defect removable efficiency?