different testing types ( by quqi99 )

quqi99發表於2013-02-05

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

相關文章