using old test documentation. The writer formed the blog based on a question
asked by one of his fellow testers, “How can I find old test documentation for
a completed feature so I can re-use those test on a similar new feature?”.
the more I read the more I was swayed and started thinking about times when I
was either asked about a similar situation or posed the same question. Though I
wasn’t software testing at the time nor even in the industry this can be
applied to other scenarios as well.
to past tests to see what has been done, I agree with the writer that “a
skilled tester can usually come up with better tests…today, from scratch.” He
makes many valid points and I will go over a couple that I thought to me stood
out, you can read the blog to get the rest if you’d like.
- ·
A skilled tester knows more about testing today
than they did last month.
more you learn about it and the better you become at it.
- The product-under-test is different today than
it was last month. It might have new code, refactored code, more users,
more data, a different reputation, a different platform, a different time of
the year, etc.
As the development process moves through
the different iterations, things change. Looking at past tests may help, but
more probably than not it will probably slow you down. You have first locate
the tests that were done and figure out what the tester was thinking if it wasn’t
you, and then try and decide whether or not it even applies to the new code. By
the time you figure that stuff out I would imagine you could have written
several test cases according to the latest iteration.
- The test environment might be different.
frequently so you may have changed the environment and once again wasting time
seeing what you or someone else did.
data may help, but more than likely it will, in my opinion slow you down. One
more thing I think can happen is can stagnate your thought process as you are
looking at old ideas instead of coming up with new ideas.
From the blog format c: /s by c-braley and used with permission of the author. All other rights reserved by the author.