Blog

Mobile Testing Strategies to Build Better Products

03/04/2014
Posted by
0

As we find ourselves in an increasingly mobile-first environment, the need for ongoing mobile compatibility evaluation has increased and made a sound mobile testing strategy critical for application developers and site owners. With nearly every American owning a personal cell phone, the likelihood of having a poor cross-device user experience warrants extensive testing. However, many…

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