Software-Engineering
Question 76
|
Testing which is performed after modification to the existing system is known as
Regression testing
|
|
Acceptance testing
|
|
Integration testing
|
|
Black-box testing
|
Question 76 Explanation:
Testing an application as a whole for the modification in any module or functionality is termed as Regression Testing. It is difficult to cover all the systems in Regression Testing, so typically Automation Testing Tools are used for these types of testing.
Correct Answer: A
Question 76 Explanation:
Testing an application as a whole for the modification in any module or functionality is termed as Regression Testing. It is difficult to cover all the systems in Regression Testing, so typically Automation Testing Tools are used for these types of testing.