Tag: <span>awetest</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

New Feature: Selenium Support

06/11/2011
Posted by
0

Some good news for users who were already invested in Selenium. We now support Selenium scripts recorded directly through Selenium IDE. Simply upload your raw selenium script in Awetest and you can leverage all the other features (screenshots, version control, detailed reporting, analytics, etc. etc.) that Awetest users have grown to love. Selenium has already…

Read more

testimonials_bg

Use of XPath in WATIR

03/04/2011
Posted by
0

WATIR allows you to access elements based on pre-defined attributes. But there are some cases where a simple watir method cannot be used. Cases such as below: Case 1 – > There is an element that cannot be accessed using pre-defined attributes Case 2 -> There is no API for a particular HTML element Case…

Read more