How to run an entire test case, Step-by-Step?

Hello everyone,

I have a script with 50 lines, but I wish to execute each line individually at my own pace.
How can I achieve this?

In KSE (KS Enterprise) you can use the debugger.

image

Set a breakpoint on the first step in Script view then click the debug button.

Hello Thomas,

Thank you for your feedback.