Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/37704cdcf841409b22ff04d0913f4c09 to your computer and use it in GitHub Desktop.
Save ezhov-da/37704cdcf841409b22ff04d0913f4c09 to your computer and use it in GitHub Desktop.
установка пользовательских переменных из командной строки
==> https://www.novatec-gmbh.de/en/how-to-pass-command-line-properties-to-a-jmeter-testplan/
Синтакс:
${__P([property],[defaultvalue])}
Установка:
jmeter -JHOST=localhost -JPORT=8080 -t myTestplan.jmx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment