当前位置: 代码迷 >> 综合 >> different testing types ( by quqi99 )
  详细解决方案

different testing types ( by quqi99 )

热度:53   发布时间:2023-12-13 09:42:09.0

different testing types ( by quqi99 )


作者:张华  发表于:2013-02-05
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明

( http://blog.csdn.net/quqi99 )

BVT level one, fake test (mock), also call unit test, will generate build after passing it.
BVT level two, spoke test
FVT, real env, eg, tempest project of openstack.
IVT, integrate testing, eg, different OS, different software configuration
SVT, select a best configuration throught perfermance testing and stress testing

  相关解决方案