ok groovy: test that the binding is reused among steps of a webtest

Test started at Wed Apr 25 13:12:01 CEST 2012, lasting 187 ms.
Source: /raid/volume1/opt/webtest/webtestCC/CanooFunctionalTesting/selftests/tests/groovy.xml:83:
Base URL (used by invoke steps with a relative URL): http://localhost:19090/selftest/
Simulated browser: IE6
#ResultNameParameterDuration
  1okgroovy
define variable foo in the binding
nested textfoo = 1
75
  2okgroovy
check that the variable is still accessible from an other step
nested textassert 1 == foo foo += 3
62
  3okgroovy
check that the variable is still accessible from an other step (again)
nested textassert 4 == foo
50

Back to Test Report Overview