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,101 +1,101 @@
|
|
1
|
-
# feature tests for Radio Buttons
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_Radios_XPath < Test::Unit::TestCase
|
8
|
-
include Watir::Exception
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "radioButtons1.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_Radio_Exists
|
15
|
-
assert(browser.radio(:xpath, "//input[@name='box1']/").exists?)
|
16
|
-
assert(browser.radio(:xpath, "//input[@id='box5']/").exists?)
|
17
|
-
|
18
|
-
assert_false(browser.radio(:xpath, "//input[@name='missingname']/").exists?)
|
19
|
-
assert_false(browser.radio(:xpath, "//input[@id='missingid']/").exists?)
|
20
|
-
end
|
21
|
-
|
22
|
-
def test_Radio_Enabled
|
23
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").enabled? }
|
24
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@id='noName']/").enabled? }
|
25
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='box4' and @value='6']/").enabled? }
|
26
|
-
|
27
|
-
assert_false(browser.radio(:xpath, "//input[@name='box2']/").enabled?)
|
28
|
-
assert(browser.radio(:xpath, "//input[@id='box5']/").enabled?)
|
29
|
-
assert(browser.radio(:xpath, "//input[@name='box1']/").enabled?)
|
30
|
-
end
|
31
|
-
|
32
|
-
def test_little
|
33
|
-
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_onClick
|
37
|
-
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
38
|
-
browser.radio(:xpath, "//input[@name='box5' and @value='1']/").set
|
39
|
-
assert(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
40
|
-
|
41
|
-
browser.radio(:xpath, "//input[@name='box5' and @value='2']/").set
|
42
|
-
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_Radio_isSet
|
46
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").isSet? }
|
47
|
-
|
48
|
-
puts "radio 1 is set : #{ browser.radio(:xpath, "//input[@name='box1']/").isSet? } "
|
49
|
-
assert_false(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
50
|
-
|
51
|
-
assert(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
52
|
-
assert_false(browser.radio(:xpath, "//input[@name='box2']/").isSet?)
|
53
|
-
|
54
|
-
assert( browser.radio(:xpath, "//input[@name='box4' and @value='1']/").isSet?)
|
55
|
-
assert_false(browser.radio(:xpath, "//input[@name='box4' and @value='2']/").isSet?)
|
56
|
-
end
|
57
|
-
|
58
|
-
def test_radio_clear
|
59
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").clear }
|
60
|
-
|
61
|
-
browser.radio(:xpath, "//input[@name='box1']/").clear
|
62
|
-
assert_false(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
63
|
-
|
64
|
-
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:xpath, "//input[@name='box2']/").clear }
|
65
|
-
assert_false(browser.radio(:xpath, "//input[@name='box2']/").isSet?)
|
66
|
-
|
67
|
-
browser.radio(:xpath, "//input[@name='box3']/").clear
|
68
|
-
assert_false(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
69
|
-
|
70
|
-
browser.radio(:xpath, "//input[@name='box4' and @value='1']/").clear
|
71
|
-
assert_false(browser.radio(:xpath, "//input[@name='box4' and @value='1']/").isSet?)
|
72
|
-
end
|
73
|
-
|
74
|
-
def test_radio_getState
|
75
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").getState }
|
76
|
-
|
77
|
-
assert_equal( false , browser.radio(:xpath, "//input[@name='box1']/").getState )
|
78
|
-
assert_equal( true , browser.radio(:xpath, "//input[@name='box3']/").getState)
|
79
|
-
|
80
|
-
# radioes that have the same name but different values
|
81
|
-
assert_equal( false , browser.radio(:xpath, "//input[@name='box4' and @value='2']/").getState )
|
82
|
-
assert_equal( true , browser.radio(:xpath, "//input[@name='box4' and @value='1']/").getState)
|
83
|
-
end
|
84
|
-
|
85
|
-
def test_radio_set
|
86
|
-
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").set }
|
87
|
-
browser.radio(:xpath, "//input[@name='box1']/").set
|
88
|
-
assert(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
89
|
-
|
90
|
-
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:xpath, "//input[@name='box2']/").set }
|
91
|
-
|
92
|
-
browser.radio(:xpath, "//input[@name='box3']/").set
|
93
|
-
assert(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
94
|
-
|
95
|
-
# radioes that have the same name but different values
|
96
|
-
browser.radio(:xpath, "//input[@name='box4' and @value='3']/").set
|
97
|
-
assert(browser.radio(:xpath, "//input[@name='box4' and @value='3']/").isSet?)
|
98
|
-
end
|
99
|
-
|
100
|
-
end
|
101
|
-
|
1
|
+
# feature tests for Radio Buttons
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_Radios_XPath < Test::Unit::TestCase
|
8
|
+
include Watir::Exception
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "radioButtons1.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_Radio_Exists
|
15
|
+
assert(browser.radio(:xpath, "//input[@name='box1']/").exists?)
|
16
|
+
assert(browser.radio(:xpath, "//input[@id='box5']/").exists?)
|
17
|
+
|
18
|
+
assert_false(browser.radio(:xpath, "//input[@name='missingname']/").exists?)
|
19
|
+
assert_false(browser.radio(:xpath, "//input[@id='missingid']/").exists?)
|
20
|
+
end
|
21
|
+
|
22
|
+
def test_Radio_Enabled
|
23
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").enabled? }
|
24
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@id='noName']/").enabled? }
|
25
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='box4' and @value='6']/").enabled? }
|
26
|
+
|
27
|
+
assert_false(browser.radio(:xpath, "//input[@name='box2']/").enabled?)
|
28
|
+
assert(browser.radio(:xpath, "//input[@id='box5']/").enabled?)
|
29
|
+
assert(browser.radio(:xpath, "//input[@name='box1']/").enabled?)
|
30
|
+
end
|
31
|
+
|
32
|
+
def test_little
|
33
|
+
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
34
|
+
end
|
35
|
+
|
36
|
+
def test_onClick
|
37
|
+
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
38
|
+
browser.radio(:xpath, "//input[@name='box5' and @value='1']/").set
|
39
|
+
assert(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
40
|
+
|
41
|
+
browser.radio(:xpath, "//input[@name='box5' and @value='2']/").set
|
42
|
+
assert_false(browser.button(:xpath,"//input[@name='foo']/").enabled?)
|
43
|
+
end
|
44
|
+
|
45
|
+
def test_Radio_isSet
|
46
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").isSet? }
|
47
|
+
|
48
|
+
puts "radio 1 is set : #{ browser.radio(:xpath, "//input[@name='box1']/").isSet? } "
|
49
|
+
assert_false(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
50
|
+
|
51
|
+
assert(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
52
|
+
assert_false(browser.radio(:xpath, "//input[@name='box2']/").isSet?)
|
53
|
+
|
54
|
+
assert( browser.radio(:xpath, "//input[@name='box4' and @value='1']/").isSet?)
|
55
|
+
assert_false(browser.radio(:xpath, "//input[@name='box4' and @value='2']/").isSet?)
|
56
|
+
end
|
57
|
+
|
58
|
+
def test_radio_clear
|
59
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").clear }
|
60
|
+
|
61
|
+
browser.radio(:xpath, "//input[@name='box1']/").clear
|
62
|
+
assert_false(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
63
|
+
|
64
|
+
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:xpath, "//input[@name='box2']/").clear }
|
65
|
+
assert_false(browser.radio(:xpath, "//input[@name='box2']/").isSet?)
|
66
|
+
|
67
|
+
browser.radio(:xpath, "//input[@name='box3']/").clear
|
68
|
+
assert_false(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
69
|
+
|
70
|
+
browser.radio(:xpath, "//input[@name='box4' and @value='1']/").clear
|
71
|
+
assert_false(browser.radio(:xpath, "//input[@name='box4' and @value='1']/").isSet?)
|
72
|
+
end
|
73
|
+
|
74
|
+
def test_radio_getState
|
75
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").getState }
|
76
|
+
|
77
|
+
assert_equal( false , browser.radio(:xpath, "//input[@name='box1']/").getState )
|
78
|
+
assert_equal( true , browser.radio(:xpath, "//input[@name='box3']/").getState)
|
79
|
+
|
80
|
+
# radioes that have the same name but different values
|
81
|
+
assert_equal( false , browser.radio(:xpath, "//input[@name='box4' and @value='2']/").getState )
|
82
|
+
assert_equal( true , browser.radio(:xpath, "//input[@name='box4' and @value='1']/").getState)
|
83
|
+
end
|
84
|
+
|
85
|
+
def test_radio_set
|
86
|
+
assert_raises(UnknownObjectException) { browser.radio(:xpath, "//input[@name='noName']/").set }
|
87
|
+
browser.radio(:xpath, "//input[@name='box1']/").set
|
88
|
+
assert(browser.radio(:xpath, "//input[@name='box1']/").isSet?)
|
89
|
+
|
90
|
+
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:xpath, "//input[@name='box2']/").set }
|
91
|
+
|
92
|
+
browser.radio(:xpath, "//input[@name='box3']/").set
|
93
|
+
assert(browser.radio(:xpath, "//input[@name='box3']/").isSet?)
|
94
|
+
|
95
|
+
# radioes that have the same name but different values
|
96
|
+
browser.radio(:xpath, "//input[@name='box4' and @value='3']/").set
|
97
|
+
assert(browser.radio(:xpath, "//input[@name='box4' and @value='3']/").isSet?)
|
98
|
+
end
|
99
|
+
|
100
|
+
end
|
101
|
+
|
@@ -1,24 +1,24 @@
|
|
1
|
-
# The purpose of this test is to verify that IE has been manually
|
2
|
-
# configured to allow active content from local files.
|
3
|
-
# This setting is not really required for normal use of Watir, but
|
4
|
-
# it is essential for many of our unit tests.
|
5
|
-
|
6
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
7
|
-
require 'unittests/setup'
|
8
|
-
|
9
|
-
class TC_AAA_Security_Settings < Test::Unit::TestCase
|
10
|
-
def setup
|
11
|
-
uses_page "div.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
@@security_instructions = "\
|
15
|
-
You must change your IE security settings to run these tests.
|
16
|
-
Tools -> Internet Options -> Advanced -> Security ->
|
17
|
-
'Allow active content to run in files on My Computer'"
|
18
|
-
|
19
|
-
def test_active_content
|
20
|
-
browser.span(:id, "span3").click
|
21
|
-
value = browser.text_field(:name, "text2").value
|
22
|
-
fail(@@security_instructions) if value == '0'
|
23
|
-
end
|
1
|
+
# The purpose of this test is to verify that IE has been manually
|
2
|
+
# configured to allow active content from local files.
|
3
|
+
# This setting is not really required for normal use of Watir, but
|
4
|
+
# it is essential for many of our unit tests.
|
5
|
+
|
6
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
7
|
+
require 'unittests/setup'
|
8
|
+
|
9
|
+
class TC_AAA_Security_Settings < Test::Unit::TestCase
|
10
|
+
def setup
|
11
|
+
uses_page "div.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
@@security_instructions = "\
|
15
|
+
You must change your IE security settings to run these tests.
|
16
|
+
Tools -> Internet Options -> Advanced -> Security ->
|
17
|
+
'Allow active content to run in files on My Computer'"
|
18
|
+
|
19
|
+
def test_active_content
|
20
|
+
browser.span(:id, "span3").click
|
21
|
+
value = browser.text_field(:name, "text2").value
|
22
|
+
fail(@@security_instructions) if value == '0'
|
23
|
+
end
|
24
24
|
end
|
data/unittests/selectbox_test.rb
CHANGED
@@ -1,139 +1,148 @@
|
|
1
|
-
# feature tests for Select Boxes
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_SelectList < Test::Unit::TestCase
|
8
|
-
include Watir::Exception
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "selectboxes1.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
def
|
15
|
-
assert(browser.select_list(:name, "sel1").exists?)
|
16
|
-
assert_false(browser.select_list(:name, "missing").exists?)
|
17
|
-
assert_false(browser.select_list(:id, "missing").exists?)
|
18
|
-
end
|
19
|
-
|
20
|
-
def
|
21
|
-
assert(browser.select_list(:name, "sel1").enabled?)
|
22
|
-
assert_raises(UnknownObjectException) { browser.select_list(:name, "NoName").enabled? }
|
23
|
-
assert_false(browser.select_list(:id, 'selectbox_4').enabled?)
|
24
|
-
end
|
25
|
-
|
26
|
-
def
|
27
|
-
assert_raises(UnknownObjectException) { browser.select_list(:name, "missing").class_name }
|
28
|
-
assert_equal("list_style"
|
29
|
-
assert_equal(""
|
30
|
-
end
|
31
|
-
|
32
|
-
def
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
browser.select_list(
|
40
|
-
|
41
|
-
end
|
42
|
-
|
43
|
-
def
|
44
|
-
|
45
|
-
|
46
|
-
assert_equal(
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
def
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
def
|
83
|
-
|
84
|
-
browser.select_list(
|
85
|
-
assert
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
assert_raises(UnknownObjectException) {
|
93
|
-
assert_raises(UnknownObjectException) {
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
browser.select_list(:index,
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
assert_equal("
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
1
|
+
# feature tests for Select Boxes
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_SelectList < Test::Unit::TestCase
|
8
|
+
include Watir::Exception
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "selectboxes1.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_exists
|
15
|
+
assert(browser.select_list(:name, "sel1").exists?)
|
16
|
+
assert_false(browser.select_list(:name, "missing").exists?)
|
17
|
+
assert_false(browser.select_list(:id, "missing").exists?)
|
18
|
+
end
|
19
|
+
|
20
|
+
def test_enabled
|
21
|
+
assert(browser.select_list(:name, "sel1").enabled?)
|
22
|
+
assert_raises(UnknownObjectException) { browser.select_list(:name, "NoName").enabled? }
|
23
|
+
assert_false(browser.select_list(:id, 'selectbox_4').enabled?)
|
24
|
+
end
|
25
|
+
|
26
|
+
def test_class_name
|
27
|
+
assert_raises(UnknownObjectException) { browser.select_list(:name, "missing").class_name }
|
28
|
+
assert_equal("list_style", browser.select_list(:name, "sel1").class_name)
|
29
|
+
assert_equal("", browser.select_list(:name, "sel2").class_name)
|
30
|
+
end
|
31
|
+
|
32
|
+
def test_select_by_text
|
33
|
+
assert_equal(['Option 3'], browser.select_list(:name, "sel1").getSelectedItems)
|
34
|
+
browser.select_list(:name, "sel1").select('Option 2')
|
35
|
+
assert_equal(['Option 2'], browser.select_list(:name, "sel1").getSelectedItems)
|
36
|
+
end
|
37
|
+
|
38
|
+
def test_select_by_value
|
39
|
+
browser.select_list(:name, "sel3").select_value(/2/)
|
40
|
+
assert(browser.text.include?("PASS"))
|
41
|
+
end
|
42
|
+
|
43
|
+
def test_set # by text
|
44
|
+
assert_equal(['Option 3'], browser.select_list(:name, "sel1").getSelectedItems)
|
45
|
+
browser.select_list(:name, "sel1").set('Option 2')
|
46
|
+
assert_equal(['Option 2'], browser.select_list(:name, "sel1").getSelectedItems)
|
47
|
+
end
|
48
|
+
|
49
|
+
# Option
|
50
|
+
|
51
|
+
def test_Option_text_select
|
52
|
+
assert_raises(UnknownObjectException) { browser.select_list(:name, "sel1").option(:text, "missing item").select }
|
53
|
+
assert_raises(UnknownObjectException) { browser.select_list(:name, "sel1").option(:text, /missing/).select }
|
54
|
+
assert_raises(MissingWayOfFindingObjectException) { browser.select_list(:name, "sel1").option(:missing, "Option 1").select }
|
55
|
+
|
56
|
+
# the select method keeps any currently selected items - use the clear selection method first
|
57
|
+
browser.select_list(:name, "sel1").clearSelection
|
58
|
+
browser.select_list(:name, "sel1").option(:text, "Option 1").select
|
59
|
+
assert_equal(["Option 1" ], browser.select_list(:name, "sel1").getSelectedItems)
|
60
|
+
end
|
61
|
+
|
62
|
+
def xtest_option_class_name
|
63
|
+
# the option object doesnt inherit from element, so this doesnt work
|
64
|
+
assert_raises(UnknownObjectException) { browser.select_list(:name, "sel1").option(:text, "missing item").class_name }
|
65
|
+
assert_equal("list_style", browser.select_list(:name, "sel2").option(:value, 'o2').class_name)
|
66
|
+
assert_equal("", browser.select_list(:name, "sel2").option(:value, 'o1').class_name)
|
67
|
+
end
|
68
|
+
|
69
|
+
# SelectList#includes?
|
70
|
+
|
71
|
+
tag_method :test_includes, :fails_on_firefox
|
72
|
+
def test_includes
|
73
|
+
assert browser.select_list(:name, 'sel1').includes?('Option 1')
|
74
|
+
assert browser.select_list(:name, 'sel1').includes?(/option/i)
|
75
|
+
assert ! browser.select_list(:name, 'sel1').includes?('Option 6')
|
76
|
+
assert ! browser.select_list(:name, 'sel1').includes?(/foobar/)
|
77
|
+
end
|
78
|
+
|
79
|
+
# SelectList#selected?
|
80
|
+
|
81
|
+
tag_method :test_selected, :fails_on_firefox
|
82
|
+
def test_selected
|
83
|
+
assert browser.select_list(:name, 'sel1').selected?('Option 3')
|
84
|
+
assert browser.select_list(:name, 'sel1').selected?(/option/i)
|
85
|
+
assert ! browser.select_list(:name, 'sel1').selected?('Option 1')
|
86
|
+
assert ! browser.select_list(:name, 'sel1').selected?(/option 1/i)
|
87
|
+
end
|
88
|
+
|
89
|
+
tag_method :test_selected_not_found, :fails_on_firefox
|
90
|
+
def test_selected_not_found
|
91
|
+
selectbox = browser.select_list(:name, 'sel1')
|
92
|
+
assert_raises(UnknownObjectException) {selectbox.selected?("option doesn't exist")}
|
93
|
+
assert_raises(UnknownObjectException) {selectbox.selected?(/option doesn't exist/)}
|
94
|
+
end
|
95
|
+
|
96
|
+
|
97
|
+
def test_properties
|
98
|
+
assert_raises(UnknownObjectException) { browser.select_list(:index, 199).value }
|
99
|
+
assert_raises(UnknownObjectException) { browser.select_list(:index, 199).name }
|
100
|
+
assert_raises(UnknownObjectException) { browser.select_list(:index, 199).id }
|
101
|
+
assert_raises(UnknownObjectException) { browser.select_list(:index, 199).disabled }
|
102
|
+
assert_raises(UnknownObjectException) { browser.select_list(:index, 199).type }
|
103
|
+
|
104
|
+
assert_equal("o3" , browser.select_list(:index, 1).value)
|
105
|
+
assert_equal("sel1" , browser.select_list(:index, 1).name)
|
106
|
+
assert_equal("" , browser.select_list(:index, 1).id)
|
107
|
+
assert_equal("select-one", browser.select_list(:index, 1).type)
|
108
|
+
assert_equal("select-multiple", browser.select_list(:index, 2).type)
|
109
|
+
|
110
|
+
browser.select_list(:index,1).select(/1/)
|
111
|
+
assert_equal("o1", browser.select_list(:index, 1).value)
|
112
|
+
|
113
|
+
assert_false( browser.select_list(:index, 1).disabled)
|
114
|
+
assert(browser.select_list(:index, 4).disabled)
|
115
|
+
assert(browser.select_list(:id, 'selectbox_4').disabled)
|
116
|
+
end
|
117
|
+
|
118
|
+
def test_iterator
|
119
|
+
assert_equal(4, browser.select_lists.length)
|
120
|
+
assert_equal("o3" , browser.select_lists[1].value)
|
121
|
+
assert_equal("sel1" , browser.select_lists[1].name )
|
122
|
+
assert_equal("select-one", browser.select_lists[1].type )
|
123
|
+
assert_equal("select-multiple" , browser.select_lists[2].type )
|
124
|
+
|
125
|
+
index = 1
|
126
|
+
browser.select_lists.each do |l|
|
127
|
+
assert_equal( browser.select_list(:index, index).name, l.name)
|
128
|
+
assert_equal( browser.select_list(:index, index).id, l.id)
|
129
|
+
assert_equal( browser.select_list(:index, index).type, l.type)
|
130
|
+
assert_equal( browser.select_list(:index, index).value, l.value)
|
131
|
+
index += 1
|
132
|
+
end
|
133
|
+
assert_equal(index - 1, browser.select_lists.length)
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
class TC_Select_Options < Test::Unit::TestCase
|
138
|
+
|
139
|
+
def setup
|
140
|
+
goto_page "select_tealeaf.html"
|
141
|
+
end
|
142
|
+
|
143
|
+
def test_options_text
|
144
|
+
browser.select_list(:name, 'op_numhits').option(:text, '>=').select
|
145
|
+
assert(browser.select_list(:name, 'op_numhits').option(:text, '>=').selected)
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|