Does it make sense to test ui components seperately?

Posted by Bless Yahu on Stack Overflow See other posts from Stack Overflow or by Bless Yahu
Published on 2009-12-08T22:59:19Z Indexed on 2010/05/09 22:08 UTC
Read the original article Hit count: 101

I'm working on a webform that has about 15 user controls, separated by context (comments, locations, members/leaders, etc).   If each control can render individually (using real or test data), does it make sense to have a seperate "functional" test page to test them in isolation or is there a better way?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about usercontrols