I
I
ivan05122020-08-24 10:45:54
Work organization
ivan0512, 2020-08-24 10:45:54

What should be code review or testing first?

Give advice on the organization of work.
At what point is it more correct to upload the task to the stage so that the tester can test. Right after the developer finished it, or already when the task was reviewed?
In both cases, either the work of the tester or the one who did the review may be in vain.
What is your company approach?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2020-08-24
@ivan0512

As a result of the review, the code may change dramatically, which may lead to new bugs and correction of existing ones.
Based on the results of testing, the code rarely changes significantly - usually some local bugs are corrected.
Full testing is usually a more resource-intensive process than a review.
Based on this - first review.

N
nApoBo3, 2020-08-24
@nApoBo3

Depends on the approach. If you have tdd, then you have testing before the code or in parallel with it. By and large, the test does not depend on the code. Both depend on decomposition and TK.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question