We use Watir with AutoIT to test our web applications with IE on Windows. AutoIT is used where Watir cannot handle processing its own Windows dialogs (for example, the Windows File dialog for downloading).
Because of AutoIT, we cannot run our tests using the task scheduler, since AutoIT operations from Watir code require an Interactive Desktop session.
We tried several tricks (RDP from RDP, etc.), but without success and are unable to perform real automation.
Any ideas? Open to AutoIT replacement if it can help us achieve true end2end test automation.
source share