How will You select the regression testcase
Answer Posted / 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 |
Post New Answer View All Answers
What are microsoft 6 rules?
what is the function generator?
1. what exactly is heuristic checklist approach for unit testing ?
What are the advantages of black box testing?
Changes and enhancements to system?
i want manual and automation test cases and interview questions
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
What is the difference between white box, black box, and gray box testing?
How do you scope out the size of the testing effort?
What is big bang approach?
Describe a past experience with implementing a test harness in the development of software.
How quickly we need to fix the bug?
What is your approach when requirements change continuously?
How can you do the scalability testing?