Tag: <span>Blog Series</span>

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

Automation Best Practices: Building To Get the Job Done

05/03/2012
Posted by
0

Visit this post for an index for our Blog Series – Best Practices for Achieving Automated Regression Testing Within the Enterprise Build: Building Automated Test Cases to Get the Job Done With maintenance on automated test cases taking up a good portion of our clients time we thought it would be a good idea to…

Read more

Automation Best Practices: Building From Scratch

04/18/2012
Posted by
0

  Perhaps the most critical aspect of an effective test automation implementation, the Build phase is where it all begins. The decisions you make during the this phase of the implementation will impact you throughout your automation life-cycle. This means the initial building out phase of a proper test automation implementation requires decision making based on your…

Read more