Category: <span>Test Automation</span>

The In and Out’s of Awetest Reporting Module

11/15/2011
Posted by
0

One of the number one things our customers tell us they love about our test automation product Awetest is the expansive reporting module that includes not only high level data capturing and exporting but also how actionable the module becomes with the ability to drill down into the script level at any point and provide…

Read more

Managing Test Case Variables and Utility Files with Awetest’s Assets Manager

09/13/2011
Posted by
0

Data management has been one of big trials we faced while deploying our test automation framework Awetest. The challenge was creating modular automated tests that can be reused across multiple script versions, multiple environments, and with different databases. Our answer was to integrate the concept of “Assets” into our test automation framework to address the…

Read more

Managing Test Case Variables and Utility Files with Awetest’s Assets Manager

Posted by
0

Data management has been one of big trials we faced while deploying our test automation framework Awetest. The challenge was creating modular automated tests that can be reused across multiple script versions, multiple environments, and with different databases. Our answer was to integrate the concept of “Assets” into our test automation framework to address the…

Read more

New Image and Pixel Matching Visual Automation with Sikuli and Awetest

08/10/2011
Posted by
0

  Integrating sikuli Visual Automation with Awetest. Awetest now supports Visual Automation using sikuli Script, a revolutionary new technology from MIT’s Artificial Intelligence Research Labs. Visual Automation complements Awetest’s existing regression testing capabilities by allowing users to integrate complex interface scenarios – think Drag/Drop, Scroll, Swipe, and any other complex Browser-to-Desktop-to-Browser interactions. You may be…

Read more

When is a linked select list really ready? Watir::Wait

07/11/2011
Posted by
0

Population of select lists are often linked to the values of other entries on a page. Here is an example where the first field (text field) entry is used to do a search which populates the second field (select list) on hitting ‘Enter’. Selection of an option from that list populates the third field (also…

Read more

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

Parametrize Your Automation Scripts!

06/17/2011
Posted by
0

Our Customers typically have 4-7 “lower” environments where the underlying application is deployed and tested, multiple times by multiple teams before making it into “production”. One of the big benefits of using Awetest is the ability to create and test new environments on the fly using existing scripts. When an automation script is written, it…

Read more