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
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
Suggest some book to learn more test case???
What is the main use of preparing a traceability matrix?
What is internationalization testing (i18n testing)?
write test case for linked in sign up page ?
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
How do you go about testing a project?
What is PBX Testing & What is Test coverage?
Can you please explain about the erp project
What are the different types of integration testing?
what is independent question and what is retriewing and what is problem of severity.
What do you do (with the project tasks) when the schedule fails?
how recovery manager works in winrunner
What is localization testing (l10n testing)?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?