Commit Graph

465 Commits

Author SHA1 Message Date
Edijs Kolesnikovičs
bdd0c47802 [AHK_UltraVNC_1.0.9.6.2]
Use improved bTerminateProcess() helper function.

svn path=/trunk/ahk_tests/; revision=1909
2012-11-30 08:29:24 +00:00
Edijs Kolesnikovičs
3105fb1654 [AHK_Helper_Functions]
Improve bTerminateProcess() function a bit, so, we don't need to have more code in separate tests.

svn path=/trunk/ahk_tests/; revision=1908
2012-11-30 08:28:49 +00:00
Edijs Kolesnikovičs
3c83fe0abd [AHK_UltraVNC_1.0.9.6.2]
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
2012-11-30 08:14:55 +00:00
Edijs Kolesnikovičs
0e83ae2ff1 [AHK_Helper_Functions]
Add function to terminate specified process.
Tested and works.

svn path=/trunk/ahk_tests/; revision=1906
2012-11-30 08:13:06 +00:00
Edijs Kolesnikovičs
352b8cd68e [AHK_Mono_2.11.2]
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
2012-11-27 20:38:42 +00:00
Edijs Kolesnikovičs
1217816bdb [AHK_PuTTY_0.6.2]
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
2012-11-27 14:00:37 +00:00
Edijs Kolesnikovičs
103a43c701 [AHK_Windows_Media_Encoder_9.0]
Add install test.
The test works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1902
2012-11-26 16:59:17 +00:00
Edijs Kolesnikovičs
cfa7187bce [AHK_Visual_Basic]
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
2012-11-26 15:38:40 +00:00
Edijs Kolesnikovičs
d7a429bab2 [AHK_Visual_Basic]
Add install test for VB6.0 Runtime.
The test works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1900
2012-11-26 15:20:08 +00:00
Edijs Kolesnikovičs
7188c968dc [AHK_Visual_Basic]
Move Common Controls to new directory.

svn path=/trunk/ahk_tests/; revision=1899
2012-11-26 15:18:57 +00:00
Edijs Kolesnikovičs
2c135594b3 [AHK_Abyss_Web_Server_X1_2.7]
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
2012-11-26 13:34:05 +00:00
Edijs Kolesnikovičs
a5bc747b02 [AHK_Helper_Functions]
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
2012-11-24 07:39:42 +00:00
Edijs Kolesnikovičs
62cf278fbc [AHK_NET_Framework_2.0.50727]
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
2012-11-24 07:17:20 +00:00
Edijs Kolesnikovičs
91ed37efe5 [AHK_LBreakout2_2.4.1]
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
2012-11-24 06:35:11 +00:00
Edijs Kolesnikovičs
835fb40812 [AHK_Tile_World_1.3.0]
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
2012-11-21 16:57:06 +00:00
Edijs Kolesnikovičs
50fb62e581 [AHK_Tux_Paint_0.9.21c]
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
2012-11-20 10:31:04 +00:00
Edijs Kolesnikovičs
6406df5702 [AHK_mIRC]
Add some comments about not being able to get text from chat window.

svn path=/trunk/ahk_tests/; revision=1892
2012-11-19 19:59:10 +00:00
Edijs Kolesnikovičs
a736db54d4 [AHK_SumatraPDF_2.1.1]
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
2012-11-14 13:58:38 +00:00
Sylvain Petreolle
48b60012ff Add a script to build AHK tests with Wine.
The tests are available into AHK-Tests/ and next to their main zz*.ahk script.

svn path=/trunk/ahk_tests/; revision=1890
2012-11-14 13:32:39 +00:00
Edijs Kolesnikovičs
d023c14972 [AHK_MPC-HC_1.6.3.5626]
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
2012-11-14 12:58:28 +00:00
Edijs Kolesnikovičs
e8a8336792 [AHK_MPC-HC_1.6.3.5626]
Fix settings path.

svn path=/trunk/ahk_tests/; revision=1888
2012-11-13 20:09:01 +00:00
Edijs Kolesnikovičs
4f82725b1d [AHK_Fox_Audio_Player_0.9.1]
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
2012-11-11 13:46:20 +00:00
Edijs Kolesnikovičs
67a1499a31 [AHK_VLC_Media_Player_2.0.3]
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
2012-11-11 10:10:19 +00:00
Edijs Kolesnikovičs
e111ef0e21 [AHK_VLC_Media_Player]
Put window size in debug log, so we know more.
Both tested on clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1883
2012-11-11 09:40:22 +00:00
Edijs Kolesnikovičs
065749c56e [AHK_Off_By_One_Browser_3.5d]
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
2012-11-09 13:37:58 +00:00
Edijs Kolesnikovičs
952d94651b [AHK_Helper_Functions]
Fix: Print window class if active window title is ''. Tested.

svn path=/trunk/ahk_tests/; revision=1881
2012-11-09 13:35:03 +00:00
Edijs Kolesnikovičs
6d80e393b7 [AHK_NET_Framework_2.0_SP2]
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
2012-11-09 12:00:35 +00:00
Edijs Kolesnikovičs
9334c48c44 [AHK_NET_Framework_1.1]
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
2012-11-09 11:26:08 +00:00
Edijs Kolesnikovičs
5c98ef0843 [AHK_Super_Finder_XT_1.6.3.2]
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
2012-11-08 12:54:31 +00:00
Edijs Kolesnikovičs
03fc6c573c [AHK_Helper_Functions]
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
2012-11-08 11:30:13 +00:00
Edijs Kolesnikovičs
7af4938c61 [AHK_Super_Finder_XT_1.6.3.2]
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
2012-11-08 10:45:55 +00:00
Edijs Kolesnikovičs
8d0beb3e4d [AHK_DosBlaster_2.5]
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
2012-11-08 10:30:05 +00:00
Edijs Kolesnikovičs
aa5a6672a3 [AHK_Adobe_Flash_Player_10.3.183.25]
Try not to [SYSREG] timeout.

svn path=/trunk/ahk_tests/; revision=1874
2012-11-07 13:48:12 +00:00
Edijs Kolesnikovičs
2df82ec283 [AHK_FreeBASIC_0.24.0]
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
2012-11-07 13:44:29 +00:00
Edijs Kolesnikovičs
29e0324463 [AHK_Double_Commander_0.5.4]
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
2012-11-05 10:09:32 +00:00
Edijs Kolesnikovičs
0b5a10ebec [AHK_Audio_Grabber_1.83_SE]
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
2012-11-05 08:32:19 +00:00
Edijs Kolesnikovičs
2adcd5fb66 [AHK_Miranda_IM_0.10.0]
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
2012-11-04 21:18:14 +00:00
Edijs Kolesnikovičs
5e5bcae6d0 [AHK_SMPlayer_0.6.9]
Add a test to check if can play video file.
The test works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1869
2012-11-04 17:49:58 +00:00
Edijs Kolesnikovičs
073495c9d2 [AHK]
Fix wrong comment.

svn path=/trunk/ahk_tests/; revision=1868
2012-11-04 17:18:15 +00:00
Edijs Kolesnikovičs
2f306db407 [AHK_WinBoard_4.2.7]
Add test to see if can select and move a chess.
Tested and works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1867
2012-11-03 15:31:19 +00:00
Edijs Kolesnikovičs
a033b4d9ea [AHK_AbiWord_2.9.2]
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
2012-11-03 06:44:40 +00:00
Edijs Kolesnikovičs
ddd870321c [AHK_Adobe_Flash_Player_10.3.183.25]
Hmm, lets output line earlier.

svn path=/trunk/ahk_tests/; revision=1865
2012-10-30 18:59:19 +00:00
Edijs Kolesnikovičs
a9ca4ac184 [AHK_Adobe_Flash_Player_10.3.183.25]
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
2012-10-30 06:14:24 +00:00
Edijs Kolesnikovičs
1ac7fa6719 [AHK_Adobe_Flash_Player_10.3.183.25]
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
2012-10-29 14:48:43 +00:00
Edijs Kolesnikovičs
86d8a0b5f4 [AHK_Opera_9.64]
Add debug note.

svn path=/trunk/ahk_tests/; revision=1862
2012-10-28 17:09:21 +00:00
Edijs Kolesnikovičs
1015feab6d [AHK_Adobe_Flash_Player_10.3.183.25]
Add debug note.

svn path=/trunk/ahk_tests/; revision=1861
2012-10-28 17:00:51 +00:00
Edijs Kolesnikovičs
4807edf2d3 [AHK_Opera_9.64]
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
2012-10-28 13:47:30 +00:00
Edijs Kolesnikovičs
5813c3bd7f [AHK_Adobe_Flash_Player_10.3.183.25]
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
2012-10-28 12:36:02 +00:00
Edijs Kolesnikovičs
c0ac9ac1b1 [AHK]
Do not use hardcoded value to print window title match mode in log, use built in function.

svn path=/trunk/ahk_tests/; revision=1858
2012-10-27 13:12:05 +00:00
Edijs Kolesnikovičs
a325cbd422 [AHK_STEAM_1.0]
Add install test.
The test works fine in clean snapshot of win2k3 sp2.

svn path=/trunk/ahk_tests/; revision=1857
2012-10-27 08:34:38 +00:00