Category: <span>Test Automation</span>

When To Automate Testing

10/17/2014
Posted by
0

Automated testing requires a higher initial investment but the reason why (if done right) the risk pays off, is because automation can lead to a higher return on investment- which is something that everyone is after. Besides the initial investment automating also requires training or skill in order to engineer the tests and codes. Being…

Read more

A Trick for Data Driven Testing Using Cucumber

09/25/2014
Posted by
0

Now that you know the anatomy of a Data-Driven test, here’s a trick that simplifies the process of Data Driven testing using Cucumber. Cucumber inherently supports Data Driven testing by the use of the Scenario Outline and Examples section. It is with these keywords that Cucumber allows for easy Data Driven testing to be completed where no changes need to be made…

Read more

Types of Automation Frameworks

09/19/2014
Posted by
0

“Frameworks” is an overused, yet necessary, part of any successful automation effort. Automation has been around for a long time (Mercury Systems which is part of HP since 2005 was founded in 1980!) and many of the approaches are the same as they were back then, but the underlying technologies and tools have evolved. So today,…

Read more

Safari Inspect Element & Mobile Device Emulator

08/26/2014
Posted by
0

Safari’s native development tool is Safari Inspect Element. Unlike the other browsers, Safari Inspect Element is not activated by default, this article will be showing step by step instructions on how to activate it.  Safari also offers a different feature from the other browsers where the user can view any webpage in a mobile device emulator. For mobile webpage…

Read more

Introducing Awetest Device Lab for Automated Mobile Device Testing

05/09/2014
Posted by
0

The most extreme benefit of using the Awetest Mobile Device Lab has been the amount of automated mobile device testing we are able to successfully perform in a short amount of time. We are able to conduct over 100 tests across 10 platforms under 4 hours, which is a +10x increase in test coverage over manual testing. The Awetest Device Lab provides users with speed, security, functionality, and accessibility.

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