M
M
mgmarion2018-09-09 22:15:08
git
mgmarion, 2018-09-09 22:15:08

Why should a Git tester?

The ability to work with Git is a mandatory requirement in many jobs for testers.
Why does a manual tester need it? And is it necessary?
Why do you need an automator?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey, 2018-09-09
@gangstarcj

At least keep test code in git

S
SagePtr, 2018-09-09
@SagePtr

If something worked in one version and stopped in another, you can make a bisection and check in which commit it fell off

E
Eugene, 2018-09-10
@Eujene

- you can make a list of tests and track its implementation;
- you can run tests of code located on a remote git repository from different devices;
- return to the working version of the tests;
- git is popular and needed, humble yourself and learn, it's not difficult.

K
Kerdamor, 2020-10-28
@Kerdamor

All of the above answers are suitable for Automators, but why no one answered the git manual, and when these autotests completely covered the testing manual, these are two different approaches to testing.

Y
Yerlan Ibraev, 2018-09-10
@mad_nazgul

At least for storing various settings for the application.
And now there is a trend towards test automation and the rejection of manual testing.
Those. testers become programmers.
Therefore, without knowledge of GIT, nowhere :-)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question