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
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......
16 Years Ago
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) ......
16 Years Ago
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 ......
16 Years Ago
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......
16 Years Ago
Watir : Methods supported by Element
Methods Supported by Element The HTML Elements that are currently supported include: button tags with type=button, sub......
16 Years Ago