Tag: <span>ruby</span>

How to edit word documents using Ruby…

06/24/2011
Posted by
0

This blog outlines how to do scripting for test cases that involve editing of word documents or verification of the contents of a word document. The script would need to have:

To open an MS word document:

The Range(x,y) specifies the place at which text will be inserted. “.Text” allows to insert text…

Read more

Handling Ajax drop down within a table…

06/09/2011
Posted by
0

I have been working on Ruby and Watir technologies for a while now. While enjoying the versatility of Watir (as evident from Željko Filipin’s Watir solution for playing pacman, http://zeljkofilipin.com/2010/05/29/play-google-pacman-with-watir/) – I realized that there are certain scenarios in which we do not have direct method for accomplishing a task. For example, when we have…

Read more