UNIT TESTING FOR ASP.NET 2.0

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?
 
A

aeden.jameson

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

Cheers,
 
G

Guest

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./
 
A

Alan Silver

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
 
A

Alan Silver

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top