InfoQ

InfoQ

Topic/Tag specific view

Test Automation Content on InfoQ


Latest featured content about Test Automation

Test First Development v.Next with Pex and Moles

Topics
Unit Testing,
.NET

David Starr demoes Pex –a parameterized white box unit test tool- and Moles –an isolation framework-, two .NET tools useful for test-first development.

News about Test Automation

IBM is now wearing a Green Hat

Topics
Integration Testing,
Tools,
Cloud Computing,
Business Process Management,
Software Testing,
SOA

On January 4th, IBM announced it is going to acquire the cloud and SOA integration service company Green Hat. Testing is one of the main challenges when developing cloud or SOA based applications. Buying Green Hat IBM hopes to offer more productive testing approaches and other benefits for such types of large scale software systems. Green Hat will be integrated into IBM Rational Solution.

Automated Testing Solutions for Android

Topics
Mobile

There are a number of automated testing frameworks or tools for Android applications, including but not limited to Activity Instrumentation, MonkeyRunner, Robotium, or Robolectric. LessPainful is providing automated tested on real devices as a service.

Articles about Test Automation

Interview and Book Review: Specification by Example

Topics
Agile Techniques,
Agile,
Delivering Value

Gojko Adzic has written the book Specification by Example, explaining the set of techniques for describing the functional and behavioural aspects of a computer system in a way that they are useful to the development team (expressed ideally as executable tests), understandable by non-technical stakeholders and maintainable to remain relevant despite changing customer demands.

Test automation and Continuous Delivery

Topics
Agile in the Enterprise,
Agile,
Agile Techniques,
Devops

This article shows how automating certain programmable aspects of a test suite can help software delivery. Covered are automated testing, costs per deployment, tests as documentation & manual testing.

Presentations about Test Automation

Testing for the Unexpected

Topics
Unit Testing,
Architecture,
Software Testing

Ulf Wiger discusses the importance of automated testing along with some lessons learned at Ericsson, including using randomized and extensive testing, aiming to achieve system robustness.

Savara - Formally Verifying SOA Designs Against Requirements

Topics
Enterprise Architecture,
Tools,
Architecture,
SOA

Steve Ross-Talbot presents Savara, an open source project comprising from a set of tools enabling enterprise architects to validate various artifacts against other artifacts built in different phases of the development process based on the “Testable Architecture” methodology.

Interviews about Test Automation

Brian Marick on Test Maintenance

Topics
Maintenance,
Agile,
Agile Techniques,
Unit Testing

Brian Marick discusses the difficulties met trying to maintain tests that are vital to a project’s success, and how mocking frameworks can help, providing advice on writing unit and integration tests

John Hughes Contrasts Erlang and Haskell

Topics
Architecture,
Language

John Hughes has ported QuickCheck from Haskell to Erlang. In this interview, he contrasts the two languages, outlining features that he finds more attractive in each of them. He also explains how QuickCheck works and what makes it different from unit tests.