将 JMeter Siebel CRM Recorder 用于其他应用程序
Use JMeter Siebel CRM Recorder for other applications
与 Siebel CRM 记录器进行自相关的可能性很大,我想将它用于非 Siebel CRM 应用程序。我在其他应用程序上尝试了一些但没有任何反应。
示例请求:
<request>
<output local-name="UserID"/>
示例响应:
<data UserID="123" />
Siebel 关联设置:
Reference name: UserID
Request Regex: UserID="(.+?)"
Response Regex: UserID="(.+?)"
Match Number: 1
Match Group: 1
Field To Check: Body
我录制示例请求时,没有添加正则表达式...有什么问题吗?
您将无法使用 Siebel CRM Recorder 进行正常 HTTP/HTTPS protocols, if you're looking for a recording solution for web applications with automatic correlation you should be using BlazeMeter Proxy Recorder。
查看 How to Cut Your JMeter Scripting Time by 80% 了解更多详情。
问题很可能是由于 class 中创建关联规则的这一行:
如果您的内容类型不是 HTML,则不会创建任何规则。
您可以尝试删除它并重新编译代码。
与 Siebel CRM 记录器进行自相关的可能性很大,我想将它用于非 Siebel CRM 应用程序。我在其他应用程序上尝试了一些但没有任何反应。
示例请求:
<request>
<output local-name="UserID"/>
示例响应:
<data UserID="123" />
Siebel 关联设置:
Reference name: UserID
Request Regex: UserID="(.+?)"
Response Regex: UserID="(.+?)"
Match Number: 1
Match Group: 1
Field To Check: Body
我录制示例请求时,没有添加正则表达式...有什么问题吗?
您将无法使用 Siebel CRM Recorder 进行正常 HTTP/HTTPS protocols, if you're looking for a recording solution for web applications with automatic correlation you should be using BlazeMeter Proxy Recorder。
查看 How to Cut Your JMeter Scripting Time by 80% 了解更多详情。
问题很可能是由于 class 中创建关联规则的这一行:
如果您的内容类型不是 HTML,则不会创建任何规则。
您可以尝试删除它并重新编译代码。