Accessing test script variables in event handlers (OnStopTestCase)
Hi, I am writing a onStopTestCase event handler (script version) and trying to access variables defined in my test script. Unfortunately, i am not able to get the recent /latest values of those v...
If the variables are not project level variables then they will only be available in the test where they are generated. Have you tried creating persistent variables at the Project level? I believe this is what you will need to do.