All Downloads are FREE. Search and download functionalities are using the official Maven repository.

automation.library.conversion2jmx.common.config.Conversion2JmxConfig Maven / Gradle / Ivy

Go to download

The 'conversion2jmx' library to helps creating JMeter JMX files from different sources

The newest version!
package automation.library.conversion2jmx.common.config;

import org.apache.jmeter.util.JMeterUtils;

import java.io.File;

public class Conversion2JmxConfig
{
    public void setJMeterHome() throws Exception {
        String path = new File("").getAbsolutePath();
        path += "/jmeter";
        JMeterUtils.setJMeterHome(path);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy