API(Application Programming Interface)包含:
单元测试(Unit Testing)、模块测试(Module Testing)、组件测试(Component Testing)、元件测试(Element Testing)
API测试是用来验证组成软件的那些单个方法的正确性,而不是测试整个系统本身。
待测试程序通常叫做SUT(System Under Test)、AUT(Application Under Test)或者IUT(Implementation Under Test)
原文:http://www.cnblogs.com/bjxingch/p/5830668.html