Craft 2023 - Daniel Bryant
Daniel Bryant
Head of Developer Relations at Ambassador Labs
About Daniel Bryant

Daniel Bryant is the Head of DevRel at Ambassador Labs. His technical expertise focuses on ‘DevOps’ tooling, cloud/container platforms, and microservice implementations. Daniel is a long-time coder, platform engineer, and Java Champion, and he contributes to several open source projects. He also writes for InfoQ, O’Reilly, and The New Stack, and regularly presents at international conferences such as KubeCon, QCon, and JavaOne. In his copious amounts of free time, he enjoys running, reading, and traveling.

Talk
Microservice Testing Techniques: Mocks vs Service Virtualization vs Remocal Tools
Topics:
Software Delivery Craft Matters
microservices
testing
containers
mocks
Level: General
In schedule:
CraftHub Main Stage
May 19, 14:45 - 15:30 CET

When enterprise organizations adopt microservices, containers, and cloud native development, the technologies and architectures may change, but the fact remains that we all still add the occasional bug to our code. The main challenge you now face is how to perform integration or end-to-end testing without spinning up all of your microservices locally and driving your laptop fans into high speed!Jo...