From: <[EMAIL PROTECTED]>
Is there a way through ant to do
a) Login in to a website - success or failure based on status codes.
b) To test hyperlink's to check if the applications are running.
Any ideas would be highly appreciated.
Canoo WebTest has Ant tasks to do that:
http://webtest.canoo.c
If you just want to make sure the URL for a website
returns a valid HTTP code (i.e. the website is
responsing) try the task.
We do the following to test that our Tomcat App
servers are up:
--- [EMAIL PROTECTED] wrote:
>
> Is there a way through ant to
rs List
Subject: Re: Urgent request for testing availability of websites.
[EMAIL PROTECTED] wrote:
Is there a way through ant to do
a) Login in to a website - success or failure based on status codes.
try ant-contrib http post task
http://www.macromedia.com/cfusion/tdrc/index.cfm?produ
a
>
>-Original Message-
>From: James Fuller [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, August 02, 2005 12:25 PM
>To: Ant Users List
>Subject: Re: Urgent request for testing availability of websites.
>
>[EMAIL PROTECTED] wrote:
>
>
>
>>Is there a
ailto:[EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 12:25 PM
To: Ant Users List
Subject: Re: Urgent request for testing availability of websites.
[EMAIL PROTECTED] wrote:
>Is there a way through ant to do
>
>a) Login in to a website - success or failure based on status codes.
>
&
[EMAIL PROTECTED] wrote:
>Is there a way through ant to do
>
>a) Login in to a website - success or failure based on status codes.
>
>
try ant-contrib http post task
http://www.macromedia.com/cfusion/tdrc/index.cfm?product=coldfusion
>b) To test hyperlink's to check if the applications are r
Is there a way through ant to do
a) Login in to a website - success or failure based on status codes.
b) To test hyperlink's to check if the applications are running.
Any ideas would be highly appreciated.
Thanks
srikrishna
---