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
prepare: Since we have separate files, we can't get correct line numbers, so, use function name (if any) in debug logs to help to identify what is where.
svn path=/trunk/ahk_tests/; revision=1957
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
prepare: Add function name (if any) in debug output;
2.AddArchive: check if we hadn't failed in prepare.ahk before doing actual test. This might/will save us from "Can NOT find ''.", etc.
svn path=/trunk/ahk_tests/; revision=1955
Since we have separate files, we can't get correct line numbers, so, use function name (if any) in debug logs to help to identify what is where.
svn path=/trunk/ahk_tests/; revision=1954
Check if window closed after Alt+A and Alt+N were sent in 'Setup - Tux Paint (License Agreement)' window. This check would prove #CORE-6542.
svn path=/trunk/ahk_tests/; revision=1949
Do not fail if uninstall process failed. We still can remove stuff manually;
Do not fail completely if 'Microsoft Visual C++ Runtime Library' window pops-up (#CORE-6354).
svn path=/trunk/ahk_tests/; revision=1947
Try to terminate *.tmp processes in WindowCleanup() in case TerminateTmpProcesses() failed to do so. Previously missed a comma here.
Tested on 2k3 sp1 and ros r58285 and works.
svn path=/trunk/ahk_tests/; revision=1945
Check if 'Setup - MPC-HC (License Agreement)' window closed when Alt+A and Alt+N sent and add issue number in debug output in case of failure (CORE-6542).
svn path=/trunk/ahk_tests/; revision=1944