ExamGecko
Question list
Search
Search

Related questions











Question 514 - CISA discussion

Report
Export

Which of the following testing methods is MOST appropriate for assessing whether system integrity has been maintained after changes have been made?

A.
Regression testing
Answers
A.
Regression testing
B.
Unit testing
Answers
B.
Unit testing
C.
Integration testing
Answers
C.
Integration testing
D.
Acceptance testing
Answers
D.
Acceptance testing
Suggested answer: A

Explanation:

Regression testing is the most appropriate testing method for assessing whether system integrity has been maintained after changes have been made.Regression testing is a type of software testing that ensures that previously developed and tested software still performs as expected after a change1Regression testing helps to detect any defects or errors that may have been introduced or uncovered due to the change2Regression testing can be performed at different levels of testing, such as unit, integration, system, and acceptance3

Unit testing is a type of software testing that verifies the functionality of individual components or units of code. Unit testing is usually performed by developers before integrating the code with other components. Unit testing helps to identify and fix errors at an early stage of development, but it does not ensure that the system as a whole works as expected after a change.

Integration testing is a type of software testing that verifies the functionality, performance, and reliability of the interactions between different components or units of code. Integration testing is usually performed after unit testing and before system testing. Integration testing helps to identify and fix errors that may occur when different components are integrated, but it does not ensure that the system as a whole works as expected after a change.

Acceptance testing is a type of software testing that verifies whether the system meets the user requirements and expectations. Acceptance testing is usually performed by end-users or customers after system testing and before deploying the system to production. Acceptance testing helps to ensure that the system delivers the desired value and quality to the users, but it does not ensure that the system as a whole works as expected after a change.

asked 18/09/2024
Razan Althubaiti
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first