Home > Software design >  Jmeter with csv file in Linux for Login
Jmeter with csv file in Linux for Login

Time:03-08

Iam new to linux , i know how to run jmx files with CSV in Windows. Can any please guide how to run the jmx script with CSV for concurrant logins ??

CodePudding user response:

Jmeter CSV Able to run above scripts in windows, working fine. Same files need to run in Liux server

CodePudding user response:

Absolutely the same way:

  1. Use relative path to the CSV file, not the absolute path because Linux file system is different, it doesn't have drive letters

  2. Copy the CSV file along with the .jmx file to the same folder at the Linux machine, this way you will be able to use just filename in the CSV Data Set Config

  3. If you need the guidance on installation of JMeter on Linux:

  • Related