Open parenthesis is missing in the variable when passing test data using python Selenium test automation.2 robotframework

时间:2015-07-28 17:06:04

标签: python-2.7 selenium-webdriver robotframework

When we are passing test data for automation tests using python Robot framework using a variable as below:

${Variable Name}   US West (Oregon) | us-west-2

The value of the variable supposed to be passed as is, but it is returning as US West Oregon) | us-west-2
So the open paranthesis '(' is missing in the variable. This behaviour is occuring only when it is run in Linux environment, and the variable is passed normally while executing our tests in Linux.

To give more insight, the sendkeys passed using variable in two OS as given below:

in Windows : US West (Oregon) | us-west-2<br>

in LInux : US West Oregon) | us-west-2

0 个答案:

没有答案