|
Canoo Webtest
Hi all,
i'm begining testing on a web project using either canoo or jmeter.
canoo seems to be the more powerful tool but i'm finding in hard to find good working examples. firstly i simply want to get the test to put text into fields and submit it.
the following code snipet should do this
<setInputField name="username" value="alex" description="name set"/>
but the following verification fails!
<verifyText text="alex" description="name"/>
any help on this would be appreciated and and pointers to good canoo(or jmeter) sites would be helpful.
thanks in advance
edit: canoo is written in xml and executed through command prompt btw.
|