quote:Why do we write test cases?

来源:互联网 发布:软件自学网rjzxw 编辑:程序博客网 时间:2024/05/17 02:44

As a tester, much of my work is writing test cases and executing test case. But when I think the following questions, I am still confused:
(1)Why do we write test cases? Is this  a good way?
(2)What is a good test case?
(3)How to execute test cases efficiently?

Why do we write test cases?
(1) To make testing be a manageable activity.
It can provide good evidence when boss and client check the testing status.
(2) To validate the testing coverage of application. It's very good for regression testing
(3) It can record what tester understand the system functionality. Then if any new man come for testing, he can execute the test cases by reading step by step. This can ensure that everyone can do this testing.