Multiple choice technology testing

Which of the following is a test type?

  1. Component testing

  2. Functional testing

  3. System testing

  4. Acceptance testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

According to the ISTQB software testing standard, 'Functional testing' is classified as a test type (testing what the system does). The other options—Component, System, and Acceptance testing—are categorized as test levels, not test types.

AI explanation

To answer this question, you need to understand the different types of software testing.

Let's go through each option to understand why it is correct or incorrect:

Option A) Component testing - This option is a valid test type. Component testing focuses on testing individual components or modules of a software system to ensure that they function correctly.

Option B) Functional testing - This option is a valid test type. Functional testing involves testing the functionality of the software system to ensure that it meets the specified requirements.

Option C) System testing - This option is a valid test type. System testing involves testing the entire software system as a whole to ensure that all components work together correctly.

Option D) Acceptance testing - This option is a valid test type. Acceptance testing involves testing the software system to determine whether or not it meets the requirements and is ready for deployment.

The correct answer is B) Functional testing. This option is correct because functional testing is a common and important type of software testing that focuses on testing the functionality of the system.