rwebspec 3.1.4 → 4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,450 +1,453 @@
1
- CHANGELOG
2
- =========
3
-
4
- 3.1.4
5
- - rename try_until to try_for (previous syntax still works)
6
-
7
- 3.1.3
8
- - changed rows => trs, cells => tds with Watir 3
9
-
10
- 3.1 (may break existing test)
11
- - Support RSpec 2
12
-
13
- 3.0.1
14
- - fixed not loading watir properly - not calling windows_extensions.rb
15
-
16
- WATIR CHANGES
17
- [web_browser.rb]
18
- - remove waitForIE
19
- - select_list(...).set => select_list().select
20
- - cell removed.
21
- [assert.rb] assert_radio_option_checked (isSet? => set?)
22
-
23
- [TestWise]
24
- - can take screenshot, but not shown in report
25
-
26
- 2.2.0
27
- [Change] Drop support for firewatir
28
- [Enhancement] Set limit on message size sent to TestWise IDE
29
-
30
- 2.1.3
31
- [Fix] Page object to include Utils module
32
-
33
- 2.1.2
34
- [Change] add @browser instance to page objects
35
-
36
- 2.1.1
37
- [Change] use Global variable for retry settings (instead of class variables)
38
-
39
- 2.1
40
- [Change] Move try_until, fail_safe from driver.rb to utils.rb
41
-
42
- 2.0.4
43
- [Replace] added 'average_of' and 'sum_of' in test_utils to replace Array's overidding, which might not be safe
44
-
45
- 2.0.3
46
- [Deprecate] try() {} changed to try_until as cucumber use try constant, will remove from RWebSpec 3
47
-
48
- 2.0.2
49
- [Fixes] select_file_upload
50
-
51
- 2.0.1
52
- [Fixes] loading watir gem on non-windows platform
53
- 2.0
54
- [Update] Deprecate support for FireWatir, speed up loading
55
- [Update] Drop constant naming RWebUnit
56
- [Refactoring] internal folder structure like extensions and plugins
57
-
58
- 1.9.3
59
- [Enhacement] take_screenshot with to_dir arguments
60
-
61
- 1.9.2
62
- [Update] TestWise 2 Constants
63
-
64
- 1.9.1
65
- [Fix] test_utils sentences and paragraphs
66
-
67
- 1.9
68
- [Upgrade] support Watir 2 syntax
69
- [Update] alias tr row
70
- [Update] alias a link
71
-
72
-
73
- 1.8.2
74
- Add javascript_dialog in driver to support Watir 1.9
75
-
76
- 1.8.1
77
- [Upgrade] new take screenshot library
78
- [Fix] only take screenshot on failed assertions if $task_screenshot is set
79
- [Enhancement] add close_all for firefox browser (pass by argument)
80
- [Enhancement] refactored driver.close_all_browsers
81
- [New] background_visit now works new http-client version
82
- [New] element_by_id() for firefox
83
- [New] web_page.url
84
- [Fix] More correctly detect platform: mswin or mingw
85
- [New] add Array.sum methods
86
-
87
- 1.7.1
88
- [New] New version scheme, matching Watir versioning, appending minor number
89
- [New] background_visit method, visit url in background, useful for function such as reset database
90
- [Fix] in latest Watir, no all operations return true any more, refactor try{ }
91
-
92
- 1.6.5
93
- [Fixes] load Firewatir first, in case new version of ActiveSupport is loaded first
94
-
95
- 1.6.4
96
- added WebBrwoser.modal_dialog
97
- added many watir ie methods such as :elements, :divs....
98
-
99
- 1.6.3
100
- Add base_authentication for Celerity
101
- should contains only return maximum 256 characters in error stack trace, for full using should include
102
-
103
- 1.6.2
104
- add helper method: basic_authentication for IE and Firefox
105
-
106
- 1.6.1 (2010-07-08)
107
- Update load test installer
108
- Extend Watir to support calling JScript/VBscript in IE
109
-
110
- 1.6 (2010-04)
111
- Include ScreenCapture
112
-
113
- 1.5.4
114
- Add syntax click_link("Duplicate Link", :index => 2) # second link
115
-
116
- 1.5.3 (2010-01-06)
117
- rename itest_plugin -> testwise_plugin
118
- remove dependency on test-unit
119
-
120
- 1.5.2
121
- add contains matcher to driver and page
122
- in page, page_text renamed to page_specific_text
123
- more unit tests
124
-
125
- 1.5.1
126
- [Load Test helper
127
- assert_text_present changed to check text view of web pages
128
- detect ILOAD2 environment to determine to preview load test or not
129
-
130
- 1.5
131
- [New] Supports Watir 1.6.5
132
- [Fixes] Array@sum conflicts with ActiveSupport
133
- [New] New database_checker
134
- [Other] load_table define class under ITEST::Module
135
-
136
- 1.4.2
137
- [New] average, sum for array objects, such as [1,2,3,4].average
138
- [New] support date format with today(:us), yesterday("%d/%m/%Y")
139
- [TODO] click security alerts
140
-
141
- 1.4.1
142
- [New] Added LoadTestHelper
143
- [New] add expect_page to web_browser
144
- [Fix] nil error in random_str (test_utils.rb)
145
- [New] Add alias methods for select_list (alias)
146
-
147
- 1.4.0.2
148
- Fixed: reuse browser does not work
149
- Add gem dependency (Watir/Firewatir) depends on platforms
150
- Patch Unicode by default
151
- More rdoc update
152
-
153
- 1.4.0
154
- Renamed to rwebspec
155
- 1.9 compliance
156
- TODO: support JRuby to run against Firefox and Celerity
157
-
158
- 1.3.1
159
- [Enhancement] better absolutize the hyperlinks in dumped page source
160
- [Fixes] logic in allowing method
161
-
162
- 1.3
163
- add new syntax for including pages
164
- extend RWebSpec::UsingPages
165
- pages :login_page, :receipt_page, :page_dir => 'c:/temp'
166
-
167
- 1.2.4
168
- Generate new rdoc
169
-
170
- 1.2.3
171
- New - support_unicode
172
- More alias assert_select_label_not_present assert_option_not_present
173
- New - click_button_with_name
174
-
175
- 1.2.2
176
-
177
- save_current_page save to ITEST2
178
-
179
- 1.2.1 (2009-04-02)
180
-
181
- Fixes - base_url is file://
182
- New - set_hidden_field
183
- New - allowing
184
- New - try { } handles boolean values as well
185
- Doc update
186
-
187
- 1.2
188
- REVISIT all APIs
189
- - assertions
190
- - assert_not (new)
191
- - assert_text_field_value (new)
192
- - assert_text_present_in_table (renamed)
193
- - assert_element_present (removed, use assert div(:id, "").exists?)
194
- - driver.rb
195
- - wait_until (new)
196
- - repeat_try_util (new)
197
- - try (add more clear messages when block failed)
198
- - add unit tests
199
- - run unit test against the test page in Firefox Browser
200
- - major documentation update
201
-
202
- 1.1.3
203
- add open_existing_browser
204
-
205
- 1.1.2 (2009-03-13)
206
- added goto_url
207
-
208
- 1.1.1
209
- add open_browser.rb, check for firefox with jssh is running
210
- added assert_exists, assert_not_exists
211
-
212
- 1.1
213
-
214
- Changed dependency (Assertions) for test-unit 2.0.2, ruby 1.9.1 ready
215
- Extract popup.rb out
216
- Added repeat_try in driver.rb
217
- remove should_not_allow, should_allow. Important!!! don't define methods start with should_not_, should_
218
-
219
- 1.0.4
220
- Added: WebBrowser.html WebBrowser.text
221
- Added: random method in test_utils
222
- Enhancement: close_browser works even no browser started in the test
223
- move open_browser to driver.rb
224
- fixed include rwebspec causing stack too deep error
225
-
226
- 1.0.3
227
- - New set of samples (real life tests)
228
-
229
- 1.0.2
230
- - add more unit tests
231
- Fixes cell_with_id
232
-
233
- 1.0.1
234
- [Enhancement] Normalize windows file path before setting upload
235
-
236
- 1.0 (2008-11-25)
237
-
238
- TODO:
239
- Firefox: check the element is hidden or showing,
240
- Checkfor driver.rb: ajax_call_complete_after_element_hidden
241
- does not support outerHtml yet
242
- Firefox: attach browser,
243
- Unfortundately, Firewatir does not support attaching current window
244
- Firefox Workaround: element_by_id
245
-
246
- 0.10.3
247
- - added label_with_id, span_with_id, cell_with_id
248
- - better fixes for enabled_popup
249
-
250
- 0.10.1 (2008-11-08)
251
- - Upgrade to support Firewatir 1.6.2
252
- - Work around Firefox reuse one window browser issue
253
- - Exclude watir/contrib/enabled_popup, user can add themselves
254
-
255
- 0.9.10 (2008-10-28)
256
- [Feature] Better support reuse IE window for testing
257
-
258
- 0.9.9.1
259
- [Feature] Support pausing in iTest2
260
-
261
- == 0.9.9
262
- [Fixes] add "area" method for running tests against Firefox
263
- [Enhancement] Pass browser type and base_utl when calling attach_browser
264
-
265
- == 0.9.8
266
- [New] 'assert_title' to check page title
267
- [Fixes] Not same two same messages to iTest in a row
268
-
269
- == 0.9.7
270
- [TODO] support should.contains?(JAMEs)
271
- [WORKING] maybe yield to suport
272
- - add prepare_to_click_button_in_popup() in driver.rb
273
- - refactor web_tester.rb to use dynamicly create test cases
274
- - rename web_tester.rb to web_browser.rb
275
- - add alias visit (goto_page)
276
- - WebBrowser.attach_browser return rWebUnit WebBrowser instance instead of Watir or Firefox
277
- - expect_page(Class, argument) added to support one more additional argument
278
-
279
- == 0.9.6
280
- - using global variable instead of environment variable passing between rwebspec and iTest
281
- - add debug()
282
-
283
- == 0.9.5
284
- - Add support for iTest to trace execution
285
-
286
- == 0.9.4 (2008-08-20)
287
- - change test_context => context, avoid confusing Ruby test
288
- - refactored driver.rb
289
-
290
- == 0.9.3
291
- - add method failsafe {}
292
-
293
- == 0.9.2
294
- - sleep 0.5 seconds after clicking popup window
295
- - save current page
296
- - (0.9.1.1) support rspec 1.1.4: at exit hook
297
-
298
- == 0.9.1 (2008-05-26)
299
- - support storing page source during execution
300
-
301
- == 0.9 (2008-05-21)
302
- - support new syntax
303
- spec "" do
304
- scenario "1" do
305
- end
306
-
307
- story "2" do
308
- end
309
- end
310
-
311
- == 0.8.9
312
- - support Watir 1.5.4 zippy mode, set it as default
313
-
314
- == 0.8.8
315
- - support iTest hiding browse option
316
-
317
- == 0.8.7
318
- - support delay between operations (must be click_... type operation) for iTest2
319
-
320
- == 0.8.6
321
- - Add dependency on activesupport 2.0.x, xml_simple to support 1.days.ago
322
- - RSpec Helper, overwrite rspec patch
323
-
324
- == 0.8.5
325
- - click button with image
326
- - better handling new pop up window
327
- - fixes links_with_text
328
-
329
- == 0.8.4
330
- - better support for iTest
331
- - for firefox support, don't do slow typing, just set text in textfield
332
-
333
- == 0.8.2
334
- - fixed assert_link_not_present has .Text
335
-
336
- == 0.8.1
337
- - fixed attach_browser issue
338
-
339
- == 0.8 (2008-01-18)
340
- - change click_link to click_link_with_text, to for id click, use click_link_with_id
341
- - change click_button to click_button_with_text, to for id click, use click_button_with_id
342
-
343
- == 0.7.2 (2007-12-31)
344
- - Change dependency from Watir => Watir or FireWatir
345
- Now can run on Mac or Linux
346
- - Fixes: shall_not_allow syntax error
347
-
348
- == 0.7.1 (2007-12-24)
349
- - Fixes error when firefox is not available
350
-
351
- == 0.7 (2007-12-18)
352
- - support Firefox using FireWatir
353
-
354
- == 0.6.9
355
- - add shall_not_allow
356
- - more watir wrapper methods
357
-
358
- == 0.6.4 (2007-11-30)
359
- - updated rwebspec 0.6.4
360
- - support javascript window
361
- - support watir td, tr...
362
-
363
- == 0.6.0 (2007-11-18)
364
- - support watir convenient methods
365
-
366
- == 0.5.4 (2007-11-12)
367
- - fixed element_by_id
368
-
369
- == 0.5.3 (2007-11-07)
370
- - fixed ajax_wait_element with web_tester changes
371
- - added wait_for_element
372
-
373
- == 0.5.2 (2007-09-27)
374
- - added element_text
375
-
376
- == 0.5.1 (2007-09-21)
377
- - add wrap of Watir methods, such as buttons, button(...)
378
- - expose Watir low level methods to test/spec through Driver.rb
379
- - removed old way using array and comparison to access individual control
380
- - renamed html_title to page_title
381
- - add method contains_text
382
- - make faster checkbox operations
383
- - make faster radio operations
384
- - added radio operation in driver.rb
385
- - renamed ajax_wait_for_element
386
- - added some comments
387
-
388
- == 0.5.0
389
- - Support Watir 1.5.2
390
-
391
- == 0.4.5
392
- - support checkboxes with same name
393
-
394
- == 0.4.2
395
-
396
- New Features
397
- - Drop support for java syntax methods
398
- - remove assert helper methods in web_tester
399
- - improve support for RSpecs
400
-
401
- == 0.4.0 (2007-05-29)
402
-
403
- New features
404
- - Support RSpec
405
-
406
- == 0.3.1 (2007-04-18)
407
-
408
- Bug fix reelase
409
-
410
- == 0.3.0 (2007-02-16)
411
-
412
- New features
413
- - Deprecated Java like method name, use ruby naming convention instead, beginAt => begin_at
414
- - More ajax related calls: ajax_wait_for_element_show, ajax_wait_for_element_hide, assert_position_in_list
415
-
416
- == 0.2.0 (2006-11-28)
417
-
418
- New features:
419
- - wait_ajax_udpate(elem_id, seconds) - use indicator image id to determine whether the ajax request is completed or not
420
- - browser_opened?
421
-
422
- A number of general fixes and code improvements.
423
-
424
- == 0.1.1
425
-
426
- New jWebUnit API methods implemented:
427
- assertOptionEquals(selectName, optionLabel)
428
- assertOptionValueEquals(selectName, optionValue)
429
- assertCheckboxNotSelected(checkBoxName)
430
- assertCheckboxSelected(checkBoxName)
431
- assertLinkPresentWithExactText(linkText)
432
- assertLinkNotPresentWithExactText(linkText)
433
- assertRadioOptionNotPresent(radioGroup, radioOption)
434
- assertRadioOptionPresent(radioGroup, radioOption)
435
- assertRadioOptionSelected(radioGroup, radioOption)
436
- assertRadioOptionNotSelected(radioGroup, radioOption)
437
- assertTextInTable(tableId, text)
438
- assertTextNotInTable(tableId, text)
439
-
440
- API methods modified:
441
- assertLinkPresentWithText(linkText):
442
- assertLinkNotPresentWithText(linkText):
443
-
444
- New rWebUnit API :
445
- clickRadioOption(radioGroup, radioOption): this method is protected in jWebUnit
446
-
447
- == 0.1.0
448
-
449
- * Initial release.
450
- * Most common web actions and assertions implemented.
1
+ CHANGELOG
2
+ =========
3
+
4
+ 4.0
5
+ - Merge rwebspec-webdriver with rwebspec!
6
+
7
+ 3.1.4
8
+ - rename try_until to try_for (previous syntax still works)
9
+
10
+ 3.1.3
11
+ - changed rows => trs, cells => tds with Watir 3
12
+
13
+ 3.1 (may break existing test)
14
+ - Support RSpec 2
15
+
16
+ 3.0.1
17
+ - fixed not loading watir properly - not calling windows_extensions.rb
18
+
19
+ WATIR CHANGES
20
+ [web_browser.rb]
21
+ - remove waitForIE
22
+ - select_list(...).set => select_list().select
23
+ - cell removed.
24
+ [assert.rb] assert_radio_option_checked (isSet? => set?)
25
+
26
+ [TestWise]
27
+ - can take screenshot, but not shown in report
28
+
29
+ 2.2.0
30
+ [Change] Drop support for firewatir
31
+ [Enhancement] Set limit on message size sent to TestWise IDE
32
+
33
+ 2.1.3
34
+ [Fix] Page object to include Utils module
35
+
36
+ 2.1.2
37
+ [Change] add @browser instance to page objects
38
+
39
+ 2.1.1
40
+ [Change] use Global variable for retry settings (instead of class variables)
41
+
42
+ 2.1
43
+ [Change] Move try_until, fail_safe from driver.rb to utils.rb
44
+
45
+ 2.0.4
46
+ [Replace] added 'average_of' and 'sum_of' in test_utils to replace Array's overidding, which might not be safe
47
+
48
+ 2.0.3
49
+ [Deprecate] try() {} changed to try_until as cucumber use try constant, will remove from RWebSpec 3
50
+
51
+ 2.0.2
52
+ [Fixes] select_file_upload
53
+
54
+ 2.0.1
55
+ [Fixes] loading watir gem on non-windows platform
56
+ 2.0
57
+ [Update] Deprecate support for FireWatir, speed up loading
58
+ [Update] Drop constant naming RWebUnit
59
+ [Refactoring] internal folder structure like extensions and plugins
60
+
61
+ 1.9.3
62
+ [Enhacement] take_screenshot with to_dir arguments
63
+
64
+ 1.9.2
65
+ [Update] TestWise 2 Constants
66
+
67
+ 1.9.1
68
+ [Fix] test_utils sentences and paragraphs
69
+
70
+ 1.9
71
+ [Upgrade] support Watir 2 syntax
72
+ [Update] alias tr row
73
+ [Update] alias a link
74
+
75
+
76
+ 1.8.2
77
+ Add javascript_dialog in driver to support Watir 1.9
78
+
79
+ 1.8.1
80
+ [Upgrade] new take screenshot library
81
+ [Fix] only take screenshot on failed assertions if $task_screenshot is set
82
+ [Enhancement] add close_all for firefox browser (pass by argument)
83
+ [Enhancement] refactored driver.close_all_browsers
84
+ [New] background_visit now works new http-client version
85
+ [New] element_by_id() for firefox
86
+ [New] web_page.url
87
+ [Fix] More correctly detect platform: mswin or mingw
88
+ [New] add Array.sum methods
89
+
90
+ 1.7.1
91
+ [New] New version scheme, matching Watir versioning, appending minor number
92
+ [New] background_visit method, visit url in background, useful for function such as reset database
93
+ [Fix] in latest Watir, no all operations return true any more, refactor try{ }
94
+
95
+ 1.6.5
96
+ [Fixes] load Firewatir first, in case new version of ActiveSupport is loaded first
97
+
98
+ 1.6.4
99
+ added WebBrwoser.modal_dialog
100
+ added many watir ie methods such as :elements, :divs....
101
+
102
+ 1.6.3
103
+ Add base_authentication for Celerity
104
+ should contains only return maximum 256 characters in error stack trace, for full using should include
105
+
106
+ 1.6.2
107
+ add helper method: basic_authentication for IE and Firefox
108
+
109
+ 1.6.1 (2010-07-08)
110
+ Update load test installer
111
+ Extend Watir to support calling JScript/VBscript in IE
112
+
113
+ 1.6 (2010-04)
114
+ Include ScreenCapture
115
+
116
+ 1.5.4
117
+ Add syntax click_link("Duplicate Link", :index => 2) # second link
118
+
119
+ 1.5.3 (2010-01-06)
120
+ rename itest_plugin -> testwise_plugin
121
+ remove dependency on test-unit
122
+
123
+ 1.5.2
124
+ add contains matcher to driver and page
125
+ in page, page_text renamed to page_specific_text
126
+ more unit tests
127
+
128
+ 1.5.1
129
+ [Load Test helper
130
+ assert_text_present changed to check text view of web pages
131
+ detect ILOAD2 environment to determine to preview load test or not
132
+
133
+ 1.5
134
+ [New] Supports Watir 1.6.5
135
+ [Fixes] Array@sum conflicts with ActiveSupport
136
+ [New] New database_checker
137
+ [Other] load_table define class under ITEST::Module
138
+
139
+ 1.4.2
140
+ [New] average, sum for array objects, such as [1,2,3,4].average
141
+ [New] support date format with today(:us), yesterday("%d/%m/%Y")
142
+ [TODO] click security alerts
143
+
144
+ 1.4.1
145
+ [New] Added LoadTestHelper
146
+ [New] add expect_page to web_browser
147
+ [Fix] nil error in random_str (test_utils.rb)
148
+ [New] Add alias methods for select_list (alias)
149
+
150
+ 1.4.0.2
151
+ Fixed: reuse browser does not work
152
+ Add gem dependency (Watir/Firewatir) depends on platforms
153
+ Patch Unicode by default
154
+ More rdoc update
155
+
156
+ 1.4.0
157
+ Renamed to rwebspec
158
+ 1.9 compliance
159
+ TODO: support JRuby to run against Firefox and Celerity
160
+
161
+ 1.3.1
162
+ [Enhancement] better absolutize the hyperlinks in dumped page source
163
+ [Fixes] logic in allowing method
164
+
165
+ 1.3
166
+ add new syntax for including pages
167
+ extend RWebSpec::UsingPages
168
+ pages :login_page, :receipt_page, :page_dir => 'c:/temp'
169
+
170
+ 1.2.4
171
+ Generate new rdoc
172
+
173
+ 1.2.3
174
+ New - support_unicode
175
+ More alias assert_select_label_not_present assert_option_not_present
176
+ New - click_button_with_name
177
+
178
+ 1.2.2
179
+
180
+ save_current_page save to ITEST2
181
+
182
+ 1.2.1 (2009-04-02)
183
+
184
+ Fixes - base_url is file://
185
+ New - set_hidden_field
186
+ New - allowing
187
+ New - try { } handles boolean values as well
188
+ Doc update
189
+
190
+ 1.2
191
+ REVISIT all APIs
192
+ - assertions
193
+ - assert_not (new)
194
+ - assert_text_field_value (new)
195
+ - assert_text_present_in_table (renamed)
196
+ - assert_element_present (removed, use assert div(:id, "").exists?)
197
+ - driver.rb
198
+ - wait_until (new)
199
+ - repeat_try_util (new)
200
+ - try (add more clear messages when block failed)
201
+ - add unit tests
202
+ - run unit test against the test page in Firefox Browser
203
+ - major documentation update
204
+
205
+ 1.1.3
206
+ add open_existing_browser
207
+
208
+ 1.1.2 (2009-03-13)
209
+ added goto_url
210
+
211
+ 1.1.1
212
+ add open_browser.rb, check for firefox with jssh is running
213
+ added assert_exists, assert_not_exists
214
+
215
+ 1.1
216
+
217
+ Changed dependency (Assertions) for test-unit 2.0.2, ruby 1.9.1 ready
218
+ Extract popup.rb out
219
+ Added repeat_try in driver.rb
220
+ remove should_not_allow, should_allow. Important!!! don't define methods start with should_not_, should_
221
+
222
+ 1.0.4
223
+ Added: WebBrowser.html WebBrowser.text
224
+ Added: random method in test_utils
225
+ Enhancement: close_browser works even no browser started in the test
226
+ move open_browser to driver.rb
227
+ fixed include rwebspec causing stack too deep error
228
+
229
+ 1.0.3
230
+ - New set of samples (real life tests)
231
+
232
+ 1.0.2
233
+ - add more unit tests
234
+ Fixes cell_with_id
235
+
236
+ 1.0.1
237
+ [Enhancement] Normalize windows file path before setting upload
238
+
239
+ 1.0 (2008-11-25)
240
+
241
+ TODO:
242
+ Firefox: check the element is hidden or showing,
243
+ Checkfor driver.rb: ajax_call_complete_after_element_hidden
244
+ does not support outerHtml yet
245
+ Firefox: attach browser,
246
+ Unfortundately, Firewatir does not support attaching current window
247
+ Firefox Workaround: element_by_id
248
+
249
+ 0.10.3
250
+ - added label_with_id, span_with_id, cell_with_id
251
+ - better fixes for enabled_popup
252
+
253
+ 0.10.1 (2008-11-08)
254
+ - Upgrade to support Firewatir 1.6.2
255
+ - Work around Firefox reuse one window browser issue
256
+ - Exclude watir/contrib/enabled_popup, user can add themselves
257
+
258
+ 0.9.10 (2008-10-28)
259
+ [Feature] Better support reuse IE window for testing
260
+
261
+ 0.9.9.1
262
+ [Feature] Support pausing in iTest2
263
+
264
+ == 0.9.9
265
+ [Fixes] add "area" method for running tests against Firefox
266
+ [Enhancement] Pass browser type and base_utl when calling attach_browser
267
+
268
+ == 0.9.8
269
+ [New] 'assert_title' to check page title
270
+ [Fixes] Not same two same messages to iTest in a row
271
+
272
+ == 0.9.7
273
+ [TODO] support should.contains?(JAMEs)
274
+ [WORKING] maybe yield to suport
275
+ - add prepare_to_click_button_in_popup() in driver.rb
276
+ - refactor web_tester.rb to use dynamicly create test cases
277
+ - rename web_tester.rb to web_browser.rb
278
+ - add alias visit (goto_page)
279
+ - WebBrowser.attach_browser return rWebUnit WebBrowser instance instead of Watir or Firefox
280
+ - expect_page(Class, argument) added to support one more additional argument
281
+
282
+ == 0.9.6
283
+ - using global variable instead of environment variable passing between rwebspec and iTest
284
+ - add debug()
285
+
286
+ == 0.9.5
287
+ - Add support for iTest to trace execution
288
+
289
+ == 0.9.4 (2008-08-20)
290
+ - change test_context => context, avoid confusing Ruby test
291
+ - refactored driver.rb
292
+
293
+ == 0.9.3
294
+ - add method failsafe {}
295
+
296
+ == 0.9.2
297
+ - sleep 0.5 seconds after clicking popup window
298
+ - save current page
299
+ - (0.9.1.1) support rspec 1.1.4: at exit hook
300
+
301
+ == 0.9.1 (2008-05-26)
302
+ - support storing page source during execution
303
+
304
+ == 0.9 (2008-05-21)
305
+ - support new syntax
306
+ spec "" do
307
+ scenario "1" do
308
+ end
309
+
310
+ story "2" do
311
+ end
312
+ end
313
+
314
+ == 0.8.9
315
+ - support Watir 1.5.4 zippy mode, set it as default
316
+
317
+ == 0.8.8
318
+ - support iTest hiding browse option
319
+
320
+ == 0.8.7
321
+ - support delay between operations (must be click_... type operation) for iTest2
322
+
323
+ == 0.8.6
324
+ - Add dependency on activesupport 2.0.x, xml_simple to support 1.days.ago
325
+ - RSpec Helper, overwrite rspec patch
326
+
327
+ == 0.8.5
328
+ - click button with image
329
+ - better handling new pop up window
330
+ - fixes links_with_text
331
+
332
+ == 0.8.4
333
+ - better support for iTest
334
+ - for firefox support, don't do slow typing, just set text in textfield
335
+
336
+ == 0.8.2
337
+ - fixed assert_link_not_present has .Text
338
+
339
+ == 0.8.1
340
+ - fixed attach_browser issue
341
+
342
+ == 0.8 (2008-01-18)
343
+ - change click_link to click_link_with_text, to for id click, use click_link_with_id
344
+ - change click_button to click_button_with_text, to for id click, use click_button_with_id
345
+
346
+ == 0.7.2 (2007-12-31)
347
+ - Change dependency from Watir => Watir or FireWatir
348
+ Now can run on Mac or Linux
349
+ - Fixes: shall_not_allow syntax error
350
+
351
+ == 0.7.1 (2007-12-24)
352
+ - Fixes error when firefox is not available
353
+
354
+ == 0.7 (2007-12-18)
355
+ - support Firefox using FireWatir
356
+
357
+ == 0.6.9
358
+ - add shall_not_allow
359
+ - more watir wrapper methods
360
+
361
+ == 0.6.4 (2007-11-30)
362
+ - updated rwebspec 0.6.4
363
+ - support javascript window
364
+ - support watir td, tr...
365
+
366
+ == 0.6.0 (2007-11-18)
367
+ - support watir convenient methods
368
+
369
+ == 0.5.4 (2007-11-12)
370
+ - fixed element_by_id
371
+
372
+ == 0.5.3 (2007-11-07)
373
+ - fixed ajax_wait_element with web_tester changes
374
+ - added wait_for_element
375
+
376
+ == 0.5.2 (2007-09-27)
377
+ - added element_text
378
+
379
+ == 0.5.1 (2007-09-21)
380
+ - add wrap of Watir methods, such as buttons, button(...)
381
+ - expose Watir low level methods to test/spec through Driver.rb
382
+ - removed old way using array and comparison to access individual control
383
+ - renamed html_title to page_title
384
+ - add method contains_text
385
+ - make faster checkbox operations
386
+ - make faster radio operations
387
+ - added radio operation in driver.rb
388
+ - renamed ajax_wait_for_element
389
+ - added some comments
390
+
391
+ == 0.5.0
392
+ - Support Watir 1.5.2
393
+
394
+ == 0.4.5
395
+ - support checkboxes with same name
396
+
397
+ == 0.4.2
398
+
399
+ New Features
400
+ - Drop support for java syntax methods
401
+ - remove assert helper methods in web_tester
402
+ - improve support for RSpecs
403
+
404
+ == 0.4.0 (2007-05-29)
405
+
406
+ New features
407
+ - Support RSpec
408
+
409
+ == 0.3.1 (2007-04-18)
410
+
411
+ Bug fix reelase
412
+
413
+ == 0.3.0 (2007-02-16)
414
+
415
+ New features
416
+ - Deprecated Java like method name, use ruby naming convention instead, beginAt => begin_at
417
+ - More ajax related calls: ajax_wait_for_element_show, ajax_wait_for_element_hide, assert_position_in_list
418
+
419
+ == 0.2.0 (2006-11-28)
420
+
421
+ New features:
422
+ - wait_ajax_udpate(elem_id, seconds) - use indicator image id to determine whether the ajax request is completed or not
423
+ - browser_opened?
424
+
425
+ A number of general fixes and code improvements.
426
+
427
+ == 0.1.1
428
+
429
+ New jWebUnit API methods implemented:
430
+ assertOptionEquals(selectName, optionLabel)
431
+ assertOptionValueEquals(selectName, optionValue)
432
+ assertCheckboxNotSelected(checkBoxName)
433
+ assertCheckboxSelected(checkBoxName)
434
+ assertLinkPresentWithExactText(linkText)
435
+ assertLinkNotPresentWithExactText(linkText)
436
+ assertRadioOptionNotPresent(radioGroup, radioOption)
437
+ assertRadioOptionPresent(radioGroup, radioOption)
438
+ assertRadioOptionSelected(radioGroup, radioOption)
439
+ assertRadioOptionNotSelected(radioGroup, radioOption)
440
+ assertTextInTable(tableId, text)
441
+ assertTextNotInTable(tableId, text)
442
+
443
+ API methods modified:
444
+ assertLinkPresentWithText(linkText):
445
+ assertLinkNotPresentWithText(linkText):
446
+
447
+ New rWebUnit API :
448
+ clickRadioOption(radioGroup, radioOption): this method is protected in jWebUnit
449
+
450
+ == 0.1.0
451
+
452
+ * Initial release.
453
+ * Most common web actions and assertions implemented.