Multiple choice technology testing

Choose the correct answer from the following combinations

  1. Compliance Testing - Business rules

  2. Black Box Testing - Path Coverage

  3. Regression Testing - End users

  4. File Integrity - Control Totals

Reveal answer Fill a bubble to check yourself
D Correct answer
AI explanation

File integrity checks commonly use control totals — pre-calculated sums or counts of key fields — to verify that no records were lost, duplicated, or corrupted during processing. This pairing reflects a standard audit/control technique, whereas the other pairings mismatch testing types with unrelated concepts (e.g., regression testing isn't about end users, and black box testing isn't defined by path coverage, which is a white-box concept).