Differences between software testing processes and techniques?

Posted by Aptos on Programmers See other posts from Programmers or by Aptos
Published on 2012-03-29T02:44:56Z Indexed on 2012/03/29 5:40 UTC
Read the original article Hit count: 399

Filed under:
|
|

I get confused between these terms. For examples, should Unit testing be listed as a software testing process or technique? I think unit testing is a software testing technique. And how about Test driven development? Can you give me some examples for software testing processes and techniques? In my opinion, software testing process is a part of the software development life cycle. For example, if we use V-Model, the software testing process will be System test, Acceptance test, Integration Test...

Thank you.

© Programmers or respective owner

Related posts about testing

Related posts about unit-testing