Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
12 years ago
Solved

Increasing variable value

Hi,

I have defined a local variable named tellertje of type integer;



In keyword testing I use Code Snippet, and use following code:

Keywordtests.test1.Variables.tellertje = Keywordtests.test1.Variables.tellertje + 1



However when running the test the value remains 0 (it's initial value)



What am I doing wrong?