During system testing, which of the following is the primary focus?
easy🧠 Conceptual Q2 of Q15
Testing Fundamentals - Testing Types and Levels
During system testing, which of the following is the primary focus?
AChecking the interaction between integrated components
BVerifying individual functions work correctly
CWriting code for new features
DFixing bugs found during unit testing
Step-by-Step Solution
Solution:
Step 1: Identify system testing focus
System testing focuses on the behavior of the whole system, especially how components work together.
Step 2: Match options to focus
Checking the interaction between integrated components correctly states checking interactions between integrated components, which is key in system testing.
Final Answer:
Checking the interaction between integrated components -> Option A
Quick Check:
System testing = Integration and system behavior [OK]