watir 1.6.2 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +326 -188
- data/bin/watir-console +7 -8
- data/lib/changes.rb +3 -3
- data/lib/license.rb +38 -38
- data/lib/readme.rb +140 -140
- data/lib/watir/WindowHelper.rb +49 -49
- data/lib/watir/camel_case.rb +66 -45
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +344 -312
- data/lib/watir/container.rb +815 -753
- data/lib/watir/contrib/enabled_popup.rb +20 -20
- data/lib/watir/contrib/ie-new-process.rb +27 -27
- data/lib/watir/contrib/page_checker.rb +29 -29
- data/lib/watir/cookiemanager.rb +55 -55
- data/lib/watir/core_ext.rb +18 -0
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +343 -312
- data/lib/watir/element_collections.rb +97 -81
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/ie-class.rb +1009 -1003
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +133 -132
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +572 -539
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +176 -161
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/non_control_elements.rb +145 -127
- data/lib/watir/page-container.rb +107 -105
- data/lib/watir/popup.rb +29 -29
- data/lib/watir/process.rb +19 -19
- data/lib/watir/screen_capture.rb +115 -115
- data/lib/watir/setFileDialog.rb +16 -16
- data/lib/watir/table.rb +362 -362
- data/lib/watir/utils.rb +19 -19
- data/lib/watir/version.rb +5 -5
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -28
- data/lib/watir/win32ole.rb +14 -6
- data/lib/watir/winClicker.rb +496 -479
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -176
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/core_tests.rb +17 -16
- data/unittests/css_test.rb +35 -35
- data/unittests/defer_test.rb +46 -46
- data/unittests/dialog_test.rb +77 -77
- data/unittests/div2_xpath_test.rb +21 -21
- data/unittests/div_test.rb +188 -183
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/errorchecker_test.rb +22 -22
- data/unittests/filefield_test.rb +39 -40
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -293
- data/unittests/form_xpath_test.rb +252 -253
- data/unittests/frame_test.rb +155 -157
- data/unittests/google_form_test.rb +15 -15
- data/unittests/html/JavascriptClick.html +39 -39
- data/unittests/html/blankpage.html +11 -11
- data/unittests/html/buttons1.html +40 -40
- data/unittests/html/checkboxes1.html +89 -89
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +51 -51
- data/unittests/html/div.html +93 -93
- data/unittests/html/div_xml.html +20 -20
- data/unittests/html/fileupload.html +45 -45
- data/unittests/html/formTest1.html +38 -38
- data/unittests/html/forms2.html +44 -44
- data/unittests/html/forms3.html +131 -131
- data/unittests/html/forms4.html +27 -27
- data/unittests/html/frame_buttons.html +3 -3
- data/unittests/html/frame_links.html +3 -3
- data/unittests/html/frame_multi.html +4 -4
- data/unittests/html/google_india.html +107 -107
- data/unittests/html/iframeTest.html +12 -12
- data/unittests/html/iframeTest1.html +6 -6
- data/unittests/html/iframeTest2.html +5 -5
- data/unittests/html/images1.html +66 -66
- data/unittests/html/javascriptevents.html +35 -35
- data/unittests/html/link_pass.html +10 -10
- data/unittests/html/links1.html +38 -38
- data/unittests/html/links2.html +10 -10
- data/unittests/html/links_multi.html +14 -14
- data/unittests/html/list_matters.html +720 -720
- data/unittests/html/lists.html +17 -17
- data/unittests/html/map_test.html +31 -31
- data/unittests/html/modal_dialog.html +10 -10
- data/unittests/html/modal_dialog_launcher.html +11 -11
- data/unittests/html/nestedFrames.html +6 -6
- data/unittests/html/new_browser.html +16 -16
- data/unittests/html/pass.html +12 -12
- data/unittests/html/popups1.html +59 -59
- data/unittests/html/pre.html +27 -27
- data/unittests/html/radioButtons1.html +71 -71
- data/unittests/html/select_tealeaf.html +54 -54
- data/unittests/html/selectboxes1.html +52 -55
- data/unittests/html/simple_table.html +26 -26
- data/unittests/html/simple_table_buttons.html +104 -104
- data/unittests/html/simple_table_columns.html +76 -76
- data/unittests/html/table1.html +181 -181
- data/unittests/html/tableCell_using_xpath.html +19 -19
- data/unittests/html/textarea.html +30 -30
- data/unittests/html/textfields1.html +88 -88
- data/unittests/html/textsearch.html +44 -44
- data/unittests/html/wallofcheckboxes.html +1003 -1003
- data/unittests/html/xpath_nbsp.html +12 -12
- data/unittests/ie_exists_test.rb +33 -33
- data/unittests/ie_mock.rb +94 -94
- data/unittests/ie_test.rb +51 -50
- data/unittests/images_test.rb +157 -157
- data/unittests/images_xpath_test.rb +91 -91
- data/unittests/links_multi_test.rb +48 -48
- data/unittests/links_test.rb +175 -177
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/map_test.rb +98 -98
- data/unittests/minmax_test.rb +31 -31
- data/unittests/navigate_test.rb +39 -39
- data/unittests/nbsp_xpath_test.rb +16 -16
- data/unittests/non_core_tests.rb +12 -12
- data/unittests/other/WindowLogonExample.rb +27 -27
- data/unittests/other/WindowLogonExtra.rb +6 -6
- data/unittests/other/all_tests_concurrent.rb +57 -57
- data/unittests/{windows → other}/jscriptExtraAlert.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/{windows → other}/jscriptPushButton.rb +6 -6
- data/unittests/{windows → other}/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -24
- data/unittests/other/screen_capture_test.rb +54 -54
- data/unittests/other/testcase_method_order_test.rb +35 -35
- data/unittests/other/testcase_verify_test.rb +24 -24
- data/unittests/other/wait_until_test.rb +99 -99
- data/unittests/pagecontainstext_test.rb +69 -69
- data/unittests/parent_child_test.rb +43 -43
- data/unittests/perf_test.rb +20 -20
- data/unittests/popups_test.rb +43 -43
- data/unittests/pre_test.rb +53 -53
- data/unittests/radios_test.rb +212 -212
- data/unittests/radios_xpath_test.rb +101 -101
- data/unittests/security_setting_test.rb +23 -23
- data/unittests/selectbox_test.rb +148 -139
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +77 -75
- data/unittests/speed_settings_test.rb +67 -65
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -362
- data/unittests/table_xpath_test.rb +110 -110
- data/unittests/test_tests.rb +9 -9
- data/unittests/textarea_test.rb +92 -92
- data/unittests/textarea_xpath_test.rb +78 -78
- data/unittests/textfield_for_ch_char_test.rb +31 -29
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -7
- data/unittests/windows/attach_to_existing_window_test.rb +53 -52
- data/unittests/windows/attach_to_new_window_test.rb +83 -82
- data/unittests/windows/close_window_test.rb +20 -20
- data/unittests/windows/frame_links_test.rb +25 -25
- data/unittests/windows/ie-each_test.rb +47 -47
- data/unittests/windows/iedialog_test.rb +54 -54
- data/unittests/windows/js_events_test.rb +55 -55
- data/unittests/windows/modal_dialog_test.rb +128 -126
- data/unittests/windows/new_test.rb +57 -55
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -32
- data/unittests/xpath_tests.rb +10 -10
- metadata +20 -20
- data/lib/watir/contrib/visible.rb +0 -47
- data/unittests/iostring.rb +0 -30
- data/unittests/iostring_test.rb +0 -48
@@ -1,21 +1,21 @@
|
|
1
|
-
# feature tests for closed windows
|
2
|
-
# revision: $Revision: 958 $
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_CloseWindow < Watir::TestCase
|
8
|
-
execute :sequentially
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "new_browser.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
# reproduces defect http://jira.openqa.org/browse/WTR-16
|
15
|
-
def test_close_window_with_button
|
16
|
-
browser.link(:text, 'New Window').click
|
17
|
-
ie_new = Watir::IE.attach(:title, 'Pass Page')
|
18
|
-
assert(ie_new.text.include?('PASS'))
|
19
|
-
assert_nothing_raised {ie_new.close}
|
20
|
-
end
|
1
|
+
# feature tests for closed windows
|
2
|
+
# revision: $Revision: 958 $
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_CloseWindow < Watir::TestCase
|
8
|
+
execute :sequentially
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "new_browser.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
# reproduces defect http://jira.openqa.org/browse/WTR-16
|
15
|
+
def test_close_window_with_button
|
16
|
+
browser.link(:text, 'New Window').click
|
17
|
+
ie_new = Watir::IE.attach(:title, 'Pass Page')
|
18
|
+
assert(ie_new.text.include?('PASS'))
|
19
|
+
assert_nothing_raised {ie_new.close}
|
20
|
+
end
|
21
21
|
end
|
@@ -1,25 +1,25 @@
|
|
1
|
-
# tests of click_no_wait for links in frames
|
2
|
-
# revision: $Revision: 1078 $
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_Frame_Links < Test::Unit::TestCase
|
8
|
-
include Watir
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "frame_links.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_click_in_a_frame
|
15
|
-
browser.frame('linkFrame').link(:text, 'test1').click
|
16
|
-
assert(browser.frame('linkFrame').text.include?('Links2-Pass'))
|
17
|
-
end
|
18
|
-
|
19
|
-
def test_click_no_wait_in_a_frame
|
20
|
-
browser.frame('linkFrame').link(:text, 'test1').click_no_wait
|
21
|
-
wait_until(
|
22
|
-
assert(browser.frame('linkFrame').text.include?('Links2-Pass'))
|
23
|
-
end
|
24
|
-
|
25
|
-
end
|
1
|
+
# tests of click_no_wait for links in frames
|
2
|
+
# revision: $Revision: 1078 $
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_Frame_Links < Test::Unit::TestCase
|
8
|
+
include Watir
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "frame_links.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_click_in_a_frame
|
15
|
+
browser.frame('linkFrame').link(:text, 'test1').click
|
16
|
+
assert(browser.frame('linkFrame').text.include?('Links2-Pass'))
|
17
|
+
end
|
18
|
+
|
19
|
+
def test_click_no_wait_in_a_frame
|
20
|
+
browser.frame('linkFrame').link(:text, 'test1').click_no_wait
|
21
|
+
wait_until(10){browser.frame('linkFrame').text.include?('Links2-Pass')}
|
22
|
+
assert(browser.frame('linkFrame').text.include?('Links2-Pass'))
|
23
|
+
end
|
24
|
+
|
25
|
+
end
|
@@ -1,48 +1,48 @@
|
|
1
|
-
# Not intended to be run as part of a larger suite.
|
2
|
-
|
3
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
4
|
-
require 'test/unit'
|
5
|
-
require 'watir'
|
6
|
-
require 'watir/process'
|
7
|
-
require 'watir/waiter'
|
8
|
-
|
9
|
-
class TC_IE_Each < Test::Unit::TestCase
|
10
|
-
def setup
|
11
|
-
assert_equal 0, Watir::IE.process_count
|
12
|
-
@hits = 0
|
13
|
-
@ie = []
|
14
|
-
end
|
15
|
-
|
16
|
-
def hit_me
|
17
|
-
@hits += 1
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_zero_windows
|
21
|
-
Watir::IE.each {hit_me}
|
22
|
-
assert_equal 0, @hits
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_one_window
|
26
|
-
@ie << Watir::IE.new_process
|
27
|
-
Watir::IE.each {hit_me}
|
28
|
-
assert_equal 1, @hits
|
29
|
-
end
|
30
|
-
|
31
|
-
def test_two_windows
|
32
|
-
@ie << Watir::IE.new_process
|
33
|
-
@ie << Watir::IE.new_process
|
34
|
-
Watir::IE.each {hit_me}
|
35
|
-
assert_equal 2, @hits
|
36
|
-
end
|
37
|
-
|
38
|
-
def test_return_type
|
39
|
-
@ie << Watir::IE.new_process
|
40
|
-
Watir::IE.each {|ie| assert_equal(Watir::IE, ie.class)}
|
41
|
-
end
|
42
|
-
|
43
|
-
include Watir
|
44
|
-
def teardown
|
45
|
-
@ie.each {|ie| ie.close }
|
46
|
-
wait_until {Watir::IE.process_count == 0}
|
47
|
-
end
|
1
|
+
# Not intended to be run as part of a larger suite.
|
2
|
+
|
3
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
4
|
+
require 'test/unit'
|
5
|
+
require 'watir'
|
6
|
+
require 'watir/process'
|
7
|
+
require 'watir/waiter'
|
8
|
+
|
9
|
+
class TC_IE_Each < Test::Unit::TestCase
|
10
|
+
def setup
|
11
|
+
assert_equal 0, Watir::IE.process_count
|
12
|
+
@hits = 0
|
13
|
+
@ie = []
|
14
|
+
end
|
15
|
+
|
16
|
+
def hit_me
|
17
|
+
@hits += 1
|
18
|
+
end
|
19
|
+
|
20
|
+
def test_zero_windows
|
21
|
+
Watir::IE.each {hit_me}
|
22
|
+
assert_equal 0, @hits
|
23
|
+
end
|
24
|
+
|
25
|
+
def test_one_window
|
26
|
+
@ie << Watir::IE.new_process
|
27
|
+
Watir::IE.each {hit_me}
|
28
|
+
assert_equal 1, @hits
|
29
|
+
end
|
30
|
+
|
31
|
+
def test_two_windows
|
32
|
+
@ie << Watir::IE.new_process
|
33
|
+
@ie << Watir::IE.new_process
|
34
|
+
Watir::IE.each {hit_me}
|
35
|
+
assert_equal 2, @hits
|
36
|
+
end
|
37
|
+
|
38
|
+
def test_return_type
|
39
|
+
@ie << Watir::IE.new_process
|
40
|
+
Watir::IE.each {|ie| assert_equal(Watir::IE, ie.class)}
|
41
|
+
end
|
42
|
+
|
43
|
+
include Watir
|
44
|
+
def teardown
|
45
|
+
@ie.each {|ie| ie.close }
|
46
|
+
wait_until {Watir::IE.process_count == 0}
|
47
|
+
end
|
48
48
|
end
|
@@ -1,54 +1,54 @@
|
|
1
|
-
# unit tests for iedialog.dll and customized win32ole.so
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
require 'Win32API'
|
7
|
-
|
8
|
-
class TC_IEDialog < Test::Unit::TestCase
|
9
|
-
include Watir
|
10
|
-
|
11
|
-
# this will find the IEDialog.dll file in its build location
|
12
|
-
@@iedialog_file = (File.expand_path(File.dirname(__FILE__)) + "/../../lib/watir/IEDialog/Release/IEDialog.dll").gsub('/', '\\')
|
13
|
-
|
14
|
-
# commented out because it currently requires a manual click
|
15
|
-
# a better idea would be to automate the click...
|
16
|
-
def xtest_connect_to_iedialog
|
17
|
-
# make sure we can connect to the IEDialog.dll
|
18
|
-
fnShowString = Win32API.new(@@iedialog_file, 'ShowString', ['p'], 'v')
|
19
|
-
fnShowString.call("from ruby!") # blocks
|
20
|
-
end
|
21
|
-
|
22
|
-
def test_find_window
|
23
|
-
goto_page "pass.html"
|
24
|
-
fnFindWindow = Win32API.new('user32.dll', 'FindWindow', ['p', 'p'], 'l')
|
25
|
-
hwnd = fnFindWindow.call(nil, "Pass Page - Microsoft Internet Explorer")
|
26
|
-
assert(hwnd != 0)
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_all
|
30
|
-
goto_page "pass.html"
|
31
|
-
|
32
|
-
fnFindWindow = Win32API.new('user32.dll', 'FindWindow', ['p', 'p'], 'l')
|
33
|
-
hwnd = fnFindWindow.call(nil, "Pass Page - Microsoft Internet Explorer")
|
34
|
-
|
35
|
-
fnGetUnknown = Win32API.new(@@iedialog_file, 'GetUnknown', ['l', 'p'], 'v')
|
36
|
-
intPointer = " " * 4 # will contain the int value of the IUnknown*
|
37
|
-
fnGetUnknown.call(hwnd, intPointer)
|
38
|
-
|
39
|
-
intArray = intPointer.unpack('L')
|
40
|
-
intUnknown = intArray.first
|
41
|
-
|
42
|
-
assert(intUnknown > 0)
|
43
|
-
|
44
|
-
htmlDoc = nil
|
45
|
-
assert_nothing_raised{htmlDoc = WIN32OLE.connect_unknown(intUnknown)}
|
46
|
-
scriptEngine = htmlDoc.Script
|
47
|
-
|
48
|
-
# now we get the HTML DOM object!
|
49
|
-
doc2 = scriptEngine.document
|
50
|
-
body = doc2.body
|
51
|
-
assert_match(/^PASS/, body.innerHTML.strip)
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
1
|
+
# unit tests for iedialog.dll and customized win32ole.so
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
require 'Win32API'
|
7
|
+
|
8
|
+
class TC_IEDialog < Test::Unit::TestCase
|
9
|
+
include Watir
|
10
|
+
|
11
|
+
# this will find the IEDialog.dll file in its build location
|
12
|
+
@@iedialog_file = (File.expand_path(File.dirname(__FILE__)) + "/../../lib/watir/IEDialog/Release/IEDialog.dll").gsub('/', '\\')
|
13
|
+
|
14
|
+
# commented out because it currently requires a manual click
|
15
|
+
# a better idea would be to automate the click...
|
16
|
+
def xtest_connect_to_iedialog
|
17
|
+
# make sure we can connect to the IEDialog.dll
|
18
|
+
fnShowString = Win32API.new(@@iedialog_file, 'ShowString', ['p'], 'v')
|
19
|
+
fnShowString.call("from ruby!") # blocks
|
20
|
+
end
|
21
|
+
|
22
|
+
def test_find_window
|
23
|
+
goto_page "pass.html"
|
24
|
+
fnFindWindow = Win32API.new('user32.dll', 'FindWindow', ['p', 'p'], 'l')
|
25
|
+
hwnd = fnFindWindow.call(nil, "Pass Page - Microsoft Internet Explorer")
|
26
|
+
assert(hwnd != 0)
|
27
|
+
end
|
28
|
+
|
29
|
+
def test_all
|
30
|
+
goto_page "pass.html"
|
31
|
+
|
32
|
+
fnFindWindow = Win32API.new('user32.dll', 'FindWindow', ['p', 'p'], 'l')
|
33
|
+
hwnd = fnFindWindow.call(nil, "Pass Page - Microsoft Internet Explorer")
|
34
|
+
|
35
|
+
fnGetUnknown = Win32API.new(@@iedialog_file, 'GetUnknown', ['l', 'p'], 'v')
|
36
|
+
intPointer = " " * 4 # will contain the int value of the IUnknown*
|
37
|
+
fnGetUnknown.call(hwnd, intPointer)
|
38
|
+
|
39
|
+
intArray = intPointer.unpack('L')
|
40
|
+
intUnknown = intArray.first
|
41
|
+
|
42
|
+
assert(intUnknown > 0)
|
43
|
+
|
44
|
+
htmlDoc = nil
|
45
|
+
assert_nothing_raised{htmlDoc = WIN32OLE.connect_unknown(intUnknown)}
|
46
|
+
scriptEngine = htmlDoc.Script
|
47
|
+
|
48
|
+
# now we get the HTML DOM object!
|
49
|
+
doc2 = scriptEngine.document
|
50
|
+
body = doc2.body
|
51
|
+
assert_match(/^PASS/, body.innerHTML.strip)
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
@@ -1,55 +1,55 @@
|
|
1
|
-
# feature tests for JavaScript events
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_JSEvents < Test::Unit::TestCase
|
8
|
-
def setup
|
9
|
-
goto_page "javascriptevents.html"
|
10
|
-
end
|
11
|
-
|
12
|
-
def test_Button_disabled
|
13
|
-
assert_false( browser.button(:caption, "Button 1").enabled?)
|
14
|
-
end
|
15
|
-
|
16
|
-
def test_Button_Enabled
|
17
|
-
browser.text_field(:name, "entertext").fire_event("onkeyup")
|
18
|
-
assert(browser.button(:caption, "Button 1").enabled?)
|
19
|
-
end
|
20
|
-
|
21
|
-
def test_Button_click
|
22
|
-
# Firing event to make button enabled
|
23
|
-
browser.text_field(:name, "entertext").fire_event("onKeyUp")
|
24
|
-
# Clicking the button
|
25
|
-
browser.button(:caption, "Button 1").click
|
26
|
-
assert(browser.text.include?("PASS") )
|
27
|
-
end
|
28
|
-
|
29
|
-
#onMouseOver tests
|
30
|
-
#window status
|
31
|
-
|
32
|
-
def test_no_status_bar_exception
|
33
|
-
browser.link(:text, "New Window No Status Bar").click
|
34
|
-
status_bar_test_win = nil
|
35
|
-
# Note: this test will fail if the Google toolbar popup blocker is turned on
|
36
|
-
assert_nothing_raised { status_bar_test_win = Watir::IE.attach(:title, "Pass Page") }
|
37
|
-
assert_raises( Watir::NoStatusBarException ) { status_bar_test_win.status }
|
38
|
-
status_bar_test_win.close
|
39
|
-
status_bar_test_win = nil
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_page_nostatus
|
43
|
-
assert_equal("Done", browser.status)
|
44
|
-
end
|
45
|
-
|
46
|
-
def test_set_page_status
|
47
|
-
browser.link(:text, "Check the Status").fire_event("onMouseOver")
|
48
|
-
assert_equal("It worked", browser.status)
|
49
|
-
end
|
50
|
-
|
51
|
-
def test_clear_page_status
|
52
|
-
browser.link(:text, "Clear the Status").fire_event("onMouseOver")
|
53
|
-
assert_equal("Done", browser.status)
|
54
|
-
end
|
55
|
-
end
|
1
|
+
# feature tests for JavaScript events
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_JSEvents < Test::Unit::TestCase
|
8
|
+
def setup
|
9
|
+
goto_page "javascriptevents.html"
|
10
|
+
end
|
11
|
+
|
12
|
+
def test_Button_disabled
|
13
|
+
assert_false( browser.button(:caption, "Button 1").enabled?)
|
14
|
+
end
|
15
|
+
|
16
|
+
def test_Button_Enabled
|
17
|
+
browser.text_field(:name, "entertext").fire_event("onkeyup")
|
18
|
+
assert(browser.button(:caption, "Button 1").enabled?)
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_Button_click
|
22
|
+
# Firing event to make button enabled
|
23
|
+
browser.text_field(:name, "entertext").fire_event("onKeyUp")
|
24
|
+
# Clicking the button
|
25
|
+
browser.button(:caption, "Button 1").click
|
26
|
+
assert(browser.text.include?("PASS") )
|
27
|
+
end
|
28
|
+
|
29
|
+
#onMouseOver tests
|
30
|
+
#window status
|
31
|
+
|
32
|
+
def test_no_status_bar_exception
|
33
|
+
browser.link(:text, "New Window No Status Bar").click
|
34
|
+
status_bar_test_win = nil
|
35
|
+
# Note: this test will fail if the Google toolbar popup blocker is turned on
|
36
|
+
assert_nothing_raised { status_bar_test_win = Watir::IE.attach(:title, "Pass Page") }
|
37
|
+
assert_raises( Watir::NoStatusBarException ) { status_bar_test_win.status }
|
38
|
+
status_bar_test_win.close
|
39
|
+
status_bar_test_win = nil
|
40
|
+
end
|
41
|
+
|
42
|
+
def test_page_nostatus
|
43
|
+
assert_equal("Done", browser.status)
|
44
|
+
end
|
45
|
+
|
46
|
+
def test_set_page_status
|
47
|
+
browser.link(:text, "Check the Status").fire_event("onMouseOver")
|
48
|
+
assert_equal("It worked", browser.status)
|
49
|
+
end
|
50
|
+
|
51
|
+
def test_clear_page_status
|
52
|
+
browser.link(:text, "Clear the Status").fire_event("onMouseOver")
|
53
|
+
assert_equal("Done", browser.status)
|
54
|
+
end
|
55
|
+
end
|
@@ -1,126 +1,128 @@
|
|
1
|
-
# feature tests for modal web dialog support
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
require 'watir/close_all'
|
7
|
-
|
8
|
-
class TC_ModalDialog < Watir::TestCase
|
9
|
-
include Watir
|
10
|
-
|
11
|
-
def setup
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
modal.
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
modal.
|
49
|
-
|
50
|
-
|
51
|
-
modal.
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
modal.
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
modal2.
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
modal2.frame('buttonFrame').button(:value, '
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
modal.
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
end
|
1
|
+
# feature tests for modal web dialog support
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
require 'watir/close_all'
|
7
|
+
|
8
|
+
class TC_ModalDialog < Watir::TestCase
|
9
|
+
include Watir
|
10
|
+
|
11
|
+
def setup
|
12
|
+
@original_timeout = IE.attach_timeout
|
13
|
+
goto_page 'modal_dialog_launcher.html'
|
14
|
+
IE.attach_timeout = 10.0
|
15
|
+
end
|
16
|
+
|
17
|
+
def teardown
|
18
|
+
if browser
|
19
|
+
while browser.close_modal do; end
|
20
|
+
end
|
21
|
+
sleep 0.1
|
22
|
+
IE.attach_timeout = @original_timeout
|
23
|
+
end
|
24
|
+
|
25
|
+
def assert_no_modals
|
26
|
+
IE.attach_timeout = 0.2
|
27
|
+
begin
|
28
|
+
assert_raises(NoMatchingWindowFoundException) do
|
29
|
+
browser.modal_dialog
|
30
|
+
end
|
31
|
+
ensure
|
32
|
+
IE.attach_timeout = @original_timeout
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
def test_modal_simple_use_case
|
37
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
38
|
+
modal = browser.modal_dialog(:title, 'Modal Dialog')
|
39
|
+
|
40
|
+
assert(modal.text.include?('Enter some text:'))
|
41
|
+
modal.text_field(:name, 'modal_text').set('hello')
|
42
|
+
modal.button(:value, 'Close').click
|
43
|
+
assert_equal('hello', browser.text_field(:name, 'modaloutput').value)
|
44
|
+
end
|
45
|
+
|
46
|
+
def test_wait_should_not_block
|
47
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
48
|
+
modal = browser.modal_dialog(:title, 'Modal Dialog')
|
49
|
+
|
50
|
+
modal.text_field(:name, 'modal_text').set('hello')
|
51
|
+
modal.wait
|
52
|
+
|
53
|
+
modal.button(:value, 'Close').click
|
54
|
+
end
|
55
|
+
|
56
|
+
def test_modal_dialog_use_case_default
|
57
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
58
|
+
|
59
|
+
modal = browser.modal_dialog
|
60
|
+
assert_not_nil modal
|
61
|
+
|
62
|
+
# Make sure that we have attached to modal and that the hwnd method
|
63
|
+
# is working properly to show the HWND of our parent.
|
64
|
+
assert_not_equal(browser.hwnd, modal.hwnd)
|
65
|
+
|
66
|
+
# Once attached just treat the modal_dialog like any IE or Frame
|
67
|
+
# object.
|
68
|
+
assert(modal.text.include?('Enter some text:'))
|
69
|
+
modal.text_field(:name, 'modal_text').set('hello')
|
70
|
+
modal.button(:value, 'Close').click
|
71
|
+
|
72
|
+
assert_no_modals
|
73
|
+
assert_equal('hello', browser.text_field(:name, 'modaloutput').value)
|
74
|
+
end
|
75
|
+
|
76
|
+
# Now explicitly supply the :title parameter.
|
77
|
+
def test_modal_dialog_use_case_title
|
78
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
79
|
+
|
80
|
+
modal = browser.modal_dialog(:title, 'Modal Dialog')
|
81
|
+
assert_not_equal(browser.hwnd, modal.hwnd)
|
82
|
+
|
83
|
+
assert_equal('Modal Dialog', modal.title)
|
84
|
+
|
85
|
+
assert(modal.text.include?('Enter some text:'))
|
86
|
+
modal.button(:value, 'Close').click
|
87
|
+
end
|
88
|
+
|
89
|
+
# Now explicitly supply the :title parameter with regexp match
|
90
|
+
def test_modal_dialog_use_case_title_regexp
|
91
|
+
assert_raises(ArgumentError){browser.modal_dialog(:title, /dal Dia/)}
|
92
|
+
end
|
93
|
+
|
94
|
+
# Now explicitly supply an invalid "how" value
|
95
|
+
def test_modal_dialog_use_case_invalid
|
96
|
+
assert_raise(ArgumentError) { browser.modal_dialog(:esp) }
|
97
|
+
end
|
98
|
+
|
99
|
+
def test_double_modal
|
100
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
101
|
+
modal1 = browser.modal_dialog
|
102
|
+
modal1.button(:text, 'Another Modal').click_no_wait
|
103
|
+
modal2 = modal1.modal_dialog
|
104
|
+
assert_equal modal2.title, 'Pass Page'
|
105
|
+
modal2.close
|
106
|
+
modal1.close
|
107
|
+
end
|
108
|
+
|
109
|
+
def xtest_modal_with_frames
|
110
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
111
|
+
modal1 = browser.modal_dialog
|
112
|
+
modal1.button(:value, 'Modal with Frames').click_no_wait
|
113
|
+
modal2 = browser.modal_dialog
|
114
|
+
modal2.frame('buttonFrame').button(:value, 'Click Me').click
|
115
|
+
assert(modal2.frame('buttonFrame').text.include?('PASS'))
|
116
|
+
modal2.frame('buttonFrame').button(:value, 'Close Window').click
|
117
|
+
modal1.close
|
118
|
+
end
|
119
|
+
|
120
|
+
def test_modal_exists
|
121
|
+
browser.button(:value, 'Launch Dialog').click_no_wait
|
122
|
+
modal = browser.modal_dialog(:title, 'Modal Dialog')
|
123
|
+
assert(modal.exists?)
|
124
|
+
modal.button(:value, 'Close').click
|
125
|
+
assert_false(modal.exists?)
|
126
|
+
end
|
127
|
+
|
128
|
+
end
|