Agile Software Development, Scrum, Extreme Programing, XP, Test Driven Development, TDD, Feature Driven Development, FDD, Lean, DSDM, Behavior Driven Development, BDD, Refactoring, Pair Programming, Kanban
 

Framework for Prioritizing Tests For Dynamic Execution

Naresh Jain’s lightning talk at Agile Alliance Functional Test Tools (AAFTT) Visioning Workshop. Naresh discusses an approach to managing unit, integration, and functional test suites to address the increasing cost of feedback as test suites grow. Naresh suggests developing a framework that will treat all tests the same, dynamically select …

Envisioning the Next Generation of Functional Test Tools

Jennitta Andrea and Ward Cunningham talk about the future of Functional Test Tools in this hour long seminar. An explanation of test-driven development often begins by describing the red-green-refactor cycle. This slogan is so catchy and the description so simple that practitioners and tool developers tend to focus only on …

Context-driven test automation: How to build the system you really need

All tests automation systems have certain common tasks. Different tools tend to focus on some tasks and put less emphasis on other tasks. While examining 11 home-grown test automation tools at F5, we found certain patterns. There were six different tasks that all tools addressed to varying degrees. We found …

Simple tools to fight a big battle: “Continuous integration on a minimalist platform”

Continuous Integration (CI) is a software development practice where members of a team integrate their work frequently. Usually each person integrates at least daily leading to multiple integrations per day. When integration is verified by an automated build (including test) the gross and obvious integration errors are detected as quickly …

Advances in Automated Software Testing Technologies and Implementation

This presentation by Elfriede Dustin and Marcus Borch at the Third Annual Google Test Automation Conference (GTAC) discusses our various efforts to streamline automated software testing implementations. By “automating the automation” via use of existing open source tools, component “reuse” and by automating as much as feasible related to automated …