integration test

K6 極限壓力測試:從 DNS 解析看系統在高負載下的脆弱性

category: random     5 minute read     Posted on:

Introduction to Load Test unit test 以及 integration test 可以很好的測試功能的正確性 不過更進階的情況下我們可能會需要確保在高系統壓力下,他還能正確地做動 這時候就需要 壓力測試 了

DevOps - 整合測試 Integration Test

category: devops     3 minute read     Posted on:

Introduction to Integration Test 光是擁有 unit test,其實是不夠的 因為 unit test 測試的範圍只有 function 本身 跨 function 之間的整合,是沒有涵蓋到的