alanchinese
Regular
- Joined
- Jan 12, 2005
- Messages
- 62
I want to write an automated testing tool in .Net.
For example, i have a winform including two textboxes (input) and one label (output):
1) open up the winform application
2) type numbers in two text boxes and click "calculate" button
3) verify the result in the label.
I know that my testing tool can open up the application (using process).
How do I achieve #2 and #3?
For example, i have a winform including two textboxes (input) and one label (output):
1) open up the winform application
2) type numbers in two text boxes and click "calculate" button
3) verify the result in the label.
I know that my testing tool can open up the application (using process).
How do I achieve #2 and #3?