I have a asp.net web form which has 8 Textbox.And ı connected it to a database.The event of the button is that saving textbox values to the database.There is no problem here but ı wanna code a unit test project for it.It must control the textbox is not null and database connection is ok in addition it will be so good to check database's table values which they are correct as our wanting values.
The question is that how can ı create a unit test project for my asp.net web form..
Thanks...
The question is that how can ı create a unit test project for my asp.net web form..
Thanks...