Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 605 by shirshendusaha: Cannot set any variable or insert values
into any variable after “Run Keyword If”, “:For” etc.
http://code.google.com/p/robotframework/issues/detail?id=605
In normal test cases, we have scenarios like -->
1>If this condition is true the set the variable value to this value and if
not then set the variable value to some other value
Say “Run keyword if| ${value1}=|get value|from some locator” is not
possible.
2>We cannot do the same thing in case of for loop just like below:
“:For|${index}|in Range|0|10|
|@{value1}[$[ index]]=|get value|from some locator” ….is not
possible also. This is a great disadvantage of this framework and need to
resolve by some of the bypass path. Is there any solution available to
anybody for this. Please help.