单项选择题
A.通过命令行参数B.通过函数参数C.通过配置文件D.以上都可以
在PyTest中,可以通过哪个装饰器来发送HTTP请求()A.http.requestB.requests.s...
单项选择题在PyTest中,可以通过哪个装饰器来发送HTTP请求()
A.http.requestB.requests.sendC.pytest.requestD.pytest.mark
在PyTest中,用于断言HTTP响应的方法是()A.assertB.verifyC.checkD.valid...
单项选择题在PyTest中,用于断言HTTP响应的方法是()
A.assertB.verifyC.checkD.validate
在PyTest中如何引入Requests库()A.使用import jsonB.使用import httpC....
单项选择题在PyTest中如何引入Requests库()
A.使用import jsonB.使用import httpC.使用import requestsD.使用import urllib