Saturday 3 March 2012

Selenium IDE - Add two number stored in variable



store          | 10 |  a
store          | 5   |  b
storeEval   | ${a}+${b} | total
echo         |${total}

1 comment:

  1. It adds them like a string and does not add the numbers actually

    ReplyDelete