简体   繁体   English

我需要在jmeter中打开.html文件

[英]I need to open .html file in jmeter

I am new in JMETER. 我是JMETER的新手。

My source file is in my local machine: . 我的源文件在我的本地计算机上:。 (file:///C:/Users/user/Desktop/file.html) (文件:/// C:/Users/user/Desktop/file.html)

How can I open this file in JMETER? 如何在JMETER中打开此文件?

According to the How to Extract Data From Files With JMeter guide, all you need is to do is to configure HTTP Request sampler as follows: 根据如何使用JMeter从文件中提取数据指南,您所要做的就是配置HTTP Request采样器,如下所示:

  • Protocol: file 协议: file
  • Path: C:/Users/user/Desktop/file.html 路径: C:/Users/user/Desktop/file.html

    JMeter HTTP本地文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM