Test Application Guide for Winforms

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2010-05-08T10:21:40Z Indexed on 2010/05/08 10:28 UTC
Read the original article Hit count: 415

Filed under:
|
|
|

I'm a c# developer in a medium/small company. I use to do quick test of the apps that my workmates made and they use to test my applications. We test each form based in our experience. (yes, I know this is not a very formal method)

Now a new guy without experience are going to join our team. We think now is the momento to make a little list of things that all we should test in each form. Divided by categories. For example usability: Test that the taborder of each control are properly setted, or Valitacion: Test that the max lenght of each textbox match with the max lenght of a field in the DB...etc

We don't one to Reinvent the Wheels, so I want to know if such kind of document already exists.

Thanks

© Stack Overflow or respective owner

Related posts about testing

Related posts about winforms