I have a question about QA manual testing on bugfixes. Right now when there's a bug in our code, we do this:
- Fix the bug in
developmentbranch. - Create PR from
bug-branch-devtodevelopment - Create PR from
bug-branch-qatoqa(or cherry pick) - After code review, merge the code in both
developmentandqa - Our QA will test in the QA environment.
There's an issue with this: if the QA find that the issue was not completely solved, he will return the issue to us, and we have to create a new PR.
Wouldn't it be better if the QA tested in a local environment, in bug-branch-qa?
EDIT: Sorry if this a stupid or trivial question, I just want to get opinions.
Aucun commentaire:
Enregistrer un commentaire