Tutorials and resources on how to apply test automation in software testing
Managers play a critical role in the success or failure of test automation. Although most testers and some test managers have a realistic view of what automation can and cannot do, many senior managers have firm ideas about automation that are misguided—or downright wrong.
WebPagetest is an awesome tool, but out of the box there isn’t an easy way to run large numbers of tests and get performance trends over time. This video presents wpt-script, an open source tool that makes this process much easier. wpt-script is the short name for WebPagetest Script, a simple wrapper for the WebPagetest API that allows you to easily generate tests and graph results.
Software testing code is like programming code: it can be useful in the long term only if it is maintainable. In this article, Mehdi Khalili shares some tricks on how to build a maintainable suite of automated test cases.
This article from Alan Bowers and James Bell provides an introduction to setting up a software testing infrastructure using Selenium WebDriver and Cucumber. It shows how to create a test suite for single-page web applications and to run tests across multiple web and mobile browsers via Selenium Grid.
Slow tests got you down? As Ruby developers, you might watch a lot of tests run in a given day. So why not make it more fun? This talk takes a light-hearted approach to introducing you to an array of test reporters including MiniTest’s Pride, Fuubar, and Nyan Cat Formatter. In addition, it shows how easy it is to make your very own test reporter for both Rspec or Minitest so you can have a more enjoyable testing experience.
The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services. STAX is an execution engine which can help you thoroughly automate the distribution, execution, and results analysis of your testcases. In this article, Fabio Negrello provides an introduction to the STAF/STAX test automation framework and explains how you can use it to build a framework for the automation of regression testing and continuous integration.
Mobile applications (or apps) are the current trend in the evolution of software development where mobile devices become the client device rather than a PC. Load testing of mobile apps requires some specific practices. The Methods & Tools magazine a published in its last issues a series of articles about this topic. The articles were targeting each a specific component of the mobile software ecosystem: the device, the server and the network.