watir 1.6.5 → 1.6.6.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +461 -326
- data/VERSION +1 -0
- data/bin/watir-console +6 -6
- 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 -66
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +392 -344
- data/lib/watir/container.rb +857 -815
- 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.rb +28 -0
- data/lib/watir/core_ext.rb +17 -17
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +351 -343
- data/lib/watir/element_collections.rb +97 -97
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/html_element.rb +22 -0
- data/lib/watir/ie-class.rb +1006 -1009
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +70 -133
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +614 -572
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +200 -176
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/module.rb +37 -0
- data/lib/watir/non_control_elements.rb +145 -145
- data/lib/watir/page-container.rb +116 -107
- 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 +395 -362
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -35
- data/lib/watir/win32ole.rb +14 -14
- data/lib/watir/winClicker.rb +496 -496
- data/rakefile.rb +70 -0
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -179
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/click_no_wait_test.rb +21 -0
- data/unittests/core_tests.rb +17 -17
- data/unittests/css_test.rb +42 -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 -188
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/element_test.rb +49 -0
- data/unittests/errorchecker_test.rb +32 -22
- data/unittests/filefield_test.rb +39 -39
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -280
- data/unittests/form_xpath_test.rb +252 -252
- data/unittests/frame_test.rb +155 -155
- 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/click_no_wait.html +14 -0
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +59 -59
- 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 +119 -119
- 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 -52
- 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/table_and_tablerow_to_a.html +174 -0
- 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 -51
- 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 -175
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/lists_test.rb +32 -32
- 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/other/jscriptExtraAlert.rb +6 -6
- data/unittests/other/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/other/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/other/jscriptPushButton.rb +6 -6
- data/unittests/other/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -27
- 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 -148
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +87 -77
- data/unittests/speed_settings_test.rb +67 -67
- data/unittests/table_and_tablerow_to_a_test.rb +117 -0
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -376
- 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 -31
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -10
- data/unittests/windows/attach_to_existing_window_test.rb +53 -53
- data/unittests/windows/attach_to_new_window_test.rb +83 -83
- 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 +42 -55
- data/unittests/windows/modal_dialog_test.rb +128 -128
- data/unittests/windows/new_test.rb +57 -57
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -33
- data/unittests/xpath_tests.rb +10 -10
- metadata +85 -31
- data/lib/watir/utils.rb +0 -20
- data/lib/watir/version.rb +0 -5
data/unittests/setup.rb
CHANGED
@@ -1,77 +1,87 @@
|
|
1
|
-
# watir/unittests/setup.rb
|
2
|
-
$SETUP_LOADED = true
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
$
|
13
|
-
|
14
|
-
libs
|
15
|
-
libs << File.join(topdir, '..', 'commonwatir'
|
16
|
-
libs
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
require '
|
22
|
-
|
23
|
-
|
24
|
-
#
|
25
|
-
# :
|
26
|
-
# :
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
*
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
Dir.
|
40
|
-
|
41
|
-
|
42
|
-
Dir.
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
'
|
61
|
-
'
|
62
|
-
'
|
63
|
-
'
|
64
|
-
|
65
|
-
#
|
66
|
-
'
|
67
|
-
'
|
68
|
-
|
69
|
-
|
70
|
-
'
|
71
|
-
|
72
|
-
|
73
|
-
Dir.
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
1
|
+
# watir/unittests/setup.rb
|
2
|
+
$SETUP_LOADED = true
|
3
|
+
$myDir = File.expand_path(File.dirname(__FILE__))
|
4
|
+
|
5
|
+
def append_to_load_path path
|
6
|
+
$LOAD_PATH.unshift File.expand_path(path)
|
7
|
+
end
|
8
|
+
|
9
|
+
# use local development versions of watir, firewatir, commonwatir if available
|
10
|
+
topdir = File.join(File.dirname(__FILE__), '..')
|
11
|
+
$firewatir_dev_lib = File.join(topdir, '..', 'firewatir', 'lib')
|
12
|
+
$watir_dev_lib = File.join(topdir, 'lib')
|
13
|
+
libs = []
|
14
|
+
libs << File.join(topdir, '..', 'commonwatir', 'lib')
|
15
|
+
libs << File.join(topdir, '..', 'commonwatir') # for the unit tests
|
16
|
+
libs.each { |lib| append_to_load_path(lib) }
|
17
|
+
|
18
|
+
require 'watir/browser'
|
19
|
+
Watir::Browser.default = 'ie'
|
20
|
+
require 'unittests/setup/lib'
|
21
|
+
require 'watir/testcase'
|
22
|
+
|
23
|
+
# Standard Tags
|
24
|
+
# :must_be_visible
|
25
|
+
# :creates_windows
|
26
|
+
# :unreliable (test fails intermittently)
|
27
|
+
|
28
|
+
=begin
|
29
|
+
Test Suites
|
30
|
+
* all_tests -- all the tests in the unittests directory (omits "other")
|
31
|
+
* window_tests -- window intensive tests
|
32
|
+
=end
|
33
|
+
|
34
|
+
tiptopdir = File.join topdir, '..'
|
35
|
+
commondir = File.join topdir, '..', 'commonwatir'
|
36
|
+
append_to_load_path tiptopdir
|
37
|
+
$all_tests = []
|
38
|
+
Dir.chdir tiptopdir do
|
39
|
+
$all_tests += Dir["watir/unittests/*_test.rb"]
|
40
|
+
end
|
41
|
+
Dir.chdir tiptopdir do
|
42
|
+
$all_tests += Dir["commonwatir/unittests/*_test.rb"]
|
43
|
+
end
|
44
|
+
|
45
|
+
# These tests won't load unless Watir is in the path
|
46
|
+
$watir_only_tests = [
|
47
|
+
"images_xpath_test.rb",
|
48
|
+
"images_test.rb",
|
49
|
+
"dialog_test.rb",
|
50
|
+
"ie_test.rb"
|
51
|
+
].map {|file| "watir/unittests/#{file}"}
|
52
|
+
|
53
|
+
if Watir::UnitTest.options[:browser] != 'ie'
|
54
|
+
$all_tests -= $watir_only_tests
|
55
|
+
end
|
56
|
+
|
57
|
+
|
58
|
+
=begin
|
59
|
+
'attach_to_existing_window', # could actually run robustly as part of the core suite!
|
60
|
+
'attach_to_new_window', # creates new window
|
61
|
+
'close_window', # creates new window
|
62
|
+
'frame_links', # visible
|
63
|
+
'iedialog', # visible
|
64
|
+
#ie-each
|
65
|
+
'js_events', # is always visible
|
66
|
+
'jscript',
|
67
|
+
'modal_dialog', # modal is visible
|
68
|
+
#new
|
69
|
+
'open_close',
|
70
|
+
'send_keys', # visible
|
71
|
+
=end
|
72
|
+
Dir.chdir tiptopdir do
|
73
|
+
$window_tests = Dir["watir/unittests/windows/*_test.rb"] - ["watir/unittests/windows/ie-each_test.rb"]
|
74
|
+
end
|
75
|
+
|
76
|
+
# load development libs also in #click_no_wait processes
|
77
|
+
Watir::PageContainer.class_eval do
|
78
|
+
alias_method :__spawned_click_no_wait_command, :spawned_click_no_wait_command
|
79
|
+
|
80
|
+
def spawned_click_no_wait_command(command)
|
81
|
+
# make it actually wait in tests for easier testing
|
82
|
+
#
|
83
|
+
# please note that this implementation of click_no_wait takes considerably more time than
|
84
|
+
# in real situation due to the loading of setup.rb!
|
85
|
+
"ruby -r#{File.expand_path(File.join(File.dirname(__FILE__), "setup.rb"))} -e #{command.inspect}"
|
86
|
+
end
|
87
|
+
end
|
@@ -1,68 +1,68 @@
|
|
1
|
-
# tests for ability to set defaults for Watir
|
2
|
-
# revision: $Revision$
|
3
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
-
require 'unittests/setup'
|
5
|
-
|
6
|
-
class TC_instance_options < Test::Unit::TestCase
|
7
|
-
tags :fails_on_firefox
|
8
|
-
|
9
|
-
def setup
|
10
|
-
@ie4 = Watir::IE.new
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_using_default
|
14
|
-
@ie4.speed = :fast
|
15
|
-
assert_equal(:fast, @ie4.speed)
|
16
|
-
@ie4.speed = :slow
|
17
|
-
assert_equal(:slow, @ie4.speed)
|
18
|
-
@ie4.speed = :zippy
|
19
|
-
assert_equal(:zippy, @ie4.speed)
|
20
|
-
|
21
|
-
assert_raise(ArgumentError){@ie4.speed = :fubar}
|
22
|
-
end
|
23
|
-
|
24
|
-
def teardown
|
25
|
-
@ie4.close if @ie4.exists?
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
class TC_class_options < Test::Unit::TestCase
|
30
|
-
tags :fails_on_firefox
|
31
|
-
include Watir
|
32
|
-
@@hide_ie = $HIDE_IE
|
33
|
-
def setup
|
34
|
-
@previous = IE.options
|
35
|
-
end
|
36
|
-
def test_class_defaults
|
37
|
-
assert_equal({:speed => IE.speed, :visible => IE.visible, :attach_timeout => IE.attach_timeout}, IE.options)
|
38
|
-
end
|
39
|
-
def test_change_defaults
|
40
|
-
IE.set_options(:speed => :fast)
|
41
|
-
assert_equal(:fast, IE.speed)
|
42
|
-
IE.set_options(:visible => false)
|
43
|
-
assert_equal(false, IE.visible)
|
44
|
-
IE.set_options(:speed => :slow)
|
45
|
-
assert_equal(:slow, IE.speed)
|
46
|
-
IE.set_options(:visible => true)
|
47
|
-
assert_equal(true, IE.visible)
|
48
|
-
IE.set_options(:attach_timeout => 22.0)
|
49
|
-
assert_equal(22.0, IE.attach_timeout)
|
50
|
-
end
|
51
|
-
def test_defaults_affect_on_instance
|
52
|
-
IE.set_options(:speed => :fast)
|
53
|
-
@ie1 = IE.new
|
54
|
-
assert_equal(:fast, @ie1.speed)
|
55
|
-
IE.set_options(:speed => :slow)
|
56
|
-
@ie2 = IE.new
|
57
|
-
assert_equal(:slow, @ie2.speed)
|
58
|
-
IE.set_options(:speed => :zippy)
|
59
|
-
@ie3 = IE.new
|
60
|
-
assert_equal(:zippy, @ie3.speed)
|
61
|
-
end
|
62
|
-
def teardown
|
63
|
-
IE.set_options @previous
|
64
|
-
@ie1.close if @ie1
|
65
|
-
@ie2.close if @ie2
|
66
|
-
@ie3.close if @ie3
|
67
|
-
end
|
1
|
+
# tests for ability to set defaults for Watir
|
2
|
+
# revision: $Revision$
|
3
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
+
require 'unittests/setup'
|
5
|
+
|
6
|
+
class TC_instance_options < Test::Unit::TestCase
|
7
|
+
tags :fails_on_firefox
|
8
|
+
|
9
|
+
def setup
|
10
|
+
@ie4 = Watir::IE.new
|
11
|
+
end
|
12
|
+
|
13
|
+
def test_using_default
|
14
|
+
@ie4.speed = :fast
|
15
|
+
assert_equal(:fast, @ie4.speed)
|
16
|
+
@ie4.speed = :slow
|
17
|
+
assert_equal(:slow, @ie4.speed)
|
18
|
+
@ie4.speed = :zippy
|
19
|
+
assert_equal(:zippy, @ie4.speed)
|
20
|
+
|
21
|
+
assert_raise(ArgumentError){@ie4.speed = :fubar}
|
22
|
+
end
|
23
|
+
|
24
|
+
def teardown
|
25
|
+
@ie4.close if @ie4.exists?
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
class TC_class_options < Test::Unit::TestCase
|
30
|
+
tags :fails_on_firefox
|
31
|
+
include Watir
|
32
|
+
@@hide_ie = $HIDE_IE
|
33
|
+
def setup
|
34
|
+
@previous = IE.options
|
35
|
+
end
|
36
|
+
def test_class_defaults
|
37
|
+
assert_equal({:speed => IE.speed, :visible => IE.visible, :attach_timeout => IE.attach_timeout}, IE.options)
|
38
|
+
end
|
39
|
+
def test_change_defaults
|
40
|
+
IE.set_options(:speed => :fast)
|
41
|
+
assert_equal(:fast, IE.speed)
|
42
|
+
IE.set_options(:visible => false)
|
43
|
+
assert_equal(false, IE.visible)
|
44
|
+
IE.set_options(:speed => :slow)
|
45
|
+
assert_equal(:slow, IE.speed)
|
46
|
+
IE.set_options(:visible => true)
|
47
|
+
assert_equal(true, IE.visible)
|
48
|
+
IE.set_options(:attach_timeout => 22.0)
|
49
|
+
assert_equal(22.0, IE.attach_timeout)
|
50
|
+
end
|
51
|
+
def test_defaults_affect_on_instance
|
52
|
+
IE.set_options(:speed => :fast)
|
53
|
+
@ie1 = IE.new
|
54
|
+
assert_equal(:fast, @ie1.speed)
|
55
|
+
IE.set_options(:speed => :slow)
|
56
|
+
@ie2 = IE.new
|
57
|
+
assert_equal(:slow, @ie2.speed)
|
58
|
+
IE.set_options(:speed => :zippy)
|
59
|
+
@ie3 = IE.new
|
60
|
+
assert_equal(:zippy, @ie3.speed)
|
61
|
+
end
|
62
|
+
def teardown
|
63
|
+
IE.set_options @previous
|
64
|
+
@ie1.close if @ie1
|
65
|
+
@ie2.close if @ie2
|
66
|
+
@ie3.close if @ie3
|
67
|
+
end
|
68
68
|
end
|
@@ -0,0 +1,117 @@
|
|
1
|
+
# feature tests for Watir::Table#to_a and Watir::TableRow#to_a
|
2
|
+
|
3
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
+
require 'unittests/setup'
|
5
|
+
|
6
|
+
class TC_Table_TableRow_to_a < Test::Unit::TestCase
|
7
|
+
|
8
|
+
def setup
|
9
|
+
goto_page "table_and_tablerow_to_a.html"
|
10
|
+
end
|
11
|
+
|
12
|
+
def test_table_to_a_works_with_regular_table
|
13
|
+
expected_table = [
|
14
|
+
["1", "2", "3"],
|
15
|
+
["4", "5", "6"],
|
16
|
+
["7", "8", "9"]
|
17
|
+
]
|
18
|
+
assert_equal(expected_table, browser.table(:id => "normal").to_a)
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_table_to_a_works_with_table_with_headers
|
22
|
+
expected_table = [
|
23
|
+
["1", "2", "3", "4"],
|
24
|
+
["5", "6", "7", "8"],
|
25
|
+
["9", "10", "11", "12"]
|
26
|
+
]
|
27
|
+
assert_equal(expected_table, browser.table(:id => "headers").to_a)
|
28
|
+
end
|
29
|
+
|
30
|
+
def test_table_to_a_works_with_nested_tables
|
31
|
+
expected_table =
|
32
|
+
[
|
33
|
+
["1", "2"],
|
34
|
+
[[["11", "12"],
|
35
|
+
["13", "14"]], "3"]
|
36
|
+
]
|
37
|
+
assert_equal(expected_table, browser.table(:id => "nested").to_a(2))
|
38
|
+
end
|
39
|
+
|
40
|
+
def test_table_to_a_works_with_nested_table_with_non_direct_child
|
41
|
+
expected_table =
|
42
|
+
[
|
43
|
+
["1", "2"],
|
44
|
+
[[["11", "12"],
|
45
|
+
["13", "14"]], "3"]
|
46
|
+
]
|
47
|
+
|
48
|
+
assert_equal(expected_table, browser.table(:id => "nestednondirectchild").to_a(2))
|
49
|
+
end
|
50
|
+
|
51
|
+
def test_table_to_a_works_with_deep_nested_tables
|
52
|
+
expected_table =
|
53
|
+
[
|
54
|
+
["1", "2"],
|
55
|
+
[[["11", "12"],
|
56
|
+
[[["404", "405"],
|
57
|
+
["406", "407"]], "14"]], "3"]
|
58
|
+
]
|
59
|
+
assert_equal(expected_table, browser.table(:id => "deepnested").to_a(3))
|
60
|
+
end
|
61
|
+
|
62
|
+
def test_table_to_a_works_with_colspan
|
63
|
+
expected_table =
|
64
|
+
[
|
65
|
+
["1", "2"],
|
66
|
+
["3"]
|
67
|
+
]
|
68
|
+
assert_equal(expected_table, browser.table(:id => "colspan").to_a)
|
69
|
+
end
|
70
|
+
|
71
|
+
def test_table_to_a_works_with_rowspan
|
72
|
+
expected_table =
|
73
|
+
[
|
74
|
+
["1", "2"],
|
75
|
+
["3", "4"],
|
76
|
+
["5"]
|
77
|
+
]
|
78
|
+
assert_equal(expected_table, browser.table(:id => "rowspan").to_a)
|
79
|
+
end
|
80
|
+
|
81
|
+
def test_tablerow_to_a_works_with_regular_row
|
82
|
+
first_row = browser.table(:id => "normal")[1]
|
83
|
+
assert_equal(["1", "2", "3"], first_row.to_a)
|
84
|
+
end
|
85
|
+
|
86
|
+
def test_tablerow_to_a_works_with_headers_in_row
|
87
|
+
first_row = browser.table(:id => "headers")[1]
|
88
|
+
assert_equal(["1", "2", "3", "4"], first_row.to_a)
|
89
|
+
end
|
90
|
+
|
91
|
+
def test_tablerow_to_a_works_with_nested_tables
|
92
|
+
second_row = browser.table(:id => "nested")[2]
|
93
|
+
assert_equal([[["11", "12"], ["13", "14"]], "3"], second_row.to_a(2))
|
94
|
+
end
|
95
|
+
|
96
|
+
def test_tablerow_to_a_works_with_deep_nested_tables
|
97
|
+
second_row = browser.table(:id => "deepnested")[2]
|
98
|
+
expected_row = [[["11", "12"],
|
99
|
+
[[["404", "405"], ["406", "407"]], "14"]], "3"]
|
100
|
+
assert_equal(expected_row, second_row.to_a(3))
|
101
|
+
end
|
102
|
+
|
103
|
+
def test_tablerow_to_a_works_with_colspan
|
104
|
+
second_row = browser.table(:id => "colspan")[2]
|
105
|
+
assert_equal(["3"], second_row.to_a)
|
106
|
+
end
|
107
|
+
|
108
|
+
def test_tablerow_to_a_works_with_rowspan
|
109
|
+
t = browser.table(:id => "rowspan")
|
110
|
+
second_row = t[2]
|
111
|
+
assert_equal(["3", "4"], second_row.to_a)
|
112
|
+
|
113
|
+
third_row = t[3]
|
114
|
+
assert_equal(["5"], third_row.to_a)
|
115
|
+
end
|
116
|
+
end
|
117
|
+
|
@@ -1,35 +1,35 @@
|
|
1
|
-
# feature tests for xpath table cells
|
2
|
-
# revision: $Revision$
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_TableCell_XPath < Test::Unit::TestCase
|
8
|
-
|
9
|
-
def setup
|
10
|
-
goto_page "tableCell_using_xpath.html"
|
11
|
-
end
|
12
|
-
|
13
|
-
def testCellExists
|
14
|
-
# There is no <image> with @src='rectangle.jpg'. So image will not be there.
|
15
|
-
assert_false( browser.cell(:xpath , "//img[@src='images\/rectangle.jpg']/../").exists? )
|
16
|
-
# Select the parent element of image with src='square.jpg' which is a tablecell.
|
17
|
-
assert( browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").exists? )
|
18
|
-
assert( browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").exists? )
|
19
|
-
puts "Selected table cell with text 'Table Cell with image of triangle.'"
|
20
|
-
puts browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").to_s
|
21
|
-
end
|
22
|
-
|
23
|
-
def testCell_properties
|
24
|
-
assert_equal(1 , browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").colspan)
|
25
|
-
assert_equal(2 , browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").colspan)
|
26
|
-
assert_equal(3 , browser.cell(:xpath , "//img[@src='images\/circle.jpg']/../").colspan)
|
27
|
-
assert_equal(4 , browser.cell(:xpath , "//img[@src='images\/button.jpg']/../").colspan)
|
28
|
-
|
29
|
-
# to string tests -- output should be verified!
|
30
|
-
puts browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").to_s
|
31
|
-
puts browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").to_s
|
32
|
-
end
|
33
|
-
|
34
|
-
end
|
35
|
-
|
1
|
+
# feature tests for xpath table cells
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_TableCell_XPath < Test::Unit::TestCase
|
8
|
+
|
9
|
+
def setup
|
10
|
+
goto_page "tableCell_using_xpath.html"
|
11
|
+
end
|
12
|
+
|
13
|
+
def testCellExists
|
14
|
+
# There is no <image> with @src='rectangle.jpg'. So image will not be there.
|
15
|
+
assert_false( browser.cell(:xpath , "//img[@src='images\/rectangle.jpg']/../").exists? )
|
16
|
+
# Select the parent element of image with src='square.jpg' which is a tablecell.
|
17
|
+
assert( browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").exists? )
|
18
|
+
assert( browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").exists? )
|
19
|
+
puts "Selected table cell with text 'Table Cell with image of triangle.'"
|
20
|
+
puts browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").to_s
|
21
|
+
end
|
22
|
+
|
23
|
+
def testCell_properties
|
24
|
+
assert_equal(1 , browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").colspan)
|
25
|
+
assert_equal(2 , browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").colspan)
|
26
|
+
assert_equal(3 , browser.cell(:xpath , "//img[@src='images\/circle.jpg']/../").colspan)
|
27
|
+
assert_equal(4 , browser.cell(:xpath , "//img[@src='images\/button.jpg']/../").colspan)
|
28
|
+
|
29
|
+
# to string tests -- output should be verified!
|
30
|
+
puts browser.cell(:xpath , "//img[@src='images\/square.jpg']/../").to_s
|
31
|
+
puts browser.cell(:xpath , "//img[@src='images\/triangle.jpg']/../").to_s
|
32
|
+
end
|
33
|
+
|
34
|
+
end
|
35
|
+
|