Emerging Tests Pyramid
External test is green with a Magic Number. I want the service to fetch the value and remove this Magic Number. This fetch takes a parameter that I had not seen coming. Maybe I should revert and reconsider this move. …
Quality with simplicity
External test is green with a Magic Number. I want the service to fetch the value and remove this Magic Number. This fetch takes a parameter that I had not seen coming. Maybe I should revert and reconsider this move. …
In case it is useful for someone else: here is another way to have a proxy stubbing some of the incoming requests. The external tests are in shell directly with curl. My initial need was to stub some graphQL requests …
Magic what? When you start reading about and trying Test-Driven Development (TDD), you very often discover the coding kata practice. And you see that the next move to answer the first failing test is to return a hardcoded value that …
This talk was given at the CSI lab in November 2018. Slides http://agilemanifesto.org/ https://martinfowler.com/bliki/FlaccidScrum.html https://www.google.com/search?q=Extreme+Programming&tbm=isch https://www.google.com/search?q=TDD&tbm=isch https://www.scrum.org/about Notes How to make Agile work? What is the promise of Agile in the first place? The agile manifesto has several sections that …