robot --variable VARIABLE:value*** Settings ***
Resource variables.robotrobot --variablefile python_variables.py;yaml_variables.yaml*** Variables ***
VARIABLE %{ENV_VARIABLE}*** Keywords ***
My Keyword
${GLOBAL_VARIABLE}= Generate Random String length=4 chars=[NUMBERS]
Set Global Variable ${GLOBAL_VARIABLE}