摘要:
在测试计划中勾上 阅读全文
摘要:
例如: 有线程组HIS 、线程组门诊医生站 HIS中提取的patientId、patientVisitId需要在门诊医生站中使用 ①先在HIS中提取的patientId、patientVisitId ②在提取的接口下,新增后置处理器 ③工具里面有个函数助手对话框,选择setProperty,输入全局 阅读全文
偶然路过的靓仔-胡阳为中华之崛起而读书!中国加油! 问题不能及时回答,有需要的话加微信:921308494 |
:: :: :: :: :: 管理 |
|
|
摘要:
例如: 有线程组HIS 、线程组门诊医生站 HIS中提取的patientId、patientVisitId需要在门诊医生站中使用 ①先在HIS中提取的patientId、patientVisitId ②在提取的接口下,新增后置处理器 ③工具里面有个函数助手对话框,选择setProperty,输入全局 阅读全文
摘要:
例如json格式如下: 提取patientVisitId表达式:$.data.patientVisitId 类似于Python写法,如果有需要的情况下也会用到[0]这种下标 1是全词匹配 default 默认 null,如果没取到就会用到null 阅读全文
摘要:
在界面上操作 抓住相关的接口,有点类似于loadrunner的录制 安装: pip install mitmproxy mitmproxy分为三个组件: mitmproxy mitmweb 可视化的web界面 mitmdump 命令行格式,可用于对接python脚本 前置步骤: 1.如果是https 阅读全文
摘要:
安装beautifulsoup pip install beautifulsoup4 简单代码示例: import requests #导入requests包from bs4 import BeautifulSoup #导入beautifulsoup 包def getit(): r=requests 阅读全文
摘要:
models.CharField(max_length=1000,null=True,blank=True) 其中blank=True是admin管理后台自动校验放开 阅读全文
摘要:
print (response.json()['data']['patientId'])TypeError: list indices must be integers or slices, not str 原因:{...'data':[{'patientId':''}] } 解决方法: print 阅读全文
摘要:
lr_rendezvous("test"); 阅读全文
摘要:
先用soupUI调试 fiddler抓包 然后再写: web_custom_request("createSoapOrder", "URL=http://{hosts}:****/****/webService/eifWebService", "Method=post", "TargetFrame= 阅读全文
|