How will You select the regression testcase

Answers were Sorted based on User's Feedback



How will You select the regression testcase..

Answer / janvi

Regression testing is the process of validating modified
parts of the software, hoping that the modification does
not introduce errors that were not exists before the
modification. An important different between regression
testing and development testing is that during the process
of the regression test, a set of established tests can be
reused. Regression test cases is a set of test case aiming
at testing the core function or procedure of the software;
core function means where procedure call with known input
is made and the output of the function will be compare with
output the developer expect. The set of test cases will
then be reused for later development as incremental
process, as development gets progress the size of the
regression test will also be increase. In other word, the
regression test result in greater test coverage, having
greater coverage will eliminate the amount of errors/bugs
in the end product, which is the ultimate goal of having
test cases. Another advantage of the regression test is
that all the tests are automated; all the test cases that
gather before will be run all together without manually
inputting date and comparing the output. These can
significantly increase the efficiency of the testing
process in developing a software product.

Is This Answer Correct ?    3 Yes 0 No

How will You select the regression testcase..

Answer / hi

There are 2 types of techniques
1. The first is a selective technique which identifies the
modified structural attributes of a program (required
elements) and selects a retest able test case set to
exercise them. This technique is based on the potential-uses
criteria family and is implemented by a regression-testing
tool working in conjunction with a testing tool.
2. The second technique comprises procedures for testing
and regression testing activities. These procedures make use
of the first technique to select a retest able set
containing test cases capable of checking up on the
potentially modified functionalities. The retest able set
provides a good coverage of the structural required
elements. Finally, empirical results show the effectiveness
of the techniques

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?

0 Answers  


what is static testing,and dynamic testing? explain with an example.

4 Answers  


What is the maximum length of the test case we can write?

4 Answers   Sonata,


Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.

0 Answers  


Hi, Can anyone send me the interview questions & answer for 1+ year of experience in manual testing

0 Answers   STG,






there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??

15 Answers   IBM,


How do you determine user load for a performance test of a Web application?

0 Answers  


what is integration testing and end to end testing?

1 Answers   Sapient,


why u need peer review doc ?

3 Answers  


In which Phase of testing life cycle we prepare test data and test scenario?

2 Answers  


what is testing? What is software testing? how can i write test case on pen?

19 Answers   IBM,


what are quality tools and its types?describe each

1 Answers   TCS,


Categories