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 |
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
I want Tracebility Matrix template, if any one have mail me at dada_khairnar@hotmail.com
Can anyone tell me, What is wound fixing?
What should be a cover letter name while updating resume on naukri.com? please post answer
what is monkey testing?
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
How you create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
how can you define Priority and severity
WHAT IS TESTLOG?
In V model how will you explain all testing types (unit,integration,sysetem,acceptance testing) as all these parallel testing.E.g.Once the design phase is completed how will you do the integration teting over here as tester doesnt know much about design.Briefly justify the V-model?
Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who will do Integration Testing?
what is differance between desktop applications and web applications?