Software testing terminology

Posted by shiouming on Stack Overflow See other posts from Stack Overflow or by shiouming
Published on 2010-06-13T19:20:46Z Indexed on 2010/06/13 19:22 UTC
Read the original article Hit count: 173

Filed under:

Let say I have written a small program that reads file_A and file_B as input data of test_case_A and test_case_B, passes the input to component_X which needs to be test, then verifies result against predefined expectation. That component_X could be in the same process, or different process on another machine.

I try to learn more about testing, but confused by various terms. Take above scenario as example, which of them is fixture/mock/harness/stub? Thanks.

© Stack Overflow or respective owner

Related posts about testing