http://www.ruby-doc.org/core/ ?!

sikander schrieb:
could u expalin me how to do that in detail?

------------------------------------------------------------------------
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *jackei
*Sent:* Monday, November 27, 2006 7:20 PM
*To:* [email protected]
*Subject:* Re: [Wtr-general] Parameterization

I suggest that you can use CSV or XML rather than Excel, because the Watir's script won't execute if your machines haven't installed Excel.

On 11/27/06, *Željko Filipin* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    I do not know how to use Excel, but this is how you could simplify
    your code (tested).

    searches = [ "pickaxe", "Ruby", "Watir" , "Watir and Ruby"]
    searches.each do |search|
      ie.text_field(:name, "q").set(search)
      ie.button(:name, "btnG").click
    end
-- Zeljko Filipin
    zeljkofilipin.com <http://zeljkofilipin.com/>
    _______________________________________________
    Wtr-general mailing list
    [email protected] <mailto:[email protected]>
    http://rubyforge.org/mailman/listinfo/wtr-general




--
Please give me a reply if you recevied the mail. Thanks.

Best Regards

Jackei.Chan (Software Testing Consultant)
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Chinese Blog: http://jackei.cnblogs.com/
English Blog: http://www.testingreflections.com/blog/3424
------------------------------------------------------------------------

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

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

Reply via email to