UNIT TESTING FOR ASP.NET 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In my recent ASP.NET project I have made the use of NUNIT to test out
the libraries.

However I would be interested in unit testing the front end (i.e.
simulating a user browsing the web site, clicking buttons, filling out
web forms, etc...).

After a bit of Googling, I found NunitAsp
(http://nunitasp.sourceforge.net/). However this doesn't appear to be
working with .Net 2.0 (I haven't tried).

Does anybody know what we should use for unit testing web apps in .NET
2.0?
 
Does anyone know of anything out there for asp.net 2.0 that doesn't
require one to shell out money for VSTS?

Cheers,
 
Thank you. I will look into that. Is VSTS an extension of VS? It's
not free I assume? I would have hoped for open source but if that is
all there is that will have to do.....


G./
 
Does anyone know of anything out there for asp.net 2.0 that doesn't
require one to shell out money for VSTS?

Don't know if it's quite what you want as I'm not familiar with unit
testing, but MS has a free tool for stress testing your web site.

Info about WAS
http://www.microsoft.com/technet/archive/itsolutions/intranet/downloads/webtutor.mspx?mfr=true

Tutorial on using WAS
http://www.microsoft.com/technet/ar...erce/maintain/optimize/d5wast_2.mspx?mfr=true

Download details
http://www.microsoft.com/downloads/...5a-062a-439e-a67d-75a89aa36495&DisplayLang=en

HTH
 
Thank you. I will look into that. Is VSTS an extension of VS?

It's a verion of VS, just like Standard and Professional are versions.
Team System includes loads of features for team development.
It's
not free I assume?

You assume correctly ;-) It's anything but free!!
I would have hoped for open source but if that is
all there is that will have to do.....

Open source, not from MS!!

Ta ra
 
Back
Top