On Jan 4, 1:27*pm, "sloan" <sl...@ipass.net> wrote:
> I use NUnit.
>
> I had a decent talk about NUnit at TechEd2007 last summer.
>
> Basically, we had the same thought. *Just because MS packages it into VS,
> doesn't make it the best.
>
> He has a horse in the race of course... I really don't.
>
> I was more affected by the VS2005 PriceTag.
>
> "Wiktor Zychla [C# MVP]" <wzyc...@nospm.ii.uni.wroc.pl.nospm> wrote in
> messagenews:%(E-Mail Removed)...
>
>
>
> >> I would second that idea...and say it like this"
>
> >> "get the business logic out of the presentation layer...and Unit Test the
> >> business logic".
>
> > thank you both for your answers. I am deeply aware of the "separate ui and
> > business logic" approach and I know that mvc frameworks are more
> > convenient when it comes to testing. I write unit tests for years using
> > nunit and other testing frameworks.
>
> > however, your answers worry me in a sense that the unit testing framework
> > shipped with visual studio is flawed since it acts like asp.net testing
> > framework while it is not able to handle one of the fundamental asp.net
> > aspects - redirecting.
>
> > as other asp.net testing frameworks show (like nunit for asp), redirects
> > ARE handled by the testing framework. this is expected and fundamental as
> > I said aswebapplications redirect more often than seldom.
>
> > thank you once again,
> > Wiktor Zychla- Hide quoted text -
>
> - Show quoted text -
You can also try SWExplorerAutomation SWEA from
http://webiussoft.com.
SWEA records, replays automation scripts and generates C# or VB.NET
script code. SWEA supports all Web browser UI elements: form
controls, frames, windows and html dialogs, popup windows, tables
(transformed to DataTable) and more. SWEA was specially designed to
automate complex DHTML/AJAX applications.