What do you see as the biggest issue for Functional Testing Tools on Agile Projects
Is there is a need to have a functional test tool on non UI components such as web services, or various APIs that would serve to both customers, developers, quality engineers and testers? Should there be one tool that fits all needs or should there be multiple? Are there tools that are easily re factored depending on the implementation of web services - should there be? I always find myself writing the frameworks to do that myself.
What do you hope to contribute?
Abstract
Performance testing our applications is either neglected or we use expensive and time consuming to learn commercial tools that often produce so many metrics and raw data that it can be difficult to derive meaningful information to improve application performance. What can agile teach us about doing performance analysis? This talk provides an overview of available open source performance testing tools and discusses minimalistic approaches to testing web sites and web services using tools including JMeter, Grinder, WebTest, SoapUI and a Groovy DSL.