Suite setup variable (Set Suite Variable) not available in test suite

Hello all,

I cannot get a variable from suite setup to be available in test suite. The keyword used for suite setup is defined in a separate resource file. And I do use Set Suite Variable in it.

In the test log, I can see that JSON is loaded correctly in the setup keyword. But in test cases within the test suite, I get just the variable name back if I attempt to log it.
Can you help me out with what am I missing?

Thank you and best regards,
J

Wasted hours on a silly mistake like that… I had a “Pass Execution” inside another keyword before. Just wanted to have a placeholder for a keyword, and didn’t realize it would skip all the rest of keywords in test case. Well, you live and learn.

2 Likes