katalon-studio / katalon-recorder

Apache License 2.0
315 stars 141 forks source link

"Play From Here" not usable as it deletes all variable values are cleaned when the test case continue running #52

Open nenadtan opened 4 years ago

nenadtan commented 4 years ago

Deleting variables when selecting "Play From Here" makes this functionality unusable if you have stored any values to variables before the test failed, which is most of the time an use case

nenadtan commented 4 years ago

RFHscr1 In the scenario from the pic a TestCase "TC5_QA_RT Batch" failed on assertText command. I want to run continue running the test from the next line. image So, I right click ^^^ and select "Play From Here".

PFHscr3

As soon as I do that, the Variables are cleaned and the next time I use ${}, e.g. ${systemURL} I don't get a value that systemURL had before the test failed.

That makes "Play From Here" impossible to use for any case where variables are defined. Could anybody help us to fix this Katalon Recorder bug?