Regression Testing characteristics - Testing types and levels

Q.  Which of the following is / are not a characteristic of Regression Testing?
- Published on 18 Aug 15

a. Regression Testing can be performed on each level.
b. It is done to illustare that software is not changed intenationally.
c. It is done to illustrate that new defects are not introduced after adding a new functionality or correcting previous one.
d. It is best candidate for automation.

ANSWER: It is done to illustare that software is not changed intenationally.
 

    Discussion

  • Prajakta Pandit   -Posted on 10 Nov 15
    - Regression testing is a type of software testing that processes a computer program of testing changes to make sure that the older programming still works with the new changes.

    - This testing is a normal part of the program development process.

    - It can be performed to test a system efficiently by systematically selecting the appropriate minimum set of tests which covers a particular change.

    - Following are the characteristics of regression testing:

      - Regression testing can be performed at each level
      - The new defects are not introduced after adding a new functionality or correcting previous one.
      - This testing is best candidate for an automation testing.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)