Blog

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

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

Gartner Best Practices for Test Automation…

06/28/2011
Posted by
0

Gartner research, is often used by high-ranking CTOs and IT Execs as the barometer to gauge, define and re-calibrate their long (and short) term IT initiatives. So it isn’t surprising that start-ups like ours (and especially those who target the Enterprise IT customer) are constantly referring to Gartner research to ensure that we’re staying ahead…

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

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