How do i find all the test cases | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i find all the test cases

I am solving problems right and going to next level but unable to see all Test cases for a given problem. How do i check all?

29th Jun 2022, 11:18 AM
Rachuri Abhi Ramana
Rachuri Abhi Ramana - avatar
4 Answers
+ 4
Abhi Ramana the hidden test cases are permanently locked so that you are challenged to write a general solution to work with any valid input.
29th Jun 2022, 12:43 PM
Brian
Brian - avatar
+ 1
You cannot see the hidden tasks for a problem.
29th Jun 2022, 11:28 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
Hi @Brian Thanks for the response. Sorry if iam asking the same question again how do we unlock them? Like iam able to see 2 test cases but unable to see other 2 , iam able to proceed to next task...which means my code works fine right? Thanks in advance
30th Jun 2022, 5:41 AM
Rachuri Abhi Ramana
Rachuri Abhi Ramana - avatar
0
Abhi Ramana at this point in time Sololearn has not provided a way for users to unlock the locked test cases in Code Coach. I find often that the test cases are weak assurance that a program was correctly written. I can find other tests beyond Code Coach tests where most programs would fail, despite passing Code Coach.
30th Jun 2022, 1:23 PM
Brian
Brian - avatar