Add RunApplication() function and use it. This will save us from writing more script in case when command line parameter would be just fine.
svn path=/trunk/ahk_tests/; revision=1988
Add 9.connect_irc test to check if Opera IRC client can connect to irc.freenode.net, join reactos-testers chat room and type some text.
Test succeeds in win2k3 sp1.
svn path=/trunk/ahk_tests/; revision=1987
Add 8.search_bar test to check if can focus search bar using Ctrl+E, type some text and open search engine.
Tested and works fine in both Win2k3 SP 1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=1978
prepare: Check if string that came from registry is not empty. If so, it means either application installation failed or we failed to read registry.
svn path=/trunk/ahk_tests/; revision=1956
Test file is not available anymore, use different one.
Add some more checks, store filename in variables and save ourselves from hardcoding.
The test works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1860
SendInput and Send both works for me in r57536 and win2k3 sp2 in VMWare Workstation 9.0
SendInput fails to send letter 'a' in Opera tests in testman machine, lets try Send.
svn path=/trunk/ahk_tests/; revision=1839
Focus addressbar, enter address, copy address to clipboard and check if contents match. Should give more information what fails.
Tested and works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1827
Use SendMessage instead sending TAB-SPACE, because it fails on ReactOS. We have keystrokes elsewhere and we want to test the app, so, I assume it is OK.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1804
Improve uninstall process, add a lot of various checks, reduce waiting time, remove unnecessary sleep calls.
All 5 tests works fine in win2k3 sp2 (with Flash Player plugin installed)
svn path=/trunk/ahk_tests/; revision=1794
Replace "OutputDebug, Bad parameters!`r`n" with "OutputDebug, Bad parameters: '%1%'!`r`n" so we know what we typed as parameter.
svn path=/trunk/ahk_tests/; revision=1509