Public and private tests can be added to a CodeVue challenge to help candidates and evaluators determine the validity of a solution.
Public tests are visible to the candidate. This means the candidate can see both the test input and expected output. The candidate can run their code against the public tests to see if their solution passes the tests. These tests help the candidate understand exactly how their output needs to be formatted and gives them an example of a valid answer to the question.
Private tests are not visible to the candidate. These tests are run after a candidate has submitted their solution and the results contribute to the test score.
If the challenge has tests enabled for evaluators to see, the Tests tab will show the test cases and results.
Please note: The pass/fail icons (checkmark and x icon) will not show for questions that are set up as Unscored Challenges.
If there is a Compile Error, the details are outlined in the Tests tab.
To the right of the interview question is the Interview Scorecard. Click on the Scores tab to see the Average CodeVue Test Score for the candidate.