SimpleTest
- Start of test suite execution (in fact it is only a single test case without any assertions)
- Repositioning windows for better visibility
- Using first temporary interactivity (top of code window) - continue after click on 'Ok'
- Second temporary interactivity (at the line of the breakpoint): breakpoint afterwards has not been reached yet, but the text box in the "application" under test (AUT; a little overstatement in this case) was filled with "oh-la-la"
- Now the breakpoint interrupts the text execution: the tight integration between swWxGuiTesting and the AUT allows easy debugging which can be extremely helpful during test case development
- Continue test suite execution
- Another temporary interactivity (is used to bring the CppUnit console window to the front to show the test execution result at the end)
- Afterwards different GUI manipulation events are sent to the AUT: double typed spin control, tree control, notebook, combobox, checkbox, radio button group
- Finally the successful test execution is reported in the typical CppUnit console window: OK (1)
- Close test