The review process is a good way to keep your code clear and understandable. It is important both to review others’ code and having your own code reviewed, not depending on how many years you have been working in the project or how much experience you have gotten. This chapter describes several cases when it is important to review or optimize your tests, or vice versa – when it is better to do nothing instead.
5-1. Write Tests That Even Non-Automation Engineers Can Understand
Tests should be well written in order to be easy to maintain and modify, as well as to make it easy for you to ...