Fog Creek Software
g
Discussion Board




Does anybody have tips for using NUnitAsp ?

Does anybody have some tips or things to watch out for when using the NUnitAsp tool ?

(It's a tool for automated unit testing of ASP.NET apps)

http://nunitasp.sourceforge.net/

Kentasy
Tuesday, January 27, 2004

Don't.

Pinky and The Brain
Tuesday, January 27, 2004

I used it last summer and had some problems with it but I see that a "patch king" has been added to the team and "added new energy to the project" for the new release.

I'm just wondering if anyone has tried the new version.

Kentasy
Tuesday, January 27, 2004

use http unit in java instead. Same idea mo flava (more mature).

SOme things to watch out for in these types of programs in general:

name your html conrols, it is a pain in the ass digging out

form.getbutton(3).press

is button according to its order on the page, changed your UI and you are screwed!!!.

2 rely on tests that can be verified with data not formatting,  i.e. (despite what the rhino api claims), you are better off not doing javascript based tests (use an automated input manual verify technique with "autoit" or something like it).

Further questions email

The Artist Formerly Known as Prince
Tuesday, January 27, 2004

No but Darrell Norton has a great blog entry on the topic.

Tips and Best Practices for NUnitAsp testing

http://dotnetjunkies.com/WebLog/darrell.norton/posts/5950.aspx

Dale
Wednesday, January 28, 2004

Great link !  Thanks...

Kentasy
Wednesday, January 28, 2004

*  Recent Topics

*  Fog Creek Home