Apache JMeter Pre-defined Functions

In the software world, functions are a very simple concept that carries out a certain, pre-defined activity by accepting some input and producing the desired result. Moreover, Apache JMeter contains certain in-built functions that speed up and simplify various elementary arithmetic and coding operations. How to call or use JMeter functions? The format of the … Read more

How to Test a MongoDB Cloud Database?

When working with cloud databases, you can have more room to focus on your code since many of the backend processes are handled by the database provider. These include security monitoring, storage allocation, and creating backups of your data. MongoDB’s cloud database, named Atlas, belongs to this category. It is a fully-managed database that allows … Read more

JMeter – Shortcuts

To make the work faster, we always looking for some shortcuts. JMeter; as a tool; also have some keyboard shortcuts which are as follow: JMeter Shortcuts with CTRL/SHIFT keys Shortcut Keys Purpose CTRL + A To select All the elements CTRL + C To Copy the selected element CTRL+SHIFT+C To make a Duplicate Copy of … Read more

JMeter – Docker Test Executions

Written By: Swetha Pujari Introduction JMeter tests can be done on GUI and non-GUI in a headless front, both of which are easy to set up for JMeter enthusiasts. However, there are instances where developers/remote stakeholders/shared testing teams have to execute the Performance tests on different machines. Even when the testing team does not have … Read more