I set an environment variable in one test case but can’t retrieve it in another within the same .robot file. How can I access it?
I set an environment variable in the first test case and then try to retrieve the value of that environment variable in another test case within the same .robot file, but it doesn’t work. How can I access the environment variable set in one test case from another test case within the same .robot fileError:
Browse a file using robotframework
I have below .robot
file