Remove Continuous Integration Remove Exercises Remove Test-Driven Development Remove Testing
article thumbnail

Developer Testing

Henrik Warne

I recently found out about the book Developer Testing – Building Quality Into Software by Alexander Tarlinder , and I immediately wanted to read it. Even though I am a developer at heart, I have always been interested in software testing (I even worked as a tester for two years). What ILiked The Most.

Testing 116
article thumbnail

Back to the Office With the Agile Fluency® Game

James Shore

The Agile Fluency Game is a fun and thought-provoking exercise for team members, managers, and executives. It accurately simulates the first 2½ years of a newly-formed software development team. The game is focused on understanding the role software development practices play in a team’s success. About the Agile Fluency Game.

Games 64
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

AoAD2 Practice: Collective Code Ownership

James Shore

Continuous Integration. Finally, continuous integration will prevent painful merge conflicts and keep everyone’s code in sync. When nobody’s available to explain the code, exercise your inference skills. Test-Driven Development. You can also use the unit tests as documentation and a safety net.

article thumbnail

AoAD2 Practice: Whole Team

James Shore

Testing will be done by the QA department, like normal, and when you’re ready to deploy, you’ll file a ticket with Ops, who will be responsible for monitoring and up-time. For Optimizing teams, this includes conducting experiments to test assumptions and discover new ways of serving customers. Test Driven Development.

article thumbnail

Top 10 software development workshops and courses in Barcelona

Apiumhub

NexoQA offers a wide variety of courses related to software testing, from the most basic with fundamental topics on testing to test management courses and advanced software testing topics such as automated testing & performance testing. Advanced Test Engineering. Advanced Agile Testing.

article thumbnail

AoAD2 Practice: Incident Analysis

James Shore

A programmer makes an off-by-one error, but their pairing partner suggests a test to catch it. A team member accidentally erases a file, but continuous integration rejects the commit. When you can’t make errors impossible, try to catch them automatically, typically by improving your build or test suite. Sit down and wait.