How do you select test cases for Regression Testing(The
point is when there is change code how do you come know
which part of code or modules it will affect).

Answers were Sorted based on User's Feedback



How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / rizwana

Regression Testing is testing the modified build and the
the dependent functionalities/modules if the changes made
to the module are affecting the other dependent modules or
not.

We can trace the dependent functionalities or modules
through requirements.

Correct me if I am wrong.........

Is This Answer Correct ?    15 Yes 2 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / roopesh

Regression testing is done on the modified build to check
if the new added functionalities is affecting any of the
dependant modules.

We can trace the dependant functionalities through
requirements. You can say that the impact analysis comes
into picture. The child modules that gets impacted by
changing the parent modules have to go through regression
testing.

Is This Answer Correct ?    9 Yes 1 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / m. a kumar

Regresion testing will come in to the picture for below
instances :
1)when ever the new enhancement/change request will come
than definantly tester has to perform the regression
testing on the existing functionlity to cirtify the new
changes will not impact on the existing functinality.

2)when the devloper fix the issue then obisuly it will come
for re testing , so the tester has to perform the
retesting as well as regresion testing because that
paricular fix will not couse the existing functionlity.
i hope this will make sense

Is This Answer Correct ?    7 Yes 0 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / kevit

Well i think its about deciding regression test cases from a
set of used test cases. This is not that easy. Sometime it
leads to execute all the test case which consume lot of time.

Is This Answer Correct ?    1 Yes 0 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / arun

The intent of Regression testing is to ensure the software
remains 'intact' and it is not affected by the changes
introduced in the software and also have not undone any
previous codes.

So while thinking logically, we should repeat the same test
cases and as well with the new scripts, based on the new
function/change added to the application.

However, it depends on our work scenario.

Is This Answer Correct ?    1 Yes 1 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / yuvraj

Do we maintain regression suite for Functional test only?

Is This Answer Correct ?    0 Yes 0 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / abc

regression testing is retesting a previously tested program
following modification to ensure that the fault have not
been introduced or uncovered as a result of the change made.
So as selecting regression test cases is a tricky
work,depending upon the requirements we may have to test the
entire test plan or select the dependent functionality/modules.

Is This Answer Correct ?    0 Yes 0 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / umesh

Regression Testing is the execution of passed test cases against modified build to identify side effect due to code related defect fixing.
Basically it's impact analysis of code change after defect fixing.
To check previous passed test cases working properly or not.

Is This Answer Correct ?    0 Yes 0 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / m.srikanth

Regression Testing is a type of testing one will perform the
action on the already tested functionality.

When ever the developer had made changes to the
application and send re-build to the testing department, the
testing engineer will re-test the old functionality which
are related to the new functionality and check weather the
old functionality is remain same inspite of new change.

Is This Answer Correct ?    1 Yes 2 No

How do you select test cases for Regression Testing(The point is when there is change code how do..

Answer / bhanu

Testing the application on modify build.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What is Test Case?

12 Answers   Tesco,


what the purpose of requirement phase

4 Answers  


can anyone suggest the website which gives detailed informtion on configuration mnagement tools VSS?

0 Answers  


How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.

0 Answers  


do u know abt descryptive programming

5 Answers   Polaris,


design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.

1 Answers   DOEACC, PSIT,


Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.

1 Answers  


How do you do Analysis and design for testing projects?

1 Answers  


What is BVA and ECP 2. Which version of WINRUNNER and QTP you are using in the project 3. What is the use of Recovery manager in QTP 4. What is retesting and regression testing 5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table 6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver 8. What are your roles and responsibilities in your project 9. Does BVA is equivalent to ECP 10. If you find a bug what will you do

2 Answers   AZTEC,


What's the difference between alpha and beta testing?

0 Answers  


what is the difference between HLD(high level design)and LLD(low level design)?

5 Answers   Syntel,


Big Bang Model isn't preferable for higher cost project? a. True b. False (Need the answer urgently) Thanks!

2 Answers  


Categories