If SysListView321 control was not focused right away, report, focus it and continue testing.
Tested and works in clean snapshot of Win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=2057
1.install: do not activate '7-Zip 9.20 Setup (Installing)' window when it becomes inactive, because window appears just for a split of second. Here running test on SSD activating window makes test to fail.
Now it succeeds again in win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=2054
Add 2.demo_partner to test if can remotely control demo partner.
Test succeeds in both 2k3 SP1 and WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2031
1.install_test: Waiting for 'explorer.exe' process appearing isn't enough. Wait for 'Program Manager' window to be active and then continue.
Test succeeds in win2k3 SP1.
svn path=/trunk/ahk_tests/; revision=2030
Add 4.compile_console test to check if can compile and run Mono console application.
Tested to be successful on WinXP SP3.
svn path=/trunk/ahk_tests/; revision=2026
TestsFailed(): update port number and use /debug to output Cap.exe application errors in debug log instead of showing them in message boxes.
svn path=/trunk/ahk_tests/; revision=2022
Add prepare.ahk and player_walk.ahk;
2.player_walk: make player to explore the map.
Test succeeds in WinXP SP3 (not without a lot of 'FIXMEs').
svn path=/trunk/ahk_tests/; revision=2020
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