I am working on banking project. While automating I am facing an issue. Below is the scenario.
In one of the test case say TC04 I will be getting customer_id which I will be storing it in a variable say customer_id_text. I need to use customer_id_text variable value for creating an account in TC05. But TC05 is not able to access this variable value. Could you please let me know how can I proceed further.