Author: <span>3QI Labs</span>

Understanding Web-Based Application Testing and Responsive Design

03/04/2014
Posted by
0

  For the past two decades, the people with the design and technical skills necessary to craft a visually appealing and effective website have had access to a rapidly-expanding field of clients that needed their abilities.Yet as soon as a market seemed to have coalesced and consolidated around desktop browser based application delivery, the sudden…

Read more

Designing for Automation: Use the ‘title’ attribute to mark sections.

07/30/2013
Posted by
0

Webdriver doesn’t recognize element attributes not part of the HTML definitions.   So aria-xxxx and dojo-xxx attributes are much slower to locate in the DOM.   Whenever one of the standard attributes can carry a unique value on the page that describes a business object or function directly understandable to a business user, automation will be easier…

Read more

Designing for Automation: Use the ‘title’ attribute to mark sections.

Webdriver doesn’t recognize element attributes not part of the HTML definitions.   So aria-xxxx and dojo-xxx attributes are much slower to locate in the DOM.   Whenever one of the standard attributes can carry a unique value on the page that describes a business object or function directly understandable to a business user, automation will be easier…

Read more

Why You Should Adopt Cucumber for Your Test Automation

Posted by
0

There is a great deal of debate concerning the adoption of Cucumber for Test Automation Framework.  Some love the simplicity and understandability of Cucumber’s natural (English!) language syntax, while others complain that it’s just another tool to learn that doesn’t scale to support the automation of really complex scenarios. Both points are valid to some extent,…

Read more

Awetest-HP ALM Integration: Log Awetest Defects Directly in ALM/QC

01/24/2013
Posted by
0

Contrary to the “QTP Must Die” school of though, we believe that HP tools will continue to maintain their stronghold inside the Enterprise and we’ve taken our first steps to plug into this ecosystem. Last week we quietly launched our our first Awetest- HP ALM integration with the Defects Module in ALM (and we are working on adding support for more ALM modules in the coming months). We did it using the HP ALM Rest API.

Read more

Using ‘Pry’ to debug your automation scripts

11/16/2012
Posted by
0

One of the major pain points of developing and maintaining automation scripts is debugging script failures. Often times, when I’m trying to fix an automation script I would make a webdriver code change, run my script, try another webdriver command, and run the script again. I would continue this process until the script is passing,…

Read more