Microsoft Windows GUI Testing
- GUI testing
- Keyboard and mouse movements
- Win32::GuiTest
- Win32::GUIRobot
- Calculator
- Launch the application
- Locale
- Close the application
- Using the Keyboard
- Check the children
- Fetch content of a control
- Window location
- Move the mouse
- Move the cursor around the edges
- Close the window by a mouse click
- Calculate using the mouse
- The full calc.pl example
- Installing Win32::GuiTest
- Tools