Results of test execution is displayed as the below.

CSTR<212668380,3136998082,2,0>CSTR#
CSST<ct_test_log,425747>CSST#
CSTC<4294967296,2>CSTC#
CSOS<2s_aDoJobCnt[0],0>CSOS#
CSES<1>CSES#
CSTB<1100110000001001011000000>CSTB#
CSET<ct_test_log,425747>CSET#
  • When an error occurs for execution of test case #2.
CSTR<212668380,3136998082,2,0>CSTR#
CSST<ct_test_log,425747>CSST#
CSTC<4294967296,2>CSTC# // Second number between CSTC tag means test case number.
  • When a specific variable in the test case is null and the output value is checked.
CSTR<212668380,3136998082,2,0>CSTR#
CSST<ct_test_log,425747>CSST#
CSTC<4294967296,2>CSTC#
CSOS<2s_aDoJobCnt[0],0>CSOS# // An error occurs during printing a value of s_aDoJobCnt[0] because the value is null.
  • When do not print coverage results because of infinite loop during test execution.
CSTR<212668380,3136998082,2,0>CSTR#
CSST<ct_test_log,425747>CSST#
CSTC<4294967296,2>CSTC#
CSOS<2s_aDoJobCnt[0],0CSOS#
CSES<1>CSES#
CSTB<11001100000010010110 // Coverage bit map is printed no longer because of infinite loop during printing.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.