This shows you the differences between two versions of the page.
load_adaptor [2023/12/26 07:53] montse [Initialization parameters] |
load_adaptor [2025/01/09 12:37] (current) montse [Introduction] |
||
---|---|---|---|
Line 8: | Line 8: | ||
Jmeter is an application for load and performance testing of web applications and servers. | Jmeter is an application for load and performance testing of web applications and servers. | ||
- | To install it, go to the "About TAST" tab on the top right of the TAST web application, and there you can find the download.\\ \\ {{ :es:apache_jmeter_application.png?direct&400 |}}\\ \\ It has to be unzipped in "**C:\appTAST\jmeter**", so that the final path is as follows: "**C:\appTAST\jmeter\apache-jmeter-5.6.2**" (or current version). | ||
- | For its execution, from the CMD, launching C:\AppTastmeter-jmeter-jmeter-jmeter-5.6.2\binjmeter.bat\\ \\ | + | We can install it from TAST. We access our “User” tab located at the top right, and there we find “Downloads”:\\ \\ |
+ | |||
+ | {{ :en:edit_diagram:load_adaptor_1.png?direct&500 |}}\\ \\ Click on TAST User Functionalities:\\ \\ {{ :en:edit_diagram:load_adaptor_2.png?direct&500 |}}\\ \\ We look for the Apache JMeter Application and download it:\\ \\ {{ :en:edit_diagram:load_adaptor_3.png?direct&500 |}}\\ \\ | ||
+ | Extract and save the contents of the zip file in the jmeter folder. The final path will be as follows:\\ | ||
+ | **C:\Users\userid>\AppTast\jmeter\apache-jmeter-5.6.3 (or current version).** | ||
+ | |||
+ | For its execution, from the CMD launching:\\ | ||
+ | **C:\Users\<userid>\AppTast\jmeter\apache-jmeter-5.6.3\bin\jmeter.bat** | ||
=====Initialization parameters===== | =====Initialization parameters===== | ||
Line 17: | Line 23: | ||
* **Jmeter Path**: it will indicate the path where Jmeter is installed on our computer.\\ \\ | * **Jmeter Path**: it will indicate the path where Jmeter is installed on our computer.\\ \\ | ||
- | =====Predefined parameters (PF)===== | + | =====Predefined functions ===== |
+ | As of today there is only one predefined function: | ||
+ | |||
+ | * **executeJmeter**: executes a Jmeter plan test. It has two parameters: | ||
+ | * PathTestPlan: full path to the Jmeter test plan file to execute. | ||
+ | * PathResultFile: path and name of the CSV file where the result will be stored. | ||
+ | Output returns a String with the result of the Jmeter command execution.\\ \\ In addition to the output results provided by Jmeter's TAST, Jmeter will also create the result files defined in the test plan. |