5 Jan 2006 14:59
[TFUI] Testing WinForms
Hi, I program in C# with VS2005 and use NUnit heavily to test my business objects. I tried to use NUnitForms to test the WinForms code but I'm not very happy with NUnitForms because to me it is not enough "low-level". For example if you want to test what happens if one enters a specific text into a TextBox control, NUnitForms sets the Text property of the control instead of "typing" the characters as the user would do it. Therefore not all necessary TextBox events are fired. I would like to use a tool that simulates keyboard and mouse activity so that even custom control behaviour can be tested. Do you know of such a tool? Sincerely, Stefan Lieser To unsubscribe, email: TestFirstUserInterfaces-unsubscribe@... Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/TestFirstUserInterfaces/ <*> To unsubscribe from this group, send an email to: TestFirstUserInterfaces-unsubscribe@... <*> Your use of Yahoo! Groups is subject to:(Continue reading)
RSS Feed