Tutorial Intro
Let's Jmeter as code JMC in less than 5 minutes.
Getting Started#
Get started by looking to JMC Example and Users guide.
Create a new project using Gradle (Or Maven).#
Add a dependency to the last version of org.anasoid.jmc:jmc-core
To access the snapshot version use snapshot repository.
Write your tests#
Full support of Jmeter features, all nodes can add config, assertions, listeners, ... (Not all protocols are covered, but Http is 100% covered, and next protocol to be added will be JDBC).
Tests can be executed as junit or main method. it's recommended to execute final tests with the command line from JMX.