- Power-Up Your Test Suite With OLE Automation discusses using OLE Automation and the combination of Ruby and WIN32OLE for test automation of native Windows applications like Excel, Internet Explorer, and mainframe terminal emulators.
- OLE Automation allows automation of tasks on Windows applications through Microsoft's Automation interface when other popular options are unavailable. It provides access to an application's functionality through objects, properties, methods.
- Specific examples are provided for automating Excel workbooks and worksheets, controlling a mainframe terminal emulator, and integrating the automation into Cucumber scenarios. The presentation aims to demonstrate how OLE Automation can help "power up" a test suite.