FAQ
Frequently Asked Questions
Ensure that Exploratory testing is part of your testing suite. Most manual testing should be spent on Usability and Exploratory Testing. These types of tests are non-scripted and thus cannot be automated. These tests need human interaction, observation, analysis, and intuition. With usability testing, a human needs to verify that the design, layout, and user interface…
When you are coming up with a testing strategy for green field applications, you should follow the testing triangle or pyramid. For legacy application, a different strategy is needed. Writing tons and tons of unit tests when working with a very large application with zero tests is very costly and results in very little benefits. A…
Acceptance test driven development takes the TDD practice and applies it to acceptance tests. On day 1 of the Sprint, before we begin coding a particular user story, we start by reviewing the acceptance criteria and thinking about how we will verify via tests that this story is complete. Typically, a single acceptance criteria might map…
Requirements and tests are just two sides of the same coin. You can’t have a user story or requirement without an acceptance criteria (test). These two meld into executable specification. Gherkin Using gherkin syntax (given, when, then) we can represent requirements using examples and create specifications by example. As a potential customer, I want to collect…
DevOpsdays is a worldwide series of technical conferences covering topics of software development, IT infrastructure operations, and the intersection between them. Each event is run by volunteers from the local area. Most devopsdays events feature a combination of curated talks and self organized content. Topics often include automation, testing, security, and organizational culture. Join us for…
In many situations, there are a lot of business rules that need to be tested. Say we want to test that the correct discounts get applied based on a certain number of items in a shopping cart. To test these rules, most testers will go through the UI and hop through several steps to get to…
Test driven development is a programming approach where before the developer writes any code, she first writes an automated test. This test will fail at first because no code exists. Then she writes enough code to make the test pass. After that she might want to clean up or refactor her approach, all along ensuring that…
Check out these upcoming Agile events and conferences for great learning, sharing and connecting opportunities.
Checkout the video below of Donovan Brown presenting on "Microsoft DevOps Transformation" at deliver:Agile 2019. Donovan explains how Microsoft's Azure DevOps (formerly Visual Studio Team System) went from a three-year waterfall delivery cycle to three-week iterations and open sourced the Azure DevOps task library and the Git Virtual File System. https://vimeo.com/334369858 Microsofts DevOps Transformation by Donovan…
Join us for the August 05 - August 06 Certified ScrumMaster (CSM) training class in Washington DC. This course is a 2 day immersive training and learning experience that covers Agile values and Agile principles, the fundamentals of Scrum, the intricacies of the Scrum framework, Scrum roles and responsibilities, and the keys to a successful Scrum…
Agile2019 is being held in Washington DC this year. This is the Agile Alliance's main North America conference with over 2000 attendees that gather from around the word to learn, share and collaborate on all things Agile. Join us in DC on August 5th through August 9th. Find out more here.
Check out the video below of Michael Hamman presenting on "The Inner Game of Agility" at Washington DC Scrum User Group (DCSUG). Michael explores the nature of inner agility, which refers to the sensemaking, communication, and relationship intelligence of an organization’s people. How might we concretely define the realm of inner agility? Why is it important…
Join us for the May 5 Certified ScrumMaster (CSM) training class from Washington DC. This course is an immersive training and learning experience that covers Agile values and Agile principles, the fundamentals of Scrum, the intricacies of the Scrum framework, Scrum roles and responsibilities, and the keys to a successful Scrum implementation. Upon completion of this…
Starting new teams and scaling up innovation is more important than ever. The key to success is applying different practices in different stages of the innovation lifecycle. What works for a new business does not work for a mature one, and vice versa. Join Jurgen Appelo and the Washington DC Scrum User Group (DCSUG) in this…