2.AddArchive: Sometimes 'Compressing' window doesn't close fast and window detection can't help here much, so, add timeout loop.
Test succeeds in 2k3 SP1.
svn path=/trunk/ahk_tests/; revision=2017
Add gcc_compile.ahk to check if can run compiled C application.
Both tests succeeds in 2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2015
Add prepare.ahk and copy_text.ahk;
2.copy_text: open word document and copy text from it to the clipboard.
Test succeeds in 23k SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2011
install_test.ahk: lets be safe and check if hard-coded path exists when the one received from registry does not.
svn path=/trunk/ahk_tests/; revision=2009
Add prefbar_addon.ahk to check if can download and install PrefBar Firefox add-on and check if it works (load a website with images disabled).
Test succeeds in 2k3 SP1 and WinXP SP3. Thanks HeisSpiter for hosting the files.
svn path=/trunk/ahk_tests/; revision=2005
Add codec_information.ahk to get all information on codec (Tools->Codec Information).
Test succeeds in 2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2004
Add take_snapshot.ahk to check if can take a snapshot of video and save it.
Test succeeds in 2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2002
prepare.ahk: add WaitForPageToLoad() function.
address_bar.ahk: use WaitForPageToLoad() function.
Test succeeds in 2k3 sp1 and winxp sp3.
svn path=/trunk/ahk_tests/; revision=2001
prepare.ahk: add EnterURL() function, so, we don't need duplicate code;
address_bar.ahk: use EnterURL() function;
Test succeeds in win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=1997
Add 5.fullscreen to check if Firefox window can go fullscreen by sending F11 to the window.
Test succeeds in Win2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=1995
Add 4.disk_benchmark to check if quick linear read (disk benchmark) can be performed.
Test succeeds in both 2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=1994
Add 3.report_all_pages to check if can make full report and save data to text file.
Test succeeds in both Win2k3 SP1 and WinXP SP3. Later one requires some delay.
svn path=/trunk/ahk_tests/; revision=1993
Add 3.view_fulscreen test to check if Ctrl+L (View->Full Screen) works.
Test succeeds in both WinXP SP3 and 2k3 SP1.
svn path=/trunk/ahk_tests/; revision=1990
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 3.ftp_connect test to check if can connect to FTP server and download a file.
Test succeeds in win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=1979
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
Terminate '*msiexec*' processes in TerminateTmpProcesses() and add FIXME in WindowCleanup() to remove some stuff when CORE-6939 is fixed.
svn path=/trunk/ahk_tests/; revision=1967
Terminate all '*Setup*' and '*Install*' processes in TerminateTmpProcesses(). Helps to close Foxit Reader 2.1.2023 setup.
svn path=/trunk/ahk_tests/; revision=1965