APPLICATION OF SUPERVISED LEARNING
ARTIFICIAL INTELLIGENCE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
robot ____ name
|
|
“Wall-E”
|
|
“The cutest robot is”
|
|
print
|
Detailed explanation-1: -Robot Framework variables are useful when: strings change often in the tasks. With variables you only need to make these changes in one place. creating system-independent tasks ( $RESOURCES instead of c:, $HOST instead of 10.0.
Detailed explanation-2: -Robot Framework has its own variables that can be used as scalars, lists or dictionaries using syntax $SCALAR, LIST and &DICT, respectively. In addition to this, environment variables can be used directly with syntax %ENV VAR.
Detailed explanation-3: -You can do this by executing the variable assignment using a keyword. You can do that step as a Suite Setup and will work for all tests in that suite. Once the variable is set it will be available from then on for all tests until robot stops.