IIS ASP - asp web site test tool

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > March 2007 > asp web site test tool





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author asp web site test tool
abcd

2007-03-27, 1:18 am

I have a company web site which has asp pages and html pages. We have build
a new site and I am doing QA for that. How can I test that web site to check
if all the links work fine. there are so many links and I can not click each
and every one. Is there good automation tool.

thanks


Evertjan.

2007-03-27, 7:15 am

abcd wrote on 27 mrt 2007 in microsoft.public.inetserver.asp.general:

> I have a company web site which has asp pages and html pages. We have
> build a new site and I am doing QA for that. How can I test that web
> site to check if all the links work fine. there are so many links and
> I can not click each and every one. Is there good automation tool.
>


An idea is do that clientside, say with a wscript script in vbs or jscript,
likde a mini crawler engine, and ASP, being a serverside platform for
scripting, that way is not involved. So that way is off topic on this NG.

You could involve ASP to do it serverside, I think,
by changing all links to a serverside function, that adds each url to a
database together with the calling pages url, when the page is requested.
[possibly only at that page's request from your private clientside IP?]

Then you can build and use an ASP coded page only used by you, that checks
those url's for dead links whenever you want.

The easiest and often used way is to kindly ask users to report any dead
links to a special email address.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com