Craft 2024 - Emily Bache
Emily Bache
Technical Coach at Bache Consulting
About Emily Bache

Emily Bache is an independent consultant, YouTuber and Technical Coach. She works with developers, training and coaching effective agile practices like Refactoring and Test-Driven Development. Emily has worked with software development for 25 years, written two books and teaches courses on platforms including Pluralsight and O'Reilly. A frequent conference speaker, Emily has been invited to keynote at prestigious developer events including EuroPython, Craft and ACCU. Emily founded the Samman Technical Coaching Society in order to promote technical excellence and support coaches everywhere.

Talk
Get in control of your Microservices testing
Topics:
Software Delivery Craft Matters
integration tests
microservices
testing
hands-on
Level: General

Do you have a microservices system with inadequate automated tests that is essential to your business? In order to get this situation under control, often there’s an initiative to improve the unit tests. This is a positive move, however in a microservices system a lot of the behaviour happens between the units and services. End-to-end automated tests can be more effective at finding bugs, but are ...