Are you 100% sure that you tell the test to do exactly the same than what you
do manually? It's not a joke but if your workflow contains many steps it
requires sometimes a very high concentration to reproduce manually the steps
done by the script.
Just examine the different responses received by your test to see at which
point the first difference occurs.

Marc.


Xiaomei Li wrote:
> 
> Thanks for the reply.  However, I set saveResponse to
> true and looked at the resulting page.  The search
> result was not displayed at all in the result file. 
> But when I run the test manually, I can see the result
> in IE and the source code.  This is rather strange. 
> Any ideas?
> 
> Xiaomei
> 
> --- Marc Guillemot <[EMAIL PROTECTED]> wrote:
> 
>> 
>> Hi,
>> 
>> you can use Ant's Tstamp
>> http://ant.apache.org/manual/CoreTasks/tstamp.html
>> to fill a property with the current date/time.
>> Depending on the time synchronization of your server
>> and the computer
>> running the tests, you should perhaps not be to
>> strict in your test and
>> perhaps use a custom step to compute if the
>> displayed date has not more than
>> x seconds difference with the current datetime.
>> 
>> Marc.
>> 
>> 
>> Xiaomei Li wrote:
>> > 
>> > Hi,
>> > I have a script to verify the search result with
>> > verifyText but it failed all the time - 
>> > <verifyText
>> > description="verify last curation date is
>> displayed -
>> > 1" 
>> > text="2007-09-06 15:09" />
>> > 
>> > The html is like this
>> > <tr class="tblHighlightOff">
>> >    <td class="summarytd" align="center">
>> >             /isdmc/segmentDetails.do?segment=118566 
>> >                    A79851
>> >                                                     
>> >    </td>                           <td class="summarytd" align="center">   
>> >                 
>> images/IP.gif 
>> >                                            </td>                           
>> >         <td class="summarytd"
>> align="center">      
>> >                                    F3
>> >                                            </td>                           
>> >                 
>> >    <td class="summarytd" align="center">           <td
>> > class="summarytd" align="center">  
>> > 
>> >    2007-09-06 15:09
>> >                                            </td>                           
>> >                 
>> >    </tr>
>> > 
>> > any ideas?
>> > 
>> > thanks,
>> > Karen
>> > 
>> > 
>> >        
>> >
>>
> ____________________________________________________________________________________
>> > Yahoo! oneSearch: Finally, mobile search 
>> > that gives answers, not web links. 
>> >
>>
> http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
>> > _______________________________________________
>> > WebTest mailing list
>> > [email protected]
>> > http://lists.canoo.com/mailman/listinfo/webtest
>> > 
>> > 
>> 
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/VerifyText-problem-tf4401984.html#a12591438
>> Sent from the WebTest mailing list archive at
>> Nabble.com.
>> 
>> _______________________________________________
>> WebTest mailing list
>> [email protected]
>> http://lists.canoo.com/mailman/listinfo/webtest
>> 
> 
> 
> 
>      
> ____________________________________________________________________________________
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user
> panel and lay it on us.
> http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 
> 
> _______________________________________________
> WebTest mailing list
> [email protected]
> http://lists.canoo.com/mailman/listinfo/webtest
> 
> 

-- 
View this message in context: 
http://www.nabble.com/VerifyText-problem-tf4401984.html#a12608915
Sent from the WebTest mailing list archive at Nabble.com.

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

Reply via email to