There’s so much more to testing than just writing automated tests that run in CI. In this podcast episode, Lisa Crispin, Author, talks about the holistic approach to testing. Listen now.
Continuous Delivery Blog
Behavior-Driven Development
BDD is a logical step forward in the evolution of the practice of software development. This article explains the concept and its origins.
The Testing Pyramid: How to Structure Your Test Suite
Explore different ways of organizing the test suite including testing pyramid, testing matrix and testing trophy.
A Deep Dive into Unit Testing
Testing is a significant part of software development, and unit tests are fundamental. Learn how unit testing can help you improve code quality and speed up development.
Justin Searls: How to Grow Your Engineering Team Tenfold in a Year and Keep Test Suites Healthy
Rapid growth of an engineering team poses its own challenges. One of them is keeping test suites healthy. In our newest podcast episode, we talk about that with Justin Searls, co-founder and CTO at Test Double.
Do You Need to Test Everything?
Tests enforce requirements and provide feedback, telling us when something breaks. But are they always necessary?
Smoke Testing Keeps Your Delivery Pipeline Safe and Sound
Explore the origins of smoke testing and learn how to incorporate it into your continuous integration or continuous delivery pipelines.
The 6 Principles of Test Automation
Test automation allows developers to get continuous feedback and spot problems very early in the production cycle. Quick iteration results in improved design, better quality, and safer launches.
How to Build a High Performing Team with Richard Kasperowski
In this podcast episode, we welcome Richard Kasperowski, keynote speaker, author, renowned agile coach. We talk about how to build a high performing team and bring it to better results.
How to Introduce Testing in Teams and Companies
Learn how the introduction of testing practices in companies can improve product quality and production efficiency.
The Economics of TDD
TDD can help you accelerate development and reduce costs over a project’s lifecycle.
9 Ways To Make Slow Tests Faster
At Semaphore, we’ve seen our fair share of tests and have identified 9 ways to make your slow tests faster.
Cucumber Founder Aslak Hellesøy on TDD and BDD
In this episode, we sit down with the Cucumber founder Aslak Hellesøy and talk about automated testing, TDD, and BDD. Listen now.
Introducing Self-Hosted Agents
With Semaphore’s Self-Hosted Agents, you can build your own CI/CD platform behind the security of your company’s firewall. Learn more and sign up for a private beta.
Getting Integration Testing Right
Integration testing might not be as popular as unit testing. But with the right tools and CI/CD environments, integration testing can become as straightforward as unit testing.