5 messages in com.canoo.lists.webtest[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:[Webtest] How to verify  
From:Saba Sundke (saba@persistent.co.in)
Date:08/25/2003 07:12:56 AM
List:com.canoo.lists.webtest

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