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