Andrew Stevenson's WebLogWrite Here Write NowNUnitAsp and WebForm_PostBackOptions- January 30, 2008 I've decide to use NUnitAsp on the current project. After doing some basic visibility checks I tried to call Click() on a LinkButtonTester and I got an error. I did some digging and found that the new WebForm_PostBackOptions was not being recognized as a postback. With a bit of hacking around, I've got it working again, the biggest issue was different quotes in the postBackScript from those in the html. The fix:I'm not sure how comprehensive it is, but the basic fix is 2 changes in..http://weblogs.asp.net/andrewseven/archive/2008/01/30/nunitasp-and-webform-postbackoptions... |