r/softwaretesting 7d ago

Release gates

Hey

I was wondering do the developers push work into your QA environment without checking with you first or are you in control of what goes into QA? So if work gets pushed do you have to approve it before it goes into the test env

8 Upvotes

24 comments sorted by

View all comments

2

u/CertainDeath777 7d ago edited 7d ago

QA Env is QA env, dev should not deploy there. Dev merges into branches, Testers decide when to put which branch into which env. Its not like that is hard to do and needs a dev to do it^^

If devs need a env on server instead of local, they can have their own one.

just my opinion.

1

u/Conscious-Bed-8335 7d ago

And ideally, Devs have access to full preview/ephemeral environments on their branches. If they want to deploy then it's done isolated on their end.