简体   繁体   English

从JMeter中的CSV文件传递数组

[英]Passing array from CSV file in JMeter

I'm newbie in JMeter. 我是JMeter的新手。 Can anybody help me? 有谁能够帮助我?

I need to passing array from my CSV file to my php function with JMeter. 我需要使用JMeter将数组从我的CSV文件传递到我的php函数。

ex : in my CSV file 例如:在我的CSV文件中

Data1
Data2
Data3
Data4
Data5
Data6

And can I do this? 我可以这样做吗?

{Data1, Data2, Data3} used by User1
{Data4, Data5, Data6} used by User2

How can I do that? 我怎样才能做到这一点?

Please gimme a clue. 请给我一个线索。 I have been searching for the clues, but it's hard to found. 我一直在寻找线索,但很难找到。

And sorry for my english. 抱歉我的英语。

Your question is a bit generic and not well defined. 你的问题有点泛泛,没有明确定义。 I would recommend you view some JMeter video tutorials to get started and come back with more specific questions. 我建议您查看一些JMeter视频教程以开始使用并返回更具体的问题。 These tutorial cover CSV files and dynamic JMeter requests so it also covers your specific question: 这些教程涵盖了CSV文件和动态JMeter请求,因此它还涵盖了您的具体问题:

http://blazemeter.com/blog/jmeter-tutorial-video-series http://blazemeter.com/blog/jmeter-tutorial-video-series

If you have questions after viewing the videos on something more specific come back elaborate on where you are stuck. 如果您在查看视频后有疑问,请更详细地说明您遇到的问题。

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

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