Every change meant retesting
One of the best posts, a real eye-opener.
It was an eye-opener for me to see how much time went into testing. At the start, I was just interested in code and architecture, until I realized that testing is the biggest bottleneck.
Writing the test once is much easier than running the same manual tests over and over.
Exactly, the highest cost of manual tests is the repetitive execution costs.
One of the best posts, a real eye-opener.
It was an eye-opener for me to see how much time went into testing. At the start, I was just interested in code and architecture, until I realized that testing is the biggest bottleneck.
Writing the test once is much easier than running the same manual tests over and over.
Exactly, the highest cost of manual tests is the repetitive execution costs.