Reset Global Variable value

Hi,
How to reset Global Variable to default value as in profile?
As I known, it will be reset between test suite, is there a method for it? I want to reset Global Variable value after test case, but I must update it one by one in afterTestCase method of my listener.

1 Like

I guess you want a Keyword like “loadExecutionProfile(String profileName)”.

Unfortunately, there is not such method provided.

You need to invent a method for yourself.

My approach is this: