try using the character int the following qoutes: " ". It is not space.
Hopefully, the email will not change the character. Ant outputs an error saying
expected character is this while found this. This message in eclipse gives you
this character.
Hope this helps.
Hetal
-----Original Message-----
From: Saba Sundke [mailto:saba...@persistent.co.in]
Sent: Monday, August 25, 2003 7:13 AM
To: Webtest
Subject: [Webtest] How to verify
One of the input fields on the response contains a space ( )
How do I write the verify for this?
<verifyinputfield stepid="Ensure that the sitecode input box is set to
DNVR"
name="subsite"
value=" "/>
If I write
1. value=" "/>
The verify fails saying Actual:
2. value=" "/>
The build fails
3. value="&nbsp;"/>
The verify fails saying Expected: &nbsp;
What is the solution? Using XPath?
- Saba