Solved
Forum Discussion
sbkeenan
11 years agoFrequent Contributor
Hi Sriguda
If I understand you correctly, it sound like you need something like this:
KeywordTests.IncrementValues.Variables.Name_Num = KeywordTests.IncrementValues.Variables.Name_Num + 1
Does this solve your problem?
Regards
Stephen.
sriguda
11 years agoFrequent Contributor
I am using Set Variable Value statement function as shown in the attatchment.
In the log statements, I am displaying updated values of variables.
I see the variables being updated with new values when executing the code but it doesn't finally save the value in the varables that are defined in variables section of keyward test .
I used the staement you have given in Run Code Snippet. I don't see the values being updated while executing the code itself.