浸泡测试
浸泡测试
什么是浸泡测试?
浸泡测试也称为耐久性测试,用于确定被测应用程序是否可以承受连续负载。
浸泡测试,非功能测试涉及检查系统是否可以在更长的时间内承受巨大的负载,并通过测量系统的反应参数。
发现的问题 – 浸泡测试:
-
最终导致应用程序或操作系统崩溃的严重内存泄漏
-
未能关闭系统各层之间的连接可能会使系统的某些或所有模块停顿。
-
在某些情况下未能关闭数据库连接可能会导致整个系统崩溃。
-
随着应用程序由于长时间的测试而变得效率低下,系统的响应时间逐渐降低。
例子:
A system may behave as expected when tested for about 2 hours but when the same system is tested for 5 hours or even more than that, the problems such as memory leaks cause the system to fail or behave randomly or even the application might crash.