Weblog.java.net: The Problem with Unit Testing

xiaoxiao2021-03-06  70

Tom Ball wrote:

.....

So what's

The Problem with Unit Testing?

Unit tests are not tests, but rather a developer's safety net. QA does not own unit testing, developers do, and it's an important tool to be shared with your fellow developers on any project. Rename this engineering best practice, and it will be Perfect.

....

Twosuns commented:

....

Programmer testing should be restricted to the most risky parts of the code, code you do not feel quite comfortable with. Those parts you write specific test cases against and write until the code passes those test cases. Of course no software should leave your hands .

....

转载请注明原文地址:https://www.9cbs.com/read-90328.html

New Post(0)