Do you write test cases for regression testing?
Answers were Sorted based on User's Feedback
Yes we can write test cases for Regression Testing whenever
a new functionality has been added to previous one, test
cases those are previously executed will be repeated once
again to make sure that previously worked functionality is
still working
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / daiju
In agile testing, each and every sprint, ther will be
regreession suite will be created.Regerssion suite means ,
it will the carriying major test cases which we already
executed in the prevbious sprints.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raj
In my point of view there is no need for the new
test cases to perform regression testing. Because we are
preparing test cases according to the functional
requirements. So the project should cover all the requirements.
We are changing the appln/code not requirements
because of the bug. After fixing the bug the appln should
work according to the requirements.
In these two cases we are using the same
requirement then why we need for the new test cases for
regression testing.
Testing experts please excuse me if i gave wrong
answer. Kindly correct me if the answer is wrong and explain.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / senthilkumar, qa engineer, hyp
I seen all the above answers, as Per my point of view,
if new functionality added or modified the existing one in to new one at that time we need to write the regression test case other wise no need to write, if any bug is fixed means we would check whether the fixed bug is affected the existing working functionality or not at that time we have to execute the existing test case (already wrote test case).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saff
guyz dont get confused
regression testing the testing doe to ensure that the the
bug fixes dint effect the other parts of the application
for that we just need to execute laready created test cases
for testign the application there isn o need to write test
cases for regression testing
becoz u r just testing the same functionality again
for new functionality we will write test cases if to check
the same functioanlity why we will write test cases i
thinck u guys are confused in writing and picking the
regression test cases
when there is less time the test team will pick some random
and important test cases and do regression testing but no
where in the world they will write the test cases for doing
the regresion testing becoz if u do so it means ur writing
the same thing which is already written
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kk
no need to prepare test cases for regression testing. we have select the related test cases for the other functionalities. i.e. if there is any new functionality we have prepare the test cases for new functionality and we have select the test cases from the existing test cases to ensure existing functionality is not effected with new functionality. it means we performing regression testing on existing functionality. so we only select test cases for regression.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vinoth
We do not write new test cases for regression testing.
Here, People says that if the new functionality is added in the existing application, they will write new test case and do the testing. But that is called sanity and not Regression.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mayur andhare
Hi this is mayur.........Yes,we can write regression test
cases whenever new functionality is added.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / hanu
Hi all of u,
This is Hanu. i saw all comments on test case for
regression testing.yes, we can write test case for
regression testing.After completion of product
release,client wants extra functionalities, we can add
extras functionalities to that application, then we can
write test cases for that.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / nagendra
how can we write regression testing test cases
| Is This Answer Correct ? | 2 Yes | 5 No |
what are the exact testing types you involved when testing the webapplication testing and clent server application testing?have u find differene interms of testig?
what is acid testing?
How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.
I u dont have SRS doc or dont have any info about product then how will u test it?
what is dead line and when its occur
What is Interoperability Testing? What is Risk Based Testing?
how can we perform load testing and performance testing manually.
What is the mean by Test Management,Test Design,Test Execution,Test Plan,Test Specification?
what is deadlock in manual testing?what is another name for this deadlock?
Can Any Body Explain Major Bugs Find During Manual Testing
where do we use checkpoints in real time?where they actually come into picture?
What r the different types of testcase techniques?