Testing

  • submit to reddit

How to Write a Unit Test

Last week I had the pleasure of participating in Sela Developer Practice. Before my session I sat through Gil ZIlberfeld’s session “7 steps for writing...

0 replies - 342 views - 05/16/13 by Dror Helper in Articles

How I'd Sell Unit Testing

Someone came up to me after my MAX session on web development debugging and asked for some advice on how to 'sell' unit testing to his clients. This was my...

0 replies - 3103 views - 05/09/13 by Raymond Camden in Articles

User Journey Test

User-journey tests are a form of BusinessFacingTest, designed to simulate a typical user's "journey" through the system. Such a test will typically cover a...

0 replies - 2898 views - 05/08/13 by Martin Fowler in Articles

Business Facing Test

A business-facing test is a test that's intended to be used as an aid to communicating with the non-programming members of a development team such as...

1 replies - 2943 views - 04/28/13 by Martin Fowler in Articles

Future of Testing and Quality

Future of Testing and Quality from Øredev Conference on Vimeo. If you feel lost and confused, and even ready to give up – do not despair. First – you...

0 replies - 1904 views - 04/25/13 by Mitch Pronschinske in Articles

Broad-Stack Tests

A broad-stack test is a test that exercises most of the parts of a large application. It's often referred to as an end-to-end test or full-stack test. It lies...

0 replies - 7023 views - 04/25/13 by Martin Fowler in Articles

Dodge Hibernate Coding Mistakes with Scertify's Code Analysis

Hibernate is one of the most used ORM Java frameworks out there. It is really simple to use, just add few annotations and you're ready to go. However, it is...

0 replies - 1265 views - 04/11/13 by Armel Gouriou in Articles

Unit Testing: Good Idea or Bad Idea?

The phrase "unit testing" evokes a wide variety of opinions within the developer community. At this point, most individuals understand the concept through...

0 replies - 2861 views - 04/05/13 by Zac Gery in Articles

My Simple View of Testing

Assumptions + important edge cases. That’s it. That’s all I consider when I’m testing my code. But knowing that you aren’t satisfied with such a...

0 replies - 1639 views - 03/21/13 by Nick Watts in Articles

Unit Testing Best Practices: JUnit Reference Guide

Before writing this post, I am assuming that you know the basics of JUnit. If you do not have the basic knowledge, first read this link. Further, in this post,...

1 replies - 4166 views - 03/12/13 by Lokesh Gupta in Articles

A Little Temporal Feedback When Running Tests

I have been working a lot recently with a bunch of test jobs that are intermittently getting stuck. Now it is possible to work out the point where the problem...

0 replies - 1495 views - 02/23/13 by Gerard Davison in Articles

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 - 301 views - 02/22/13 by Kelley Gemma in Uncategorized

How to Cut Testing Time with Parallel Automated Functional Tests

In this ØREDEV session, Alan Parkinson discusses the unique benefits of testing in parallel:

0 replies - 493 views - 02/18/13 by Eric Gregory in Articles

Can We Measure Encapsulation?

Detecting the undetected. Something doesn't add up. Most programmers value encapsulation, adhering to something like the ISO's definition...

0 replies - 1763 views - 02/12/13 by Edmund Kirwan in Articles

Testing a Secured Mule ESB Web Service Proxy with SoapUI

A few weeks ago I received a mail with a request to look into an issue which I was pretty sure I had solved it before. Since I couldn’t find how I did it...

0 replies - 1405 views - 02/07/13 by Pascal Alma in Articles