Titan



setverdict


The keyword setverdict belongs to the family of verdict operations. It is used to set the local verdict of the test component it is executed in. 

Related keywords:


setverdict( verdict [ , " free_text_string " [ , ... ] ] )


Example 1:

setverdict (pass);

setverdict (pass, "incoming data matches with: %s", "a*");

The local verdict of the component where the operation is issued is set to pass.



BNF definition of setverdict