Can you unit / integration tests without creating test codes?

Posted by geff_chang on Stack Overflow See other posts from Stack Overflow or by geff_chang
Published on 2010-03-19T12:40:11Z Indexed on 2010/03/19 12:41 UTC
Read the original article Hit count: 165

In our project, test procedures and expected test results (test specifications) are created in a document. Then, we perform testing on a built product / release. Here, no test codes nor test tools are involved.

Is this acceptable for unit / integration testing?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about integration-testing