CLA does not recognize any exit code
I am using CLA to invoke an external testscript. CLA does not recognize any exit code of these testscript.
the message from CLA is permanetly ExitCode : 0.
I am using the followig properties
com.ibm.rqm.commandline.exitcode.PASSED=0
com.ibm.rqm.commandline.exitcode.FAILED=10
com.ibm.rqm.commandline.exitcode.ERROR=40
com.ibm.rqm.commandline.exitcode.INCOMPLETE=41
com.ibm.rqm.commandline.exitcode.INCONCLUSIVE=42
com.ibm.rqm.commandline.exitcode.BLOCKED=43
com.ibm.rqm.commandline.exitcode.PARTIALLY_BLOCKED=44
com.ibm.rqm.commandline.exitcode.PERMANENTLY_FAILED=45
com.ibm.rqm.commandline.exitcode.DEFERRED=46
what is wrong?
can anyone help me??
2 answers
Hello Heinz-Peter,
Please check your executable (.bat) file you are attaching to run using CLA. You might have written any condition which is showing this output.
Also please find the below attachment which will help you to customize the CLA :
Regards,
Monika
Hello Heinz-Peter,
There is a possiblity the "Execution States" is not enabled in your corresponding Project.
Click the Administration icon in the upper-right portion of the banner, and then click "Manage Project Properties".
Click the Administration icon in the upper-right portion of the banner, and then click "Manage Project Properties".
Check "Manage Project Properties→Properties→Execution States" .
The states which all are enabled here only can be accessed by CLA Exit code.