On 5/21/07, Ajitesh Srinetra <[EMAIL PROTECTED]> wrote:

Now can i assert on the contents of this PDF file through watir
Can the same be done with excel and text files



Hi Ajitesh,

Watir is just a Ruby library for driving Internet Exporer. You can not test
pdf and Excel files with Watir, but I am sure there are other Ruby libraries
that can do it. Search for "ruby pdf".

I have not used it, but others on this list say this is good reference for
Excel.
http://wiki.rubygarden.org/ruby/page/show/ScriptingExcel
It is offline a lot, but there is cached version at
http://209.85.135.104/search?q=cache:tEaxL9sKYdQJ:wiki.rubygarden.org/ruby/page/show/ScriptingExcel&hl=en&strip=1

Ruby can handle text files. Take a look at this link
http://www.ruby-doc.org/docs/ProgrammingRuby/html/tut_io.html

Zeljko
--
ZeljkoFilipin.com
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to