單項選擇題下列哪種測試類型可以用來測試軟件系統(tǒng)的吞吐量()

A.壓力測試
B.負載測試
C.并發(fā)測試
D.安全測試


你可能感興趣的試題

1.單項選擇題性能測試的主要目的是什么()

A.測試應用程序的功能是否符合要求
B.測試應用程序的安全性
C.測試應用程序的可靠性
D.測試應用程序在不同負載下的性能表現(xiàn)

2.單項選擇題Pytest可以通過哪個命令行參數(shù)指定運行測試用例的數(shù)量()

A.collect-only
B.maxfail
C.count
D.numprocesses

3.單項選擇題在Allure測試報告中,哪個部分可以顯示測試用例的執(zhí)行歷史()

A.Summary
B.Environment
C.Test cases
D.Attachments

4.單項選擇題在PyTest中,可以使用哪個裝飾器來指定測試用例的優(yōu)先級()

A.pytest.allure.priority()
B.pytest.allure.severity()
C.pytest.mark.priority()
D.pytest.mark.severity()

5.單項選擇題如何在PyTest中使用allure進行測試()

A.使用pytest-allure插件
B.使用pytest-report插件
C.使用pytest-html插件
D.使用pytest-xdist插件