Do you write test cases for regression testing?

Answers were Sorted based on User's Feedback



Do you write test cases for regression testing?..

Answer / kallanna biradar

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

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

Do you write test cases for regression testing?..

Answer / nagendra

how can we write regression testing test cases

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

what is deffered defect?

8 Answers   Semantic Space,


What kind of testing to be done in client server apllication and web application? Explain....

2 Answers  


how u will write test case for system testing give me example

2 Answers  


If you open a bug in build -1 and that get closed in build-2 . Again the same bug a raised in build -3. Then what state will you give to that?

6 Answers   TCS,


Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach

1 Answers   TCS,


what is role of the tester in an organaisation and project? what is the daily work of tester?

3 Answers  


What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above

22 Answers   Belly,


What is Test Policy

7 Answers   JVS,


How to do test if we have minimal or no documentation about the product?

4 Answers   3i Infotech,


How does one do Regression Testing for Manual Testing projects?

4 Answers  


What are the ways to check memory leak?

2 Answers  


What is the difference between test case, test suite, test script, test scenario & test plan?

1 Answers  


Categories