Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

Introduction to Unit Testing with JUnit

September 24, 2014 0

Unit testing is a basic software testing activity that should be performed by every software developer. This handout produced by the Computer Science department of Stanford University introduces the ideas of unit testing and provides some examples on how to do it with JUnit in Eclipse.

Making Software Testing More Positive

September 15, 2014 0

Software testing is an activity that is not always well considered in the software development community. When companies use a “silo” organization, the relationships between developers and testers are often tense. Developers complain that testers are not understanding the system and testers complain that developers write poor quality code. In this blog post, Emma Armstrong give some hints to help the software tester engineer to portray his role in a positive way.

Load Testing Survey Results

September 9, 2014 1

A recent survey from the Methods & Tools software development magazine shows that the load testing activity is performed only in a minority of software development organizations. The poll asked the question: “Does your organization perform load / performance testing?”

Writing Better Feature Files for BDD

September 2, 2014 0

Behavior Driven Development (BDD) is an software development technique that use a specific format that allows both to describe the system requirements, the features, and to feed an functional software testing tool that will allow to verify the software product. In this blog post, Shashikant Jagtap explains how to write better feature files.

5 Tips to Write Better Tests

August 26, 2014 0

Writing software tests is a good thing, writing better tests is even better. In this blog post, Marcos Brizeno shares fives tips to improve your software testing practice. For each of the tips, he provides also external references if you want to explore further the topic.

Testing Usability Early

August 20, 2014 0

Without a full user-centered process, performing a usability test at the end of the development process merely serves to highlight the unacceptable nature of the design. It’s a sad and frustrating result, but there is usually little that can be done except to release the poor design.

Transition to Agile Testing – Part 4: 7 Practical Tips

July 22, 2014 0

Software testing during the transition to Agile is not easy. This fourth and final part proposes 7 practical tips for a smooth adoption of Agile software testing practices. From better communication to test automation, these tips should help to solve some of the issues that are naturally associated with this transition. Remember that it is up to you, as a team, to implement your kind of Agile and if you love it or hate it.

1 43 44 45 46 47 91