Continuous testing - run automated tests for every change!
Stop wasting time on manual testing. Run automated tests on every change to get rapid feedback and prevent bugs before they merge.
#1about 2 minutes
Understanding the purpose of testing and shifting left
Testing reveals the current state of software compared to the desired state, and shifting left means finding problems earlier in the development cycle.
#2about 8 minutes
Integrating continuous testing into your CI pipeline
Continuous testing is an essential part of continuous integration that automates quality checks to provide quicker feedback and replace manual processes.
#3about 12 minutes
Using Cucumber for behavior-driven development
Behavior-driven development uses a human-readable "given-when-then" syntax to align business stakeholders and developers on software specifications and tests.
#4about 12 minutes
Implementing performance testing with Gatling
Gatling generates high load to test service performance, using realistic scenarios and ramp-up times to validate system stability and response times.
#5about 5 minutes
Running integration tests with Testcontainers
Testcontainers enables running integration tests against real services like databases in ephemeral Docker containers, ensuring compatibility and avoiding in-memory testing issues.
#6about 5 minutes
Simulating third-party APIs with WireMock
WireMock creates a controllable sandbox for third-party HTTP services, allowing you to simulate specific responses, error codes, and network latency for robust client-side testing.
#7about 2 minutes
Weighing the benefits and costs of automation
Automated testing provides consistent, repeatable quality checks that save developer time, but requires an upfront investment in test setup and infrastructure resources.
Related jobs
Jobs that call for the skills explored in this talk.
Now is the time for industrialized software developmentNow is the time for industrialized software development
Recently, I received a letter from my car’s manufacturer alerting me to a recall. They had discovered a defective part and wanted to replace it.
It was easily fixed, and I might have forgotten a...
Christina Schaireiter
Why Attend a Developer Event?Modern software engineering moves too fast for documentation alone. Attending a world-class event is about shifting from tactical execution to strategic leadership.
Skill Diversification: Break out of your specific tech stack to see how the industry...
Christina Schaireiter
5 Reasons Why Attending Conferences in 2026 Matters More Than You ThinkIt’s 2026, and the “remote vs. office” debate has finally settled into a high-tech hybrid reality. While we’ve perfected the art of shipping production-grade code from decentralized hubs and home setups, something shifted. We realized that while AI c...