This is high on my list to make this work. Many people expect it to work this way and are surprised when it doesn't.

Last week i paired with Elisabeth Hendrickson and Andy Tinkham and we started working on what it would take to implement this.

Bret

At 08:45 PM 7/28/2005, Hue Mach Dieu wrote:

Dear ALL,
Does anyone have define all object in one file and these object
reference by other test cases like [QuickTest Pro] or [Silktest] object
repository

# ObjectRepository
require 'watir'
include Watir

@ie = IE.new
@obj_leftFrame = @ie.frame("leftframe")
@obj_btnSubmit = @ie.frame("rightframe").button(:name, "Submit")

I create test case
# testcase

..
@ie('http://localhost:8080')
...
@obj_btnSubmit.click


But it don't work

Thank you for help


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

_____________________
 Bret Pettichord
 www.pettichord.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to