R

Rent A Tester's Ruby With Watir

This blog is a weblog of a testers watir learning attempts.

  • Rated1.8/ 5
  • Updated 15 Years Ago

Recent blog posts from Ruby With Watir


System Integration Testing
System Integration Testing ( SIT ), in the context of software systems and software engineering, is a testing process that exercises a soft......
15 Years Ago
BlogAdda
method_missing\': unknown property or method `document\' (WIN32OLERuntimeError)
Symptom: while running the test case we are getting the following error. D:/Installations/Ruby/lib/ruby/gems/1.8/gems/watir-1.5.6/./watir/ie......
15 Years Ago
BlogAdda
How do I take screenshots and append to a Word file?
require 'watir'    require 'win32ole'    @@word=WIN32OLE.new('Word.Application')    @@word.Documents.Add()    def take_a_screenshot(url)    ......
15 Years Ago
BlogAdda
How do I use variables with regular expressions?
How do I use variables with regular expressions?
How do I use variables with regular expressions? Originally from this thread . In order to use regular expressions with variables, you ......
15 Years Ago
BlogAdda
Library of Functions
More information is available at http://www.rubycentral.com/book/ Sample is Create a file called file call_me.rb that contains def do_someth......
15 Years Ago
BlogAdda
Watir : Methods supported by Element
Watir : Methods supported by Element
Methods Supported by Element The HTML Elements that are currently supported include: button tags with type=button, sub......
15 Years Ago
BlogAdda