rikribbers.nl

Somewhere doing something with or without someone

Articles with the jmeter tag

Jmeter as JUnit tests (and integrating them in a CI build)

I use JMeter a lot for creating functional tests. These (unit)tests mostly exists of testing REST APIs against a running application. Why? There must be some other tool for it, right? I know, however I simply know how to use it, so I had it up and...

Setting an exit code with JMeter in command line mode

I have been using JMeter lately for some functional testing of a REST interface. Why JMeter? Well simply because I know how to use it. However I wanted to run the tests in the JMeter commandline mode and use the exit code as an indication the...