Display the execution time of a scenario

In the execution0.log file you would be able to find “exection time”.

You need to parse this XML file; select the information you want; extract it; copy it to somewhere you want to store. It is very cumbersome task. Involves a lot to learn.

A Warning.The “execution0.log” file is created by Katalon Studio only after your test scripts finished completely. Your test script has no chance to read the execution0.log file while it is still running. Your script can only read the execution0.log files of the previous runs. I believe, you would dislike this constraint.