Skip to main content
Understanding the use of Test cases
Priyanka Khandagale avatar
Written by Priyanka Khandagale
Updated over a week ago

LEARNING OUTCOME

Recruiters and Hiring Managers will learn about the utility of Test cases.

Test cases

  1. Test cases: They are predefined inputs with expected outputs uploaded by you, so as to check the accuracy of the candidate's program. Read More How can I add marks to programming related questions?

  2. Test cases can be of two types: Sample Test cases and Hidden Test cases.

    1. Sample Test Cases: The input and the expected output values of these test cases will be visible to the candidates. These Test cases will help the candidates in understanding the input and output format.

    2. Hidden Test Cases: Only the Status (Accepted/ Wrong Answer/ Runtime Error) of these Test cases will be visible to the candidates, after the Save and Submit button is clicked. The input and output values of these Test cases will be visible only to you.
      Read More Best practices for marking Test cases in programming based questions

      Screenshot_2021-08-25_at_11.30.53_PM.png
  3. The Test cases will be visible to the candidates in the following manner:

    Screenshot_2021-08-05_at_7.45.32_PM.png
  4. The candidates are marked, on the basis of the number of Test cases passed for each programming-related question.

  5. Most critical inputs involving corner cases should be included in the Hidden Test cases to check the relevant programming skills of the candidate.

Did this answer your question?