Re: Urgent request for testing availability of websites.

2005-08-02 Thread Wendy Smoak
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

Re: Urgent request for testing availability of websites.

2005-08-02 Thread Ninju Bohra
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

Re: Urgent request for testing availability of websites.

2005-08-02 Thread EJ Ciramella
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

Re: Urgent request for testing availability of websites.

2005-08-02 Thread James Fuller
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

RE: Urgent request for testing availability of websites.

2005-08-02 Thread Srikrishna_Parthasarathy
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. > &

Re: Urgent request for testing availability of websites.

2005-08-02 Thread James Fuller
[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

Urgent request for testing availability of websites.

2005-08-02 Thread Srikrishna_Parthasarathy
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 ---