- 博客(11)
- 收藏
- 关注
原创 【Android studio】uiautomator+Junit4+分批执行优先级自动化
在用例运行包下创建自定义接口如L2,L3,L4创建自定义接口解释器如RunTests,在@Suite.SuiteClasses下写入要执行的用例类。
2024-07-30 09:08:03
308
2
原创 【Postgresql】致命错误: 无法读取目录 “base/267493“: Invalid argument
致命错误:无法读取目录"base/267493":Invalid argument
2023-11-10 10:54:03
594
原创 【Android Studio】安装app报错Installation did not succeed. The application could not be installed: INSTALL
安装app demo报错;app安装不上。
2023-08-21 09:52:02
6768
2
原创 【Android Studio】Error inflating class android.support.constraint.ConstraintLayout
更新项目文件后(android.support.v7.app.AppCompatActivity更换为androidx.appcompat.app.AppCompatActivity)启动程序闪退问题会定位在加载xml文件位置报错:Error inflating class android.support.constraint.ConstraintLayoutError inflating class android.support.constraint.ConstraintLayout更新and
2023-07-11 14:39:15
494
1
原创 【openGauss】Forbid remote connection with trust method!
部署完openGauss简易安装后,使用DBeaver连接,报错FATAL: Forbid remote connection with trust method!
2023-05-10 11:24:43
4585
原创 IDEA:Error running,Command line is too long. Shorten command line解决方案
3.在Edit Configurations界面下方新增的Shorten command line选项中选择JAR manifest或classpath file。2.点击Modify options设置,勾选Shorten command line。2.find查询并定位到PropertiesComponent。1.在工程文件.idea目录下找到workspace.xml。1.打开Edit Configurations。4.CTRL+S保存确定。
2023-02-14 16:22:36
21224
3
原创 psql: error: could not connect to server: 拒绝连接解决
再部署启动postgresql数据库时遇到这样的问题
2022-12-12 15:34:24
4182
1
原创 【Android Studio】Manifest merger failed : uses-sdk:minSdkVersion 18 cannot be smaller than version 24
1:or increase this project’s minSdk version to at least 24 将此项目的 minSdk 版本增加到至少 24。在程序AndroidManifest.xml清单下添加一行代码,xxx填写overrideLibrary对应的名称。libs导入一个jar后,出现版本不兼容报错。2:强制使用(可能会导致运行时失败)......
2022-08-10 15:43:47
1161
2
原创 Cannot open a library at ‘FileMapping(from=E:\XXX\XXX.jar , to C:\Users\XXX\XXX.jar
Androidstudio
2022-08-05 11:21:49
544
原创 HttpRunner v3.0框架的使用练习
HttpRunner v3.0框架使⽤1.如何发现:testerhome.com/开源项⽬/HttpRunner是想尝试编写维护YAML or JSON脚本实现Web⾃动化测试并输出好看的测试报告「Allure」2.介绍:HttpRunner 是⼀款⾯向 HTTP(S) 协议的通⽤测试框架,只需编写维护⼀份YAML/JSON脚本,即可实现⾃动化测试、性能测试、线上监控、持续集成等多种测试需求。3.环境配置:HttpRunner 是⼀个基于 Python 开发的测试框架,可以运⾏在 macOS
2021-10-13 16:04:09
493
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人