Hi,

I'm trying to write some tests completely in Groovy using
WebtestCase. Most functions work fine but I have one
question.

How can I access to dynamic properties from Groovy?

In my test class (which extends WebtestCase), I did:
--
  storeXPath xpath:'//div[2]', property:'result'
--
I want to use this "result" property value in my Groovy code.

Thanks a lot,
kazuchika
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to