What is the best practice to write the test results of each test targets in a Test Case to Excel file?

you can implement an AfterTestCase listener and retrieve the testcase status with testCaseContext.getTestCaseStatus().

see: https://docs.katalon.com/katalon-studio/videos/test_listeners_test_hooks.html

see also related topics:

1 Like