Good performance engineers need to know what’s “under the hood”
Recently, I was involved in a debate about whether it’s necessary for performance testers to understand the architecture of the system in order to become a specialist in performance/ performance testing/ performance engineering. At Abstracta, this is something we strongly believe in and stand for because the steps involved in performance testing require an in-depth knowledge of the system.
Here is a brief summary of the three main steps of performance testing:
- Test Definition
- Automation
- Execution and Monitoring
In defining the test, the main knowledge required of performance testers pertains to the business and knowing what the user behavior will be and expectations, among other things.
For the automation, the knowledge required is about the use of automation tools and communication protocols (HTTP, SIP, SOAP, ISO8583, etc.)
For executing and monitoring, performance testers must have an understanding of the fine details of the system’s components. The term “components” implies both internal components and the base software used: web server, database server, JVM, .NetFramework, etc. In order to add value at this stage, we must be quite experienced in testing and willing to understand how things work “at the low level”.
This variety of skills required is what makes this role an exciting challenge because there are always new technologies and solutions that are ever more complex.
At Abstracta, we often say that, testers, like doctors, diagnose exactly what is going on with the system and suggest remedies.
In short, we think that in order to be good performance testers, IT IS INDEED necessary and important to be knowledgeable about the architecture of systems and the details of their components. We believe its imperative for performance testers to understand the architecture of a system so it is our mission to help them with this understanding. Isn’t that what makes a good doctor?
Need a quick diagnosis? Contact us and let’s get started.
Recommended for You
[Infographic] Why Should I Become a Performance Tester?
Performance Testing in Production
Tags In
Related Posts
Q&A with Melissa Chawla, Senior Manager of Performance Engineering at Shutterfly
Real attendees’ questions and answers from our webinar about how Shutterfly runs performance testing continuously Last week, I had the fortune of hosting a webinar with Melissa Chawla, the Senior Manager of Performance Engineering for one of our clients, Shutterfly. The webinar was called, “Learn…
JMeter Response Assertions: How to Know What to Validate in an HTTP Response Request
How do we select good assertions? For those of us who work with JMeter and performance tests, we know the importance of adding validations to all HTTP Requests. Validations are not just a way to confirm that the server is responding as expected, but they…