Andrew Stevenson's WebLog

Write Here Write Now

Syndication

.Net Languages

ADO.Net

Asp.Net (Misc.)

Asp.Net Controls

Bad Patterns

Err What?

Files and Folders

Forums

IE Add-Ins

Methods for the Madness

Performance

See Clearer, C#

Test Driven

Browse by Tags

All Tags » NUnitAsp (RSS)
NUnitAsp and style="display: none"
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...

Posted Wednesday, February 13, 2008 11:32 AM by AndrewSeven | with no comments

NUnitAsp and WebForm_PostBackOptions
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...

Posted Wednesday, January 30, 2008 1:39 PM by AndrewSeven | with no comments

Filed under: , ,

More Posts