Hello,
First, thanks a lot for this wonderful tool.
I want to test student code on some wrong input, and they should raise an exception, or in SQL return an error (that will be the simplest example) :
If they forgot to put a primary key,
one can put 2 lines with the same value for the key. When testing the system says :
expected : X got Y
X and Y are the same message (...
UNIQUE constraint failed: JURY.numéro ...
checked with diff) ,
but I imagine because of the error code returned,I searched in the manual, and forum, may be I missed how to test negative examples.
they are considered as a wrong answer
Thanks to let me know the best way to test this kind of configuration.
Best
Gabriel