Class Img_01 << Test::Unit::TestCase @@IE def setup #init @@IE=Watir::IE.new ned def test_point #页面元素验证 end def test_function #页面功能点 end def test_logical #功能点组合 end def teardown close_all_ie() end end