I ve installed dotUnit
i want to test a login form
i ve opened that form and wrote a test for that
i used AssertTrue(textbox1.text != "")
but when i run the test it is giving exception in errors tab.
plz help me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ve installed dotUnit
i want to test a login form
i ve opened that form and wrote a test for that
i used AssertTrue(textbox1.text != "")
but when i run the test it is giving exception in errors tab.
plz help me