I just got my project building and executing an initial GET request
which produces the response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<user xmlns="http://www.mycompany.org/schemas/auth"; name="foo" id="0">
  <emailAddress>[email protected]</emailAddress>
</user>

My webtest steps only contains (after the invoke):

<verifyXPath xpath="/user"/>

Which results in:

xpath test: /user matched no nodes

I am a noobie to webtest and must be doing something really dumb, but
have googled and can't find anything or figure it out.

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

Reply via email to