|
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated 分析一下这个错误 以及要怎么处理
|
|
0
|
2431
|
2023 年12 月 28 日
|
|
Assured 中如何打印请求体中的form-data
|
|
0
|
432
|
2023 年12 月 28 日
|
|
问个问题,log只在allure报告中的test_body里展示吗
|
|
0
|
568
|
2023 年12 月 28 日
|
|
given()
.multiPart("file",file)
.multiPart("json","{\"code\":1}","application/json")
.log().headers()
.log().body()
.when()
.post("https://httpbin.ceshiren.com/post")
.then()
// .log().all()
.statusCode(200);
上面的代码请求的body打印出来为什么是<none>
|
|
0
|
394
|
2023 年12 月 28 日
|
|
解释一下这个含义:res["extattr"]["external_profile"]["external_attr"][1]["web"]["title"]
|
|
0
|
511
|
2023 年12 月 28 日
|
|
举例说明Gpath与jsonpath的不同
|
|
0
|
756
|
2023 年12 月 28 日
|
|
Gpath与jsonpath 是一个东西吗
|
|
0
|
804
|
2023 年12 月 28 日
|
|
响应的文件如何下载到项目本地
|
|
0
|
417
|
2023 年12 月 28 日
|
|
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<Add xmlns="http://tempuri.org/">
<intA>1</intA>
<intB>1</intB>
</Add>
</Body>
</Envelope>
如何对intA标签的1断言
|
|
0
|
345
|
2023 年12 月 28 日
|
|
.body("//AddResult.text()", equalTo("2")) 是对xml的什么做断言
|
|
0
|
299
|
2023 年12 月 28 日
|
|
module标签里填写子模块的name还是artifactId
|
|
0
|
574
|
2023 年12 月 28 日
|
|
子模块的pom文件为什么识别不了
|
|
0
|
851
|
2023 年12 月 28 日
|
|
RestAssured.useRelaxedHTTPSValidation()什么用
|
|
0
|
384
|
2023 年12 月 28 日
|
|
http和https区别
|
|
0
|
449
|
2023 年12 月 28 日
|
|
这类项目适合做接口自动化还是UI自动化
|
|
0
|
706
|
2023 年12 月 28 日
|
|
基于shopify的项目,怎么做自动化呀
|
|
0
|
609
|
2023 年12 月 28 日
|
|
wiremock 怎么配置 从 response的 嵌套json中,读取生成的随机字符串?
|
|
0
|
505
|
2023 年12 月 27 日
|
|
如何通过stream()实现函数条件条件分组,如.stream().collect(Collectors.groupingBy(e->{if(){}else if(){}}))
|
|
0
|
471
|
2023 年12 月 27 日
|
|
如何通过stream()实现条件分组
|
|
0
|
443
|
2023 年12 月 27 日
|
|
如何使用docker创建appium节点并注册到selenium grid
|
|
2
|
814
|
2023 年12 月 27 日
|
|
请写出fast报文的编解码java代码
|
|
0
|
478
|
2023 年12 月 27 日
|
|
get请求的url中的参数如果包含类似?的特殊字符,需要手工转码吗
|
|
0
|
639
|
2023 年12 月 27 日
|
|
如何使用sqlmap?
|
|
0
|
700
|
2023 年12 月 27 日
|
|
jenkins中运行job,生成的allure报告有失败的用例,最后结果为UNSTABLE,如何修改为finished?
|
|
0
|
922
|
2023 年12 月 27 日
|
|
jenkins中运行job,生成的allure报告有失败的用例,最后结果为UNSTABLE,要是最后为finished需要怎么处理呢?
|
|
0
|
913
|
2023 年12 月 27 日
|
|
请问allure serve生成在线测试报告,指定的ip是服务器的公网ip报错怎么解决?
|
|
0
|
841
|
2023 年12 月 27 日
|
|
遇到项目紧,时间急的时候,如何安排测试工作?
|
|
0
|
572
|
2023 年12 月 27 日
|
|
UI自动化,碰到机器人验证,这个要怎么绕过呢?
|
|
0
|
1006
|
2023 年12 月 27 日
|
|
那raw按钮又是什么意思呀
|
|
0
|
695
|
2023 年12 月 27 日
|
|
请问pytest有case级别的setup和teardown吗
|
|
0
|
479
|
2023 年12 月 27 日
|