logo

Question detail

What is the purpose of using erroneous test data?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Aspects of software development

Exam-style question

Try this first

What is the purpose of using erroneous test data?.

  1. A.To check how the program responds to invalid or inappropriate input
  2. B.To prove that every user will like the interface
  3. C.To provide only typical values to the program
  4. D.To replace acceptance testing with the intended users

Model answer

What a good answer should say

  • To check how the program responds to invalid or inappropriate input

Explanation

Why this works

Erroneous data is deliberately invalid or inappropriate input. Testing with it checks whether the implementation handles such input as intended.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.