Feature Flag

Feature Flag image
A feature flag or some call it a feature toggle is a conditional switch in your code that lets you control whether a feature is active internally or to users. They can be used for any part of the tech stack delivery including a CI/CD pipeline or test strategy.

Most commonly used to:
  • Gradually roll out features to users
  • Test in production safely
  • Hide unfinished work
  • Run A/B or Multivariant testing/experiments

Why it’s useful for testers (TEVS) :
  • Test new features in isolation
  • Enable controlled anomaly detection in Observability
  • Validate behavior across different toggle states
  • Simulate different user experiences without multiple builds
TestBash Brighton 2025 image
On the 1st & 2nd of October 2025 we're back in Brighton for TestBash: the largest software testing conference in the UK
Explore MoT
Plymouth Meetup image
Tue, 14 Oct
Second Plymouth Software QA and Testing Meetup Group in Southway
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.