- 博客(7)
- 收藏
- 关注
转载 web_set_user 不能login问题
查阅了blog和函数,终于解决了这个问题web_set_user(const char* username,const char * password,const char * host:port)假设你要访问的web url 是 http://login.asp,则第三个参数应该是“login:80”下面是验证成功的代码,添加在login接口前面:web_set_user("http://log...
2018-05-20 19:06:38 3986
原创 Allure2环境配置for Pytest
Python3+pytest+Allure21.For Macinstall allure:brew install allureFor Windows参考:https://www.jianshu.com/p/5735d388faa22.Pycharm安装pytest-allure3.编写pytest测试脚本4.执行命令pytest --alluredir allure-result test_pytest.py #allure-result为当前目录下的创建的文件夹,tes
2021-03-26 19:46:00 192
原创 Cucumber+Java+testNG
1.maven pom 添加一下依赖 <dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-testng</artifactId> <version>1.2.5&...
2019-11-18 11:52:43 1338
原创 python %s占位符的使用
#单个占位符使用%myscore =1000message = 'I scored %s ponits'print message % myscore #多个占位符的使用firstName = "xiao11wang"lastName = "dana"name = 'my name is %s %s'print name % (firstName,lastNam...
2018-12-22 17:10:53 1475
原创 如何上传代码到gitlab
1.创建gitlab账号2.在gitlab上创建目录,创建目录完成后会显示操作说明; Command line instructionsGit global setupgit config --global user.name "xx"git config --global user.email "xxx@sxx.cn"Create a new repositor...
2018-08-15 11:39:14 3809
转载 python操作mysql
oding:utf-8import MySQLdbimport sys#建立和数据库的连接db=MySQLdb.connect(host='rm-uf6m12',user="xx",passwd="xx",db = "sx_ls_pre")#获取操作游标cursor = db.cursor()#执行sql#cursor.execute("select mobile_code from ls_sms...
2018-07-01 21:47:12 198
转载 LR字符串截取lr_save_var
转自https://www.cnblogs.com/caolijuan/p/5553719.html 阅读后自己运行的结果原始值:orderIds 39925","18060711033828004233","1"需求:需要提取18060711033828004233lr_output_message("orderIds %s",lr_eval_string("{orderIds}"));lr_s...
2018-06-07 11:09:52 725
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人