Who is responsible for deploying code to test environments in your company?
Is it an automated process? Or is it a manual one? I appreciate that not everyone has a CI pipeline setup!
In my last company, it was an automated process. In the company before that, it was a manual process done by the dev who had been working on the most recent feature. They would then let me know that they had deployed the code and that I could pull the code down to test on my machine.