|
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated 分析一下这个错误 以及要怎么处理
|
|
0
|
2425
|
2023 年12 月 28 日
|
|
Assured 中如何打印请求体中的form-data
|
|
0
|
429
|
2023 年12 月 28 日
|
|
问个问题,log只在allure报告中的test_body里展示吗
|
|
0
|
562
|
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
|
387
|
2023 年12 月 28 日
|
|
解释一下这个含义:res["extattr"]["external_profile"]["external_attr"][1]["web"]["title"]
|
|
0
|
507
|
2023 年12 月 28 日
|
|
举例说明Gpath与jsonpath的不同
|
|
0
|
753
|
2023 年12 月 28 日
|
|
Gpath与jsonpath 是一个东西吗
|
|
0
|
795
|
2023 年12 月 28 日
|
|
响应的文件如何下载到项目本地
|
|
0
|
411
|
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
|
339
|
2023 年12 月 28 日
|
|
.body("//AddResult.text()", equalTo("2")) 是对xml的什么做断言
|
|
0
|
296
|
2023 年12 月 28 日
|
|
module标签里填写子模块的name还是artifactId
|
|
0
|
566
|
2023 年12 月 28 日
|
|
子模块的pom文件为什么识别不了
|
|
0
|
845
|
2023 年12 月 28 日
|
|
RestAssured.useRelaxedHTTPSValidation()什么用
|
|
0
|
382
|
2023 年12 月 28 日
|
|
http和https区别
|
|
0
|
445
|
2023 年12 月 28 日
|
|
这类项目适合做接口自动化还是UI自动化
|
|
0
|
701
|
2023 年12 月 28 日
|
|
基于shopify的项目,怎么做自动化呀
|
|
0
|
604
|
2023 年12 月 28 日
|
|
Pycharm下载了gitee没有git操作命令按钮
|
|
0
|
1082
|
2023 年12 月 28 日
|
|
wiremock 怎么配置 从 response的 嵌套json中,读取生成的随机字符串?
|
|
0
|
498
|
2023 年12 月 27 日
|
|
如何通过stream()实现函数条件条件分组,如.stream().collect(Collectors.groupingBy(e->{if(){}else if(){}}))
|
|
0
|
468
|
2023 年12 月 27 日
|
|
如何通过stream()实现条件分组
|
|
0
|
438
|
2023 年12 月 27 日
|
|
请写出fast报文的编解码java代码
|
|
0
|
471
|
2023 年12 月 27 日
|
|
get请求的url中的参数如果包含类似?的特殊字符,需要手工转码吗
|
|
0
|
637
|
2023 年12 月 27 日
|
|
如何使用sqlmap?
|
|
0
|
694
|
2023 年12 月 27 日
|
|
jenkins中运行job,生成的allure报告有失败的用例,最后结果为UNSTABLE,如何修改为finished?
|
|
0
|
916
|
2023 年12 月 27 日
|
|
appium inspector 运行报错Failed to create session. An unknown server-side error occurred while processing the command. Oriainalerror: Cannot start the 'com.tencent.wework' application.
|
|
0
|
1684
|
2023 年12 月 27 日
|
|
jenkins中运行job,生成的allure报告有失败的用例,最后结果为UNSTABLE,要是最后为finished需要怎么处理呢?
|
|
0
|
910
|
2023 年12 月 27 日
|
|
请问allure serve生成在线测试报告,指定的ip是服务器的公网ip报错怎么解决?
|
|
0
|
832
|
2023 年12 月 27 日
|
|
遇到项目紧,时间急的时候,如何安排测试工作?
|
|
0
|
569
|
2023 年12 月 27 日
|
|
UI自动化,碰到机器人验证,这个要怎么绕过呢?
|
|
0
|
999
|
2023 年12 月 27 日
|
|
那raw按钮又是什么意思呀
|
|
0
|
690
|
2023 年12 月 27 日
|