Add prepare and 2.view_vnc;
2.view_vnc: check if can connect to VNC server using VNCViewer;
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1907
Add prepare and 2.run_net_app;
2.run_net_app: check if can start (and close) application that requires .NET Framework 2 in order to run;
The test succeeds in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1905
Add prepare and 2.telnet;
2.telnet: check if can make telnet connection;
All tests succeeds in both win2k3 sp2 and winxp sp3. Thanks to Mysoft for sharing ideas.
svn path=/trunk/ahk_tests/; revision=1903
Add 2.run_vb6_app to test if can start simple VB6 Hello World app. Thanks to Mysoft for executable.
Test works just fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1901
Add prepare and 2.download;
2.download: check if can download file from localhost;
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1898
As noted in NET Framework 2.0.50727 2.run_net_app test, helper functions fails to focus 'OK' button in error window that comes from csrss.exe process when no NET Framework installed in XP SP3.
Try focusing 'OK' button and if failed, try to close window. Fixes error window being left open.
svn path=/trunk/ahk_tests/; revision=1897
Add prepare and 2.run_net_app
2.run_net_app: start and close simple hello world NET application provided by Usurp.
The test succeeds on both win2k3 sp2 and winxp sp3 when either NET 2.0.50727 or 2.0 SP2 is installed.
svn path=/trunk/ahk_tests/; revision=1896
Add prepare and 2.local_game.
2.local_game: check if can shoot the ball and exit the game.
The test succeeds in clean snapshot of win2k3 sp2, but fails on winxp sp3.
svn path=/trunk/ahk_tests/; revision=1895
2.move_tanks: check if can move down, take blue dot, move tanks and exit game.
The test succeeds on both win2k3 sp2 and winxp sp3.
svn path=/trunk/ahk_tests/; revision=1894
1.install: remove registry key;
2.paint: add test to see if can paint a black dot using "Paint" tool.
Both tests works in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1893
Add a test to check if can open PDF document, find text in it and close app.
The test works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1891
Add a test to check if can play video file.
Delete registry settings while installing the app.
Both tests works fine in clean snapshot of WinXP SP3.
svn path=/trunk/ahk_tests/; revision=1889
Add test to see if can play wav file.
Tested on Win7 x64, because of failure to set correct VM settings for win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1885
Remove unnecessary hardcoded sleep calls, reduce waiting time, use better method for waiting for window to close, improve uninstall process.
The test works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1884
Add a test to see if entering URL using Ctrl+W works.
The test works in clean snapshot of win2k3 sp2. Browser is buggy, isn't it?
svn path=/trunk/ahk_tests/; revision=1882
Add install test. Running it for the first time in win2k3 sp2 'explorer.exe' is reported as child name.
Installation succeeds all the time in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1880
Add install test.
The test works fine in clean snapshot of WinXP SP3 and fails in win2k3 sp2 (product has been installed with OS).
svn path=/trunk/ahk_tests/; revision=1879
Add a test to check if can star app and find existing file.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1878
Some windows doesn't have caption, put class name in debug log instead.
Putting debug output in TestsFailed() is a must.
Tested.
svn path=/trunk/ahk_tests/; revision=1877
Use safer method of unchecking 'Launch Super Finder XT' checkbox (TNewCheckListBox1) in 'Setup - Super Finder XT (Completing)' window.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1876
Remove unnecessary hardcoded sleep calls, reduce waiting time, add few more checks.
The test works fine in clean snapshot win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1875
Add test to see if can compile Free Basic code and run compiled application.
Test succeeds in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1873
Add test to check if can rename multiple files and close application.
The test works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1872
Add a test to check if can start app, calculate checksum of wav file and close application.
Test works in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1871
Add a test to check if can configure and connect to IRC and type some text in channel.
Tested and works fine in clean snapshot of win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1870
Add test to open document, replace some text, save document, close application window and compare contents.
The test works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1866
This makes no sense: local test takes 500 and online 430 (from last debug output) and yet SYSREG times out online test. Lets try adding debug output in loop.
svn path=/trunk/ahk_tests/; revision=1864
Reduce TimeOut value. Test succeeds in clean snapshot of win2k3 sp2 with 512KB/s Internet connection. ReactOS VM haves better connection, so, no need to waste time.
svn path=/trunk/ahk_tests/; revision=1863
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
Use few lines and sleep between them to open window instead of one while CORE-6737 is not fixed.
Both tests still works fine in win2k3 sp2.
svn path=/trunk/ahk_tests/; revision=1859