Hi folks,
Are there any useful way to execute a keyword if a variable is empty or not existing on an easy way.
Currentlz I wrote some special keyword but I guess there is a better solution.
The Variable will be set via --variable on the commandline with a long path like “/ftp/mach/was/di\ \ r/nix”
Testsuite:
*** Variables ***
${thats2check} ${empty} # the variable should be empty by default
*** Test Cases ***
testewas
Run Keyword If Empty ${ thats2check} Fatal Error Variable \$\{ thats2check\} Missing
With kind regards
Immo Wetzel