216k views
4 votes
A software development company has designed software for a finance company. Both companies want to ensure that the new software performs all the required tasks, so some employees from the finance company plan to conduct __ (integration unit user acceptance) testing to identify the __ (functionality performance integration) errors in the software.

a. integration; functionality
b. user acceptance; functionality
c. unit; performance
d. integration; performance

User Vikdor
by
7.7k points

1 Answer

4 votes

Final answer:

The correct answer is d. integration; performance.

Step-by-step explanation:

The correct answer is d. integration; performance.

Integration testing is a type of testing that focuses on determining whether different parts of a software system work together as expected. It involves testing the interactions and dependencies among various components or modules of the software.

Performance testing is a type of testing that assesses the performance and responsiveness of a software system under different conditions, such as high user loads or heavy data processing. It helps to identify any performance-related issues or bottlenecks in the software.

User Zozz
by
8.3k points