Friday, June 21, 2013

Adding numbers in Selenium IDE Part 2

In below , i am adding 10 to a variable "A".

1. Store the variable A value , shown below.





















2. I am going to add 10 to A using below command


           new Number(StoredVars['A'])+10

1 comment:

Unknown said...

Can you please tell how to add two values that are both stored in variables?
A=20
B=10
Then C should return 30