I have been experimenting what functionality might work for us to create a unit test for, but already in a simple test example I a struggling to get it to succeed.
I have a simple task to create a new user by using a task. The parameters are filled and because I am not using output parameters, I have used Assertion to give it Failed / Success (as suggested by the starter template).
This is the result:
The test still gives me the Failed marking, while the Assertion did return Successful. Manual running the test script, does indeed give me the Success message from “tsf_send_assertion_msg” (ASSERT_SUCCESS: Successful).
What am I doing wrong or am I missing to get the Test show Success for this example?