New Bug

Which of the following is used to determine if no new bugs have been introduced:
a) Regression
b) Matrix
c) Performance
d) Functional
e) White Box

Questions by hareshraval

Showing Answers 1 - 10 of 10 Answers

Nagamanga

  • Sep 21st, 2010
 

The answer for this is Regression testing, Regression testing is mainly used to find if there are any issues  which have been fixed and fixing of those issue havent effected the Other Parts of the code - The coverage for the Regression testing is usually determined by the issues that have been fixed, what level of compelexity and whether the fix is critical to the Business.

Usually for regression testing it is better to have scripts for automation.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.