Testing

  • submit to reddit

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 309 views - 02/22/13 by Kelley Gemma in Uncategorized

DZone Links You Don't Want To Miss (2/7/13)

It's Better to Have Someone Else Copyedit Text, and It's Better to Have Others Test Your Code   Andrew Wulf shares wisdom about testing - it's not...

0 replies - 3128 views - 02/07/13 by Mitch Pronschinske in Articles

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 345 views - 01/22/13 by Kelley Gemma in Uncategorized

7 Mistakes of Software Testing

Though most developers know the importance of testing, it seems that a lot of them still aren’t testing enough. And if they write tests, they just test...

0 replies - 6346 views - 12/03/12 by Glenn Dejaeger in Articles

The perils of long-running test suites

Long-running test suites take more than N minutes to run on an ordinary development machine, where N is in a range from 5 to 20-30, depending on your...

0 replies - 2057 views - 10/24/12 by Giorgio Sironi in Articles

Don't overspecify your mocks

Behavior-based verification is opposed to state-based verification in the fact that its assertion aren't performed on the values and objects returned by the...

0 replies - 2423 views - 10/15/12 by Giorgio Sironi in Articles

Errors: part of the learning curve

The learning curve of a programming language also consists of its errors (and exceptions), not only of its features. Often we are tempted to estimate a task...

0 replies - 3093 views - 09/17/12 by Giorgio Sironi in Articles

Manual Test-Driven Development

Test-Driven Development is a code-level practice, based on running automated tests that are written before the production code they exercise. But practices can...

0 replies - 2591 views - 09/03/12 by Giorgio Sironi in Articles

How to Take Unit Testing (and Test-Driving) Seriously

So we write some test code, then make it pass, and restart. If we have still some minutes in the current Pomodoro, let's refactor a bit and extract some...

0 replies - 11389 views - 08/21/12 by Giorgio Sironi in Articles

Survey Finds Odd Results: Developers and QA Testers Foresee Roles Changing

Tel-Aviv, August 15, 2012 – Typemock, the leading provider and pioneer of easy unit testing solutions, announced today that both software developers and QA...

0 replies - 1504 views - 08/15/12 by Jeremy Hess in Announcements

Easy Unit and Integration Code Coverage

This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple techniques and should only take 10-15...

0 replies - 9330 views - 05/17/12 by John Dobie in Articles

Testing PHP scripts

Let's see a common scenario: you want to refactor some legacy code (without any test), which may not even be object-oriented, into some discrete chunks that...

0 replies - 5938 views - 04/25/12 by Giorgio Sironi in Articles

Selenium on Android

Testing web applications is not only based on unit and functional tests for the server-side (PHP, Java) and client-side (JavaScript) components, but also on...

0 replies - 6327 views - 04/17/12 by Giorgio Sironi in Articles

Death to all bugs! Arquillian testing platform reaches first stable release

Red Hat, Inc. and the JBoss Community today announced the 1.0.0.Final release of Arquillian, its award-winning testing platform built to run on the Java...

3 replies - 7821 views - 04/10/12 by Dan Allen in Articles

The Page Object pattern

In the realm of acceptance testing, a possibility for hooking into the application and exercising it end-to-end is to work through a user interface, which...

0 replies - 7879 views - 04/09/12 by Giorgio Sironi in Articles