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

If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.

1 Answers  


what is mean by object oriented design?how is testing affected by object oriented designs?

1 Answers  


Can you explain steps in function points?

0 Answers  


can u tell me the recently u raised the critical defect? tell me u r own plzzzzzzz yar?

2 Answers  


Diff b/w test case and test script?

1 Answers   Crea,






What is the difference between severity and priority? Tell me example.

4 Answers   SunGard,


What are the non functional requirements?

5 Answers   CTS,


What do you think the role of test-group manager should be? Relative to senior management?

0 Answers  


1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?

4 Answers  


PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING

0 Answers  


What are the differences in testing a client-Server and a web Application

5 Answers   AZTEC, HCL,


What group of teams can do software testing?

0 Answers  


Categories