JMeter Non-GUI mode
Non-GUI mode is recommended as a test execution mode in JMeter. JMeter consumes less memory in Non-GUI mode which helps to accommodate more threads.
Non-GUI mode is recommended as a test execution mode in JMeter. JMeter consumes less memory in Non-GUI mode which helps to accommodate more threads.
Let’s consider, you run the script in the actual load test and often get an error at a particular step. Now, you want to know the error message coming inside the response body to check…
How to do I create a scenario with multiple scripts in Apache JMeter as we do in LoadRunner Controller? Apache JMeter is a single-component tool that has an element-based scripting feature. Unlike LoadRunner, JMeter does…
Regular Expression (RegEx) is a sequence of characters that define a search pattern. Each character in a regular expression is understood to be a metacharacter (with its special meaning), or a regular character (with its literal meaning). For example,…
Sometimes you need to save the value of a variable to a text or CSV file. Such a scenario is especially required at the time of test data generation when a value exists in the…