Erik Porter's Blog

Life and Development at Microsoft and Other Technology Discussions

News

    ASP.NET Testing

    This is more of a survey than an informational entry, but I'm just kind of curious if anyone has done any UI testing for ASP.NET.  If so, what would you recommend?  Please leave comments...thanks!  :)
    Posted: Oct 29 2004, 04:26 PM by HumanCompiler | with 5 comment(s)
    Filed under:

    Comments

    Darrell said:

    What do you mean by UI testing? I've used NUnitAsp before and it was worked pretty well. There's also supposed to be some other new project out from Thoughtworks that does something similar with JavaScript.
    # October 29, 2004 8:29 PM

    Jeff Lewis said:

    +1 for NUnitAsp
    # October 29, 2004 8:42 PM

    haacked@yahoo.com (Haacked) said:

    I click the button. Write down what happens. Ask the biz guy if that's what he wants to happen. ;)

    I assume you meant automated testing.

    For unit testing I've tried NUnitAsp but the UI is the thing that changes most often so the tests weren't exactly maintainable. I only wrote those tests for the things that change least often.
    # October 29, 2004 9:42 PM

    Erik Porter said:

    Thanks everyone, looks like I'll definitely be giving NUnitASP a try.
    # October 31, 2004 4:25 AM

    Cleve Littlefield said:

    I tried to get NUnitAsp to work, and it kept choking on our website with StackOverflowExceptions. Also, anyone gotten it to work with Passport?
    # November 1, 2004 11:50 PM