Answer the question
In order to leave comments, you need to log in
git and QA
Hello.
How is the interaction with QA usually organized when using git or another distributed version control system?
For example, with svn,
1. the programmer fixes the bug, uploads it to svn
2. writes the revision number in the bug tracker
3. transfers to QA
4. QA takes the build compiled by the buildserver with a revision no less than that specified in the bug and checks
if git is used instead of svn? build server collects each revision and QA looks for this particular build?
Answer the question
In order to leave comments, you need to log in
We made a branch in git for each ticket, like t1234 The
CI server rolled out each branch to a subdomain, like t1234.dev.example.com
QA knew that such a domain corresponds to each ticket.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question