DEV Community

Discussion on: Should you have a staging server for testing?

Collapse
 
docx profile image
Lukáš Doležal

Hi. It's interesting but I wonder about this:

Having a client (or even our own QAs) test out a new feature

Cannot you use feature flags for that instead? How do you give access to staging to customer and is it not risky? And then how do you manage keeping long lived "beta features" in staging - i.e. how do you then make other parallel changes without deploying the beta feature?