Open Source
From time to time I contribute to open source software or develop something of my own. This page holds references to these projects.
RAutomation
RAutomation is a library to automate Windows applications for automated testing. I have contributed Ruby, C/C++ code to add support for more controls such as checkbox, radio button, list view, combobox. Besides sending Windows messages I’m using Microsoft Active Accessibility and Microsoft UI Automation via a custom C/C++ DLL.
The official RAutomation site: https://github.com/jarmo/RAutomation
My RAutomation fork: https://github.com/snscaimito/RAutomation
