I am new in Nunit framework. So Please some one tell how to take input string through keyboard using NUNIT with c#.
-
2NUnit is a unit testing framework for automated testing. If you're doing keyboard input, you're not unit testing. I think you're trying to use NUnit for the wrong thing :)Joachim Isaksson– Joachim Isaksson2012-01-13 05:39:11 +00:00Commented Jan 13, 2012 at 5:39
-
Maybe you want to populate some textboxes on your forms?Ivo– Ivo2012-01-13 05:46:06 +00:00Commented Jan 13, 2012 at 5:46
Add a comment
|