RubyGems Navigation menu

tg4rb 0.0.1

FEATURES/PROBLEMS: * takes an XML with actions from tg4w and outputs stand-alone Ruby code that can be run directly or embedded into existing code (e.g. for test automation) * can be used as a library or as an executable script * takes the xpath from tg4w and uses only enough info to guarantee the uniqueness of the referenced element, allowing the generated script to keep working even with some change on page structure. == SYNOPSIS: doc = Document.new(File.read(xml_file)) actions = Tg4wToFirewatir.parse_xml(doc) translator = Tg4wToFirewatir.new(actions) File.open(‘output.rb’,‘w’) {|f| f << translator.translate} == REQUIREMENTS:

Gemfile:
=

instalar:
=

Versiones:

  1. 1.0.1 - October 31, 2007* (22,5 KB)
  2. 1.0.0 - September 09, 2007* (19 KB)
  3. 0.0.2 - July 11, 2007* (18,5 KB)
  4. 0.0.1 - July 09, 2007* (18,5 KB)

dependencias de Runtime (1):

hoe >= 1.2.1

Propietarios:

Autores:

  • Helder Ribeiro

SHA 256 checksum:

=

Total de descargas 14.650

Para esta versión 3.347

Versión publicada:

Licencias:

N/A

Versión de Ruby requerida: > 0.0.0

Enlace: