How will You select the regression testcase
Answers were Sorted based on User's Feedback
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 |
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 |
what is v.s.s. ?when it is used?
31 Answers ASO, Infosys, Verisoft,
Tell me the Test cases for the Fan?
sanity testing is done during regression testing.is it true.if it is true plz explain?
write TestCases for Yahoo messenger ?
what is be bugging ?
what is software testing
What is difference between localization testing and internalization testing.Explain with an example
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
TestCase for White Paper?
What are the Assumption while writing the test cases? Explain with the example?
3.risk factor ratio in the project?
How do u make sure the test cases are not repeated?