InfoQ Homepage Testing Content on InfoQ
-
InfoQ Article: Exclusive Excerpt from Practices of an Agile Developer
Andy Hunt, one of the originators of the Agile Manifesto, and Venkat Subramaniam have written a compilation of the habits, ideas, and approaches of successful Agile software developers in "Practices of an Agile Developer". InfoQ brings you a free excerpt on Agile Debugging.
-
TestNG 5.0 Released
Cedric Beust has announced the launch of TestNG, the popular Testing framework and alternative to JUnit. Alexandru Popescu (TestNG co-founder) is also InfoQ's Chief Architect. TestNG 5 improves configuration, reporting, ease of use, and bug reporting.
-
Online Discussion on Scrum Requirements Basics
The ScrumDevelopment list has seen lively discussion lately on Requirements issues frequently faced by new teams: "Can the ScrumMaster be the Product Owner too?", "How do we prioritize our Product Backlog?" and "QA's role in a SCRUM process". New teams quickly discover that a poor-quality Product Backlog can frustrate and undermine a team that is otherwise raring to start delivering value.
-
soapui 1.6 beta now available
soapui 1.6 beta1 is now available. soapui is a desktop application for inspecting , invoking , developing and functional/load/compliance testing of web services over HTTP. It is mainly aimed at developers/testers providing and/or consuming web services (java, .net, etc).
-
Agile Testing Practices Overview
Jon Kern, one of the original authors of the Agile Manifesto, has written a good overview of Agile approach to software testing. In it he talks about mixing different kinds of tests - including manual tests - and testing techniques.
-
TestDriven.NET Releases Professional and Enterprise Editions
The previously-free automated unit testing add-in for Visual Studio .NET, TestDriven.NET, now charges licensing fees for its use beyond the Personal edition. Note that the Personal edition is fully-featured and does not expire.
-
Statistics on Agile Practices Problematic
Keith Ray questions the value of statistics for software processes, including Agile processes.
-
Good, Fast, Cheap: Pick Two
Ron Jeffries is at it again. Always on the lookout for a great opportunity, he has made an unparalled online offer: send me your money and I'll send you (some kind of) software :-D
-
Getting Agile with Eclipse Continuous Integration
The Eclipse "Callisto" release includes agility-enhancing features, including a new version of the testing tools developed in the "TPTP" project. In their online presentation, project committers Scott E. Schneider and Joe Toomey say that by using TPTP in the Continuous Integration cycle developers gain more powerful test types, better/more extensible reporting, and easy platform coverage.
-
Test Driven Development Has Become the Norm
In his June article "Test-driven development is the combination of test first development and refactoring" on Dr. Dobbs Portal, Scott Ambler cuts to the chase, as usual: TDD has become the norm. So, do you want to implement it now, or wait for competetive pressure to make it necessary? This article lays out the reasons to consider it, and debunks some widespread misconceptions.
-
New Testing Tools Released
June has seen the release of CoView 2.0, an Eclipse plugin to assist with test coverage; Haven 1.2, for automated acceptance testing; and the new Pulse continuous integration server.
-
Health Check: Has Your Team Got Rhythm?
Agile work keeps things simple by putting in place some basic patterns. Sometimes, when problems arise within the process, complex solutions can be averted by simply re-establishing a rhythm in the cycle of releases, iterations, days, stories/features. Agile Journal, in their Metrics edition, published three articles which mention the importance of rhythm as a diagnostic.
-
FIT Acceptance Testing Primer
Do you think automated user acceptance testing is a cool idea, but impossible or not worth doing? Have you been bogged down by the traditional record/script/replay approaches and unable to automate until the code is complete? This article will show you how the Framework for Integrated Test (Fit) makes it easy to overcome these challenges and practice test-first design from the user perspective.
-
"Agile People Do Get It" -- Uncle Bob
Last week, Cedric Beust ranted against the way Agile test practices, particularly TDD, are evangelised in "Agile People Still Don't Get It". He complained about "Agilists' dishonesty ... They offer you all these nice ideas, but they never - ever - disclose the risks and the downsides". He raises a valid point. This week Jeff Langr (the Agile culprit), Bob Martin and others blogged responses.
-
"Literate Testing" for Readable JUnit Tests
How much time do you spend puzzling out the intention of a test? Robert Chatley, Tom White and Brian Marick have been using a more natural sentence style to make Java tests easier to read, calling it "Literate Testing".