- 博客(8)
- 收藏
- 关注
原创 2021-08-19Bean Shell常用内置变量
Bean Shell常用内置变量 JMeter在它的BeanShell中内置了变量,用户可以通过这些变量与JMeter进行交互,其中主要的变量及其使用方法如下: log:写入信息到jmeber.log文件,使用方法:log.info(“This is log info!”); ctx:该变量引用了当前线程的上下文,使用方法可参考:org.apache.jmeter.threads.JMeterContext。 vars- (JMeterVariables):操作jmet..
2021-08-19 19:15:57
165
原创 2021-06-10
#python3from bs4 import BeautifulSouphtml='''<html><head><title class='ceshi'>super 哈哈 star</title></head><body>天下第一帅<p class='sister'> 是不是</p></body></html>...
2021-06-10 10:57:17
203
原创 vi/vim 的使用精髓
命令模式:进入vim即命令模式只有三个操作命令i 进入输入模式 :进入底部命令模式输入模式:ESC进入命令模式底线命令模式:w保存q退出esc退出底部模式
2021-04-30 11:56:49
194
1
转载 自动化框架总结
selenium+python 自动化框架总结学自动化框架一段时间了,断断续续,今天在这里回顾总结一下整个测试过程是这样的:首先通过从外部文件中读取测试数据,测试对象元素,使用selenium在浏览器中模拟手工操作对系统进行必要的业务测试,测试完成后生成测试报告并邮件发送给测试人员整体结构如下:1.环境准备eclipse :需安装pydev、testng插件python :安装python完成后,需 pip下安装selenium:命令: pip install selenium我现在的环
2021-04-28 14:16:15
5148
原创 SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version运行python脚本时报如下错误:SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 8.
2021-04-27 14:21:39
3228
1
原创 Ubuntu 出现 Invalid operation update 或 Invalid operation upgrade的解决办法
Ubuntu 出现 Invalid operation update 或 Invalid operation upgrade的解决办法sudo apt update && sudo apt full-upgrade
2021-04-26 10:16:58
10123
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人