Blog

Your blog category

Runtime Overview

NeoLoad – Runtime Overview In the NeoLoad tool, the ‘Runtime’ section has a tab called ‘Runtime Overview’.  Provides general details about the test that is currently running. the NeoLoad Runtime Overview feature, a useful tool for monitoring and analyzing the performance of your load tests. The Runtime Overview tab is located in the Runtime section …

Runtime Overview Read More »

Uninstall of NeoLoad

 How to uninstall NeoLoad? Use the following steps to remove NeoLoad from your computer: Figure:01 2. Move the cursor down until you see “NeoLoad Version>”. and select ‘Delete’ Figure:02 3. Along with the information and warning, a pop-up window titled “NeoLoad Version > Uninstall” will appear. After reading the warning, click “Next.” Figure:03 4. Click …

Uninstall of NeoLoad Read More »

launch modes

launch modes Launching the JMeter tool for scripting purposes is the next step after successfully installing JMeter. Even if launching the Apache JMeter tool isn’t a big deal, the purpose of this article is to educate readers about the different JMeter launch modes. There are three ways to start the Apache JMeter program on your …

launch modes Read More »

web_reg_find

The test script uses the LoadRunner function web_reg_find as a content check function. Why does the function name look this way? Web protocol, identified by the prefix “web,” uses the web_reg_find function. By using the’reg’ symbol, this function registers a request to look up a text string. Finding and validating the text string on the …

web_reg_find Read More »

web_find

 The web_reg_find function has replaced the deprecated web_find function. This feature was only available for recorded scripts that used HTML. To find a particular text string within an HTML page, the web_find function was used. The slowness of this feature is one reason why it should be deprecated. Since it only searches the context after …

web_find Read More »

Folder Structure

Folder Structure The main directory of apache-jmeter-version> contains the following directories after extracting the downloaded Apache JMeter archive: The JMeter script file to start JMeter is located in /bin and /docs. /extras/ JMeter documentation files: /lib/ additional files related to ant /lib/ext: contains the main jar files for JMeter and protocols /lib/junit: contains the Java …

Folder Structure Read More »

Text Check

Text check in LoadRunner The text check is used to check if a word or string is present in the server response, as its name implies. Running a text check for each page in the web script is a best practice. You’ll learn how to use text in LoadRunner as a “text control” and what …

Text Check Read More »

Content check

 LoadRunner Content Checker Overview It is well known that LoadRunner generates the server load by simulating a real user and browser. When we say “simulate the real browser”, we mean that LoadRunner does not send the request through a real browser, nor does it receive or load the page like a real browser, so how …

Content check Read More »

Scroll to Top