Hi,

I seem to have a lot of trouble understanding the right way to use
webtest in the correct manner. One of my main problems, for instance, is
that I want to pass variables between webtests, which I have found no
better way to do it than 

 

<storeProperty

        name="question"

        propertyType="ant"

        value="#{question}"

/>

 

Or say I want to make a lot of webtests as a logged in user. I find
myself making the same actions (go to the site, enter username and pwd
and click "logon") on the start of each webtest. 

 

I'm pretty sure I just understand the correct way to work with webtest.
Can someone help me out?

 

 

 

BTW - I can't seem to find a lot of tutorials\examples on webtest,
beside the "manual" section on canoo's site... If there are such I'd be
glad if you can give me the links to them, as the only reason I ask
these trivial questions is since I can't find the answers any other way.

 

Thanks, Noam

Reply via email to