handle timeout for unavailable server as normal failed invocation
-----------------------------------------------------------------

         Key: WT-216
         URL: http://webtest-community.canoo.com/jira/browse/WT-216
     Project: WebTest
        Type: Bug

    Versions: 2.0    
    Reporter: Patrick Eisenacher


I want to test the unavailability of certain pages, so I crafted something like:

<not description="access forbidden">
  <invoke
    description="page is available"
    url=""/>
</not>

which works fine, as long as an http demon is actually listening on the port 
and returns an error status. If no demon is listening on the port, the request 
times out, an exception is thrown and the test fails. Is there any possibility 
to make the encapsulating <not> evaluate to 'true' in this case?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

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

Reply via email to