How do ReturnCode match to actual Results in TER Results?
Hi,
i'm using the COmmandLine Adapter to execute Test Scripts on my test system.
Whenever the Script that is called returns 0 RQM tells Passed.
Is there a table available showing the needed return codes for the other result s that are possible?
Failed = rc?
Incomplete = rc?
Partially Blocked = rc?
Inconclusive = rc?
Error= rc?
Blocked = rc?
Permfailed = rc?
Deffered = rc?
Thanks for your help! :?:
i'm using the COmmandLine Adapter to execute Test Scripts on my test system.
Whenever the Script that is called returns 0 RQM tells Passed.
Is there a table available showing the needed return codes for the other result s that are possible?
Failed = rc?
Incomplete = rc?
Partially Blocked = rc?
Inconclusive = rc?
Error= rc?
Blocked = rc?
Permfailed = rc?
Deffered = rc?
Thanks for your help! :?:
3 answers
sideburner wrote:
specific return codes as in general you are picking up the return code
of a script or command that would not have known about RQM. We have the
tester look at the log files xxx.out and xxx.err to determine what state
to put the TER in.
Hi,
i'm using the COmmandLine Adapter to execute Test Scripts on my test
system.
Whenever the Script that is called returns 0 RQM tells Passed.
Is there a table available showing the needed return codes for the
other result s that are possible?
Failed = rc?
Incomplete = rc?
Partially Blocked = rc?
Inconclusive = rc?
Error= rc?
Blocked = rc?
Permfailed = rc?
Deffered = rc?
Thanks for your help! :?:
I believe anything non 0 is failed. I don't believe the states have
specific return codes as in general you are picking up the return code
of a script or command that would not have known about RQM. We have the
tester look at the log files xxx.out and xxx.err to determine what state
to put the TER in.