D
Daniel Goldman
I have a C program that analyzes data. It makes tables,
graphs, other output in response to user selections.
It normally takes keyboard input into a curses-based user
interface. However, it can also run itself, forever or
until it crashes. For self-run, "input" is based on random
numbers. The self-run is useful for testing (and fun).
I'm porting the program to C#. It will have tab controls,
buttons, menus, dialog boxes, list boxes... Any ideas how
to do this kind of self-run mode for a C# desktop app?
Not looking for advice about structured testing, random #
generation, other basics.
I'm looking for info about
automated testing like this in C# desktop app. I write
code in a text editor.
Thanks,
Daniel Goldman
graphs, other output in response to user selections.
It normally takes keyboard input into a curses-based user
interface. However, it can also run itself, forever or
until it crashes. For self-run, "input" is based on random
numbers. The self-run is useful for testing (and fun).
I'm porting the program to C#. It will have tab controls,
buttons, menus, dialog boxes, list boxes... Any ideas how
to do this kind of self-run mode for a C# desktop app?
Not looking for advice about structured testing, random #
generation, other basics.
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
automated testing like this in C# desktop app. I write
code in a text editor.
Thanks,
Daniel Goldman