Tag: <span>webdriver</span>

4 Essential UI Automation Test Types

01/03/2018
Posted by
0

Automation can be intimidating at first. The analysis paralysis of being presented a resource with as vast of depth as test automation can leave many overwhelmed before they scratch the surface. However, after understanding a few fundamentals, automation becomes a logical solution to many problems QA testers face. First and foremost, the cost savings of automation…

Read more

State of QA Testing 2017: Where Are We Now?

10/13/2017
Posted by
0

SmartBear’s 2017 State of QA Testing report contains responses from over 3,400 employees in the QA industry, including software developers, manual/automation tester, consultants, etc. As always, seeing these types of reports provides an enlightening look into the direction of the QA industry, and allows us to examine our own methodologies and approach to testing. Lets analyze…

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

Beta Testing by Distributing Your iOS (simulator) App

07/11/2012
Posted by
in: Mobile
0

One of our Mobile App customers had mentioned what a challenge it is to distribute iOS apps for Beta testing and as an going commitment to supporting iOS app testing we have come up with a simple solution to this problem. To understand this challenge you have to understand that today if an iOS app…

Read more