A.assertTrue()
B.assertFalse()
C.assertRaises()
D.assertIs()
您可能感興趣的試卷
你可能感興趣的試題
A.pytest.raises()
B.pytest.assert_called()
C.pytest.assert_raises()
D.pytest.expect_exception()
A.使用test 裝飾器
B.使用pytest.mark.test 標(biāo)記
C.使用def test_開頭的函數(shù)名
D.使用def test()的函數(shù)名
A.使用pytest.mark.parametrize
B.使用pytest.mark.dependency
C.使用pytest.mark.xfail
D.無法設(shè)置測試用例執(zhí)行的順序
A.pytest-coverage
B.pytest-html
C.pytest-xdist
D.pytest-flask
A.pytest report
B.pytest summary
C.pytest junitxml
D.pytest html
最新試題
在測試用例編寫過程中,下列哪些應(yīng)該加以考慮()
Selenium WebDriver如何模擬鼠標(biāo)懸停在元素上()
在WEB系統(tǒng)測試方案設(shè)計中,以下哪些因素會影響測試策略的選擇()
測試數(shù)據(jù)是WEB系統(tǒng)測試方案設(shè)計中的重要組成部分,以下哪些內(nèi)容是測試數(shù)據(jù)的類型()
在用例維護(hù)過程中,以下哪些是需要更新的內(nèi)容()
在Requests 中,Session使用下面哪個方法可以將請求中的參數(shù)轉(zhuǎn)換為URL編碼格式()
在PyTest中,可以通過哪個裝飾器來發(fā)送HTTP請求()
在PyTest中如何引入Requests庫()
在Requests中,Session對象如何設(shè)置請求頭()
在PyTest中,可以通過以下哪種方式傳遞請求參數(shù)給Requests庫()