Create Dictionary Variable in Robot Framework | Dictionary Variable | Robot Framework Tutorial

Опубликовано: 17 Июль 2021
на канале: RPA Hub
3,664
85

Robot Framework has its own variables that can be used as scalars, lists or dictionaries using syntax ${SCALAR}, @{LIST} and &{DICT}, respectively. ... Variables are useful, for example, in these cases: When strings change often in the test data. With variables you only need to make these changes in one place.

Dictionary Variable is similar to list variable wherein we pass the index as an argument; however, in case of dictionary variable, we can store the details – key value form. It becomes easier to refer when used in the test case instead of using the index as 0, 1, etc.

Syntax
&{Variablename}

#rpahub #robotframework #opensourcerpa #rpa #robot
******************************************************************
Did you enjoy the video? If so, give it a like above!

Subscribe to our channel for more techie video
👉 https://www.youtube.com/c/RPAHub?sub_...

Get Updated with RPA Hub!!

P.S. Make sure to keep up with us by clicking the bell!