In her article published by JavaLobby, "Functional Web Services Testing Made Easy with soapUI,"
Stelligent Senior Software Consultant, Meera Subbarao,
provides step-by-step instructions on how to write functional tests for
your web services using soapUI. Stay tuned for Part 2 in the series
which will cover Groovy, how to use properties, transferring properties from one response to another request, how to set global
properties, and much more.
...read more
|
|
Load testing most often occurs just before applications are deployed,
when optimally, the testing should be done long before the last step in
application development. In the eleventh installment of his "Automation for the people" series, Stelligent CTO, Paul Duvall explore techniques for creating automated tests using JMeter,
running the tests as part of an automated build, and scheduling the tests to run
automatically every day.
...read more
|
|
Anti-patterns delay or prevent the benefits you can experience with Continuous Integration. In the tenth installment" of his Automation for the people" series, and in the second installment of a two-part article, Stelligent CTO, Paul Duvall presents best practices when setting up a CI environment and how to avoid, what he calls, the CI anti-patterns.
...read more
|
|
In the ninth installment of his "Automation for the people" series, Stelligent CTO, Paul Duvall, shows you how to make the most from the practice of Continuous Integration by learning what not to do.
...read more
|
|
Approximately 25 CTOs, IT and project managers were in attendance at Stelligent's "Share your test-driven development stories" roundtable last month. At the end of the evening's discussion, a survey examining the adoption rate of TDD was distributed. The results indicated that the majority of attendees (84%) were not practicing test-driven development.
...read more
|
|
Both SD Times and eWEEK.com asked Stelligent President, Andrew Glover, to share his opinions on Agile engineering topics.
...read more
|
|
Stelligent President, Andrew Glover, authored a tutorial, “Spot
defects early with Continuous Integration”, which was recently published by
IBM developerWorks. The
tutorial, a supplement to his popular “In
pursuit of code quality” series, guides you step-by-step through the
fundamental concepts of Continuous Integration and demonstrates how to set up a
CI process.
...read more
|
|
In the eighth installment of his "Automation for the people" series, Stelligent CTO, Paul Duvall,
demonstrates how Raven,
a build platform built on top of Ruby, leverages the power of a
full-featured programming language with the simplicity of a
build-centric Domain Specific Language.
...read more
|
|
Last Wednesday, August 15th, Stelligent sponsored an executive dinner
at Ruth's Chris Steak House following the close of Day 3 of the Agile 2007 conference.
The event featured an interactive roundtable discussion titled,
"Overcoming Agile Software Delivery Challenges," and provided attendees
with the ability to discuss these challenges and trade solutions.
...read more
|
|
In the seventh installment of his "Automation for the people" series, Stelligent CTO, Paul Duvall,
demonstrates how you can discover architectural deviations by writing
tests using JUnit, JDepend, and Ant to discover problems proactively
instead of long after the fact.
...read more
|
|
Paul Duvall, co-author of a new book on continuous integration,
discusses how CI has evolved and how it can improve software quality.
He also offers some tips for development teams on how to do CI.
...read more
|
|
Explains how to recognize a tightly coupled system and then
disentangle it using the Dependency Inversion Principle.
...read more
|
|
Demonstrates how to run Selenium tests programmatically, using TestNG as the test driver.
...read more
|
|
Provides an overview of various automated developer tests along with
examples that you can add to your build process and run continually
using a Continuous Integration system.
...read more
|
|
Stelligent President, Andrew Glover, recently published an article, "Much ado about Boo," on InfoQ.com.
...read more
|
|
Walks you through the hardest part of GUI testing with TestNG-Abbot,
which is understanding how a user scenario will play out.
...read more
|
|
Andrew Glover, President of Stelligent, recently published a tutorial - Jump into JUnit 4. The tutorial, a supplement to his popular
...read more
|
|
Demonstrates a multifaceted approach to dealing with the less
predictable defects in your code by combining aspect-oriented
programming (AOP), design by contract, and an easy-to-use generic
validation framework called OVal.
...read more
|
|
Provides examples of installing, configuring, and using static
analysis plugins in Eclipse so that problems can be prevented early in
the development life cycle.
...read more
|
|
Introduces XMLUnit, a JUnit extension framework that meets all of your XML validation needs.
...read more
|
|
Makes the case for performance testing as part of the development cycle and shows you two easy ways to do it
...read more
|
|
Evaluates various feedback mechanisms that one can incorporate into CI
systems and explains why without feedback mediums, like email or RSS,
builds in a broken state have the tendency to stay broken.
...read more
|
|
Stelligent President, Andrew Glover, examines the concept of test categories and demonstrates how to incorporate TestNG's groups annotation in his article
...read more
|
|