Jason Bock

Home Biography Speaking Articles Books Music

I’m In NUnitAsp Hell

Today I tried to add tests for a set of pages in the application, and none of them were succeeding. Here’s the flow:

If I do this in IE, it works - I see the item in the cart. But in my NUnitAsp test, no dice - the cart is empty.

I think there’s a bug in NUnitAsp with cookies and redirects, but I’m not sure. There’s not a lot of material on the Net about NUnitAsp but here’s what I found:

So, I think I’m screwed unless I dive into the NUnitAsp code base and try to figure out if there is a bug and then try to fix it. Unfortunately, there’s other things that are important to get done, and debugging NunitAsp is not very high on the client’s list. So…if you’ve run into this before and have a solution (or at least some insight) please post a comment - thanks!

Published: 05.06.2005 03:20:46 PM CST