Generic test suite for ASP.NET Membership/Role/Profile/Session Providers

Posted by SztupY on Stack Overflow See other posts from Stack Overflow or by SztupY
Published on 2010-04-02T21:39:18Z Indexed on 2010/04/02 21:43 UTC
Read the original article Hit count: 294

Hi!

I've just created custom ASP.NET Membership, Role, Profile and Session State providers, and I was wondering whether there exists a test suite or something similar to test the implementation of the providers. I've checked some of the open source providers I could find (like the NauckIt.PostgreSQL provider), but neither of them contained unit tests, and all of the forum topics I've found mentioned only a few test cases (like checking whether creating a user works), but this is clearly not a complete test suite for a Membership provider. (And I couldn't find anything for the other three providers)

Are there more or less complete test suites for the above mentioned providers, or are there custom providers out there that have at least some testing avaialable?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about specifications