Для справки:
Код: Выделить всё
*** Test Case ***
Verify Same Value Usage Without Variables
Log Hello World
Should Be Equal Hello World Hello World
Comment This test repeats "Hello World" without using variables
Log Hello World
Should Contain Hello World World
Код: Выделить всё
*** Variables ***
${MESSAGE} Hello World
*** Test Case ***
Verify Same Value Usage With Variable
Log ${MESSAGE}
Should Be Equal ${MESSAGE} ${MESSAGE}
Comment This test uses the variable ${MESSAGE}
Log ${MESSAGE}
Should Contain ${MESSAGE} World
Я пока не нашел решения этой проблемы. Любые идеи будут более чем приветствоваться!
Подробнее здесь: https://stackoverflow.com/questions/792 ... -variables
Мобильная версия