I have a control, which I test with a customvalidatortester, that produces an html span with (I thought) style="display:none" and it was failing the test for visible==false. A closer inspection showed that there was a space after the colon: style="display...
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...