Your documentation is outdated the moment you write it. Unless it writes itself.

Antonio Alvino's Ignite at DevOpsDays Zürich 2026: why living documentation is cool.

It connects business with development, encourages ubiquitous language, and motivates Acceptance Test Driven Development. Nearly free, always current.

https://www.devopsdays.ch/event/program/ignites/antonio-alvino/

#DevOpsDays #DevOps #LivingDocumentation #ATDD #Zurich

The hidden pearls of TDD is in my opinion a great confirmation that TDD and ATDD are essential practices for successful AI agent software solutions.

https://www.thoughtworks.com/insights/blog/testing/the-hidden-pearls-of-TDD

#ai #vibe #tdd #atdd

The hidden pearls of TDD

AI hype necessitates returning to disciplined engineering foundations like TDD for reliable software.

Thoughtworks
Acceptance test-driven development - Wikipedia

Yes, you can test it before it’s done

A common statement we hear from testers in agile organizations is that “we can’t test it until it’s done”. Alex breaks down in this video why that’s not entirely true. A few things that are discussed: There’s much more in the video, so keep watching – or listening.

𝐀𝐜𝐜𝐞𝐩𝐭𝐚𝐧𝐜𝐞 𝐓𝐞𝐬𝐭-𝐃𝐫𝐢𝐯𝐞𝐧 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐦𝐞𝐧𝐭 (ATDD) is a collaborative approach in software development where the development team, testers, & business stakeholders work together to define acceptance criteria & tests before development begins. Features, benefits & workflow:
https://www.foxconsulting.co/post/acceptance-test-driven-development-what-it-is-and-how-your-project-can-benefit-from-it

Fox Consulting uses ATDD to align development with business needs by ensuring that the product delivers the expected value through continuous validation against agreed-upon criteria.

#ATDD

Как мы тестируем бэкенд

Мы - брокерская платформа. Что мы имеем? С одной стороны сложную предметную область, высокую вариативность сценариев и потенциально огромные риски от ошибок. С другой - короткие итерации разработки и частые циклы доставки. Я расскажу о том, как при таких вводных на данный момент выглядят процессы обеспечения качества множества бэкенд-сервисов, которые поставляют всю необходимую информацию нашим торговым терминалам.

https://habr.com/ru/articles/873754/

#atdd #тестирование #тестирование_по #автоматизация_тестирования #testing #automation_testing #agile #scrum #sprint #shiftleft

Как мы тестируем бэкенд

Начинаем Привет, меня зовут Смирнов Владимир, и я отвечаю за тестирование торгового бэкенда в EXANTE. Что мы имеем? Сложную предметную область, высокую вариативность сценариев и потенциально огромные...

Хабр
Having an argument with myself over the difference between #BDD and #ATDD

With @benoit_maurice we have just published the English translation of our second article "How to write meaningful tests using the builder pattern" : https://guillaume.techene.net/2024/01/how-to-write-meaningful-tests-using-builders/

The third part is currently being written and will arrive hopefully (in French) before next week. Stay tuned !

#tdd #atdd #HexagonalArchitecture #TestingStrategy

How to write meaningful tests: using builders - A Method to Madness

We will write and discuss C# code using the builder design pattern and a fluent API in order to help us write meaningful tests.

A Method to Madness

Todays #dev task is to get the CD part of my CI/CD pipeline working so that, subject to passing tests, my testing server is automatically deployed with every commit to trunk.

Then it’s time to learn about automated acceptance testing and front end tests - exciting!

#TDD #ATDD #ContinuousDelivery #TBD

Testing? Test done? What do you mean?
• Test specification
• Test implementation
• Test execution (expectation: fail)
• Test execution (expectation: pass)
These are _not_ the same thing. Conflating them is hurting your process improvements.
#Testing #TDD #BDD #ATDD #TestFirst