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
Explore MoT
Leading With Quality Lean Coffee image
Quality leadership conversations in a virtual lean coffee format
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 Quality image
Debrief the week in Quality 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.