5 messages in com.canoo.lists.webtestRE: [Webtest] How to verify  
FromSent OnAttachments
Saba Sundke25 Aug 2003 07:12 
Thakkar, Hetal25 Aug 2003 08:04 
Saba Sundke25 Aug 2003 23:32 
Thakkar, Hetal26 Aug 2003 08:22.txt
Saba Sundke26 Aug 2003 22:28 
Subject:RE: [Webtest] How to verify  
From:Thakkar, Hetal (heta@citigroup.com)
Date:08/25/2003 08:04:08 AM
List:com.canoo.lists.webtest

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: &nbsp; 2. value="&nbsp;"/> The build fails 3. value="&amp;nbsp;"/> The verify fails saying Expected: &amp;nbsp;

What is the solution? Using XPath?

- Saba