Tutorials and resources on how to apply test automation in software testing

Make Testing Fun with Test Reporters

November 6, 2013 0

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.

Using the STAF/STAX Test Automation Framework

October 30, 2013 0

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.

Load Testing Mobile Apps: Device, Server & Network

October 14, 2013 0

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.

PHPUnit Tips & Tricks

October 8, 2013 2

In my previous articles, PHP Unit Testing with PHPUnit and Using Mocks and Stubs in PHPUnit, I have showed how to set up PHPUnit and how to get started with unit tests and how to handle mocking and stubbing objects in order to effectively isolate your code under test. This article will explore a few ways to get the most out of your PHPUnit tests.

Stress-Testing Java EE 6 Applications Without Stress

September 30, 2013 0

In the context of Java EE 6, unit tests are nice but worthless. Unit and integration tests execute chunks of the business logic in a single thread. Back-end resources and shared states are simulated with mocks.

Automated Software Testing With Xcode

September 9, 2013 0

Xcode is the complete toolset developed by Apple for building Mac apps and iOS apps. In these two part article, Charlie Fulton proposes a tutorial to start performing unit tests for apps developed with Xcode in a continuous integration context.

Bringing Selenium to the Rest of the Company

September 4, 2013 0

This talk explores how the QA developers at All Web Leads built a simple, flexible tool that brought the power of Selenium testing to other teams in the company. By making the slow, tedious parts of everyday browser testing fast and easy, the quality of testing performed outside of the QA team increased both with developers and in other parts of the company.

1 35 36 37 38 39 47