+ 2
Locked test cases
If some test cases are unlocked for developers only how am I to know what is wrong with my code and fix it accordingly
2 Antworten
+ 5
You have to figure out what 'might' be wrong and do your own test inputs to find it.
Imagine you're selling a software, and a few weeks later they call and say: 'Functionality XY doesn't work.'
They have no idea what you coded, and you have no real idea what exactly went wrong, only a few hints.
So you need to work with the hints and enter a debugging phase.
+ 5
I have been working with this code for 1 month atleast can I know the test case now