QA如何使用Gitflow工作流程中的功能分支同时测试多个功能? [英] How can QA test multiple features at once with feature branching in Gitflow workflow?

查看:181
本文介绍了QA如何使用Gitflow工作流程中的功能分支同时测试多个功能?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果开发人员在不同的分支上为不同的功能工作,我明白他们可以从功能分支进行QA构建,一旦测试完成,它可以与开发合并。但是,如果QA团队相当庞大,并且可以一次测试多个功能,那么他们如何获得包含驻留在不同分支中的功能的构建? 解决方案


但是,如果QA团队相当庞大,并且可以一次测试多个功能,那么他们如何获得包含驻留在不同分支中的功能的构建?


这将是:


  • 设置 integration 分支,重置为最新的 master

  • 请求开发者推送他们的特性分支OR

  • 或获取不同开发人员的存储库,并合并正确的功能集成分支中运行测试

  • 集成分支中运行测试


If developers were to work on different branches for different features I understand that they can give a QA build from the feature branch and once it is tested it can be merged with "develop". But if the QA team is fairly large and can test multiple features at once how can they be given a build containing features that are residing in different branches?

解决方案

But if the QA team is fairly large and can test multiple features at once how can they be given a build containing features that are residing in different branches?

That would be by:

  • setting up an integration branch, reset to the latest master,
  • asking for the developers to push their feature branch OR
  • or fetching the different developer's repositories, and merging the right feature branches in the integration branch
  • running tests in said integration branch

这篇关于QA如何使用Gitflow工作流程中的功能分支同时测试多个功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆