221k views
3 votes
The development team recently moved a new application into production for the accounting department. After this occurred, the Chief Information Officer (CIO) was contacted by the head of accounting because the application is missing a key piece of functionality that is needed to complete the corporation's quarterly tax returns.

Which of the following types of testing would help prevent this from reoccurring?

(choose one and why)

A. Security regression testing
B. User acceptance testing
C. Input validation testing
D. Static code testing

User Mbeaty
by
6.3k points

1 Answer

4 votes

Answer:

B

Step-by-step explanation:

User Acceptance Testing (UAT) is the testing done by end users who is going to use that application. In these testing they will test whether the application meets all the functional requirements of the end user. If it passed then only the application will move to the production. This will ensure that the application meets the user requirements before it put into the usage.

The Answer is B

User Zac Tolley
by
6.3k points