API测试

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)

 

 

posted @ 2016-09-01 17:26  风中寻觅  阅读(151)  评论(0)    收藏  举报