Captured variables reside in memory while a test case is being executed. These variables are generally specific to the session and are available only duration of the test run. After the test case completes, the variables are automatically removed from memory.