Multiple choice technology testing

Which of the following is not a valid -ve testing scenario for a job involving data load from a flat file to database table.

  1. Data file not present

  2. Data file too large

  3. Table is accessible to the user

  4. Data in wrong format

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

Negative testing validates how the system handles error conditions, such as missing files, format errors, or oversized inputs. Ensuring the database table is accessible to the user is a baseline requirement for normal operations, making it a positive test scenario rather than a negative one.