Generated variables currently are at a test execution level. If the same variable is used in a different test case, its value would be different. It would be useful to retain the context of variables within a test suite to ensure all tests in that test suite get the same value. This would be useful to test cases such as creating a user and then another test case to validate that created user.
Created by Niranjan Rajendran
·