Preventing Unit Testing Success

May 20, 2014 0

If unit testing has not always been adopted by software developers, this practice has become more mainstream with Agile approaches. Test-Driven Development and Continuous Integration are two technical approaches that require good unit testing. In this blog post, Maxime Lemaitre discusses attitudes that might make your unit testing fail.

MOET: Mobile End-to-End Testing

May 19, 2014 1

With a growing number of instrumented tools in the market, Mobile End-to-End Testing (MOET) uses a non-instrumentation approach, and extensive use of design patterns. MOET’s mobile device libraries are pluggable open-sourced components and only one language and test harness is needed for testing on diverse mobile platforms.

Mock Python Mocking and Testing Library

May 5, 2014 0

In unit testing, you use mocks to simulate the behavior of other code parts in controlled ways. mock is a Python library for testing that allows you to replace parts of the system under test with mock objects and make assertions about how they have been used. mock has been integrated the Python standard library since version 3.3 under the name unittest.mock.

Defining Test Automation Metrics

April 29, 2014 0

Tom DeMarco wrote “You can’t control what you cannot measure”.  If test automation has always been actively discussed, the returns of automated tests were usually described in a very general way. There have been so far very few methodologies that can provide you with unbiased assessment of your software testing automation process. This article proposes some of methods to define test automation key performance indicator (KPI).

Qualitative Evaluation of Software Testing

April 28, 2014 0

In this presentation, Michael Bolton explains how he uses interdisciplinary and exploratory methods to make sense of both the products we test and software testing itself. He explains how anthropology, which describes cultures and artifacts, can guide our testing; how investigative journalism can show us how to build a compelling testing story; and how sociology can help us understand how people interact with their tools.

Recognize Professional Software Testers

April 22, 2014 0

What is a professional software tester? In this blog post, Huib Schoots explains that he cannot understand why testers who call themselves professionals know so little about software testing and do not study it. He tries to answer this question and explain the difference between professional testers and testers by profession.

Testing Ember.js JavaScript Applications

April 17, 2014 0

Ember.js is an open-source client-side JavaScript web application framework based on the model-view-controller (MVC) software architectural pattern. It allows developers to create scalable single-page applications by incorporating common idioms and best practices into a framework that provides a rich object model, declarative two-way data binding, computed properties, automatically-updating templates powered by Handlebars.js, and a router for managing application state.

1 104 105 106 107 108 171