Performance Testing: How? When? Where? | Part 2

December 19, 2018

In our previous blog “Performance Testing: How? When? Where? | Part 1” we already started answering the perennial questions about testing. There, we reviewed the norm of running tests only in the final stages of a project. That led us to look at its advantages and disadvantages. We then considered whether our features and functionalities need to be ready by the time we test. And we talked about a levels-based approach to performance testing.
So now, let’s see how to integrate the approaches seen in Part 1 with CI/CD frameworks. Then we will also go through our final question: do I need to set up a replica of my production environment?

Working with CI/CD frameworks in performance testing

The benefit of working with CI/CD frameworks with levels-based testing is that you can define one job for each level.
There are several ways to integrate JMeter with Jenkins, but let’s see one that worked best for me.
In your Jenkins you will need to install two plugins:

  • Plot: Provides generic plotting (or graphing) capability.
  • Performance: Integrates JMeter reports with Jenkins.

Then, if you already have JMeter installed in Jenkins host, you can set Jenkins in order to use it. Just update the JMETER_HOME environment variable (for example, C:\apache-jmeter-5.0\). Otherwise, when you set the test, Performance Plugin will install JMeter the first time you run it.
Once you have everything installed and set, you can create a free-style job and go to the Build option and add a build step: Run Performance Test, as follows:
Build
C:\Users\leticia.almeida\Scripts\script.jmx -o execution.0.concurrency=$CONCURRENCY -o execution.0.iterations=$ITERATIONS -o execution.0.ramp-up=$RAMPUP -report
Where you have:

If you want to learn more about BlazeMeter, please check BlazeMeter documentation.
Then, $CONCURRENCY, $ITERATIONS and $RAMPUP are parameters of the building.
You can set this in the General Tab:
P.T.pt2 General
The test will then run with this scenario configuration. This, as you can see, is the same scenario you usually set in JMeter:
P.T.pt2 Thread

Getting to the reports…

Finally, after the run it, you will see two reports appear in Jenkins:

  • Performance Report
  • View External Report

P.T.pt2 Jenkins
These show the results of the test. The first one a comparative report:
Untitled presentation
FINAL TABLE
The second one, with the BlazeMeter report link and  complete information about the execution (Summary, KPIs, among others):
P.T.pt2 last chart
This way, you can add the testing into your pipeline easily. Also, you can run it after every deploy. As soon as a performance degradation occurs, you will notice and fix it. It’s a great approach.
Working under this approach, keep scripts easy to maintain to avoid false positives.  
And now, last, but not least…

Do I need to set up a replica of my production environment?

Well, it depends. Replicas work well in the following situations:

  • looking to improve the performance of your environment
  • wanting to set the configuration properly
  • needing to figure out if your infrastructure can bear the load
  • finding possible bottlenecks

In this case, having an production-like environment would be great. Once you have found the optimal configuration, you can replicate the changes into your production environment.
But sometimes you don’t have a replica of your production environment, just a smaller one. In these cases you can run tests for degradation issues in the application itself. The aim is to measure and improve the usage of the resources the application makes. For this, you don’t need a production environment; a test environment is good enough. As before, here we are shifting away from the type of testing you are used to. We are focusing on the application’s performance instead of the whole system. Yes, this is a valid approach, too.

Closing thoughts

So now, taking this into account…which approach that works best for you and why? And in what sort of situations would you prefer performance testing throughout vs. at the end? Share your comments with us!

Subscribe to our newsletter

Receive the latests news, curated posts and highlights from us. We’ll never spam, we promise.

The Quality Engineering Studio aims at reducing our clients’ business risks. We provide a comprehensive suite of innovative and robust testing and quality engineering services that ensure high-quality products to meet the needs of demanding, technology-avid users.