浸泡測試
什麼是浸泡測試?
浸泡測試,也稱為耐力測試,用於確定被測應用程式是否能夠承受持續的負載。
浸泡測試,非功能測試涉及檢查系統是否能夠承受較長時間的大量負載,並由此測量系統的反應引數。
發現的問題 - 浸泡測試
嚴重的記憶體洩漏,最終會導致應用程式或作業系統崩潰
無法關閉系統各層之間的連線可能會使系統的一些或所有模組停滯。
在某些情況下無法關閉資料庫連線可能會導致整個系統崩潰。
隨著應用程式效率降低,系統響應時間的逐漸下降,這是長時間測試的結果。
示例
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.
廣告