API测试

Posted 风中寻觅

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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)

 

 

以上是关于API测试的主要内容,如果未能解决你的问题,请参考以下文章