Flow control action in jmeter. If you introduce artificial delay of 3 seconds - it will make the overall throughput lower. Flow control action in jmeter

 
 If you introduce artificial delay of 3 seconds - it will make the overall throughput lowerFlow control action in jmeter Flow Control Actions are used to control how often the children actions are executed

Add Flow Control Action sampler as a child of the If Controller and configure it as follows: this $ {__Random (3000,8000,)} function will generate random think time. Initially, JMeter was introduced for load and performance test web applications, but later on its scope has widened and can perform load and performance. This field is requiredThread Group. allows pauses to be included without needing to generate a sample. 1 it's recommended to use JSR223 Test Elements and Groovy language for any form of scripting; If for some reason (I fail to see any valid reason though) you still want to do this using JSR223 Sampler instead of Flow Control Action sampler - the relevant code would be:When JMeter executes this Pre-Processor element, it stores the values in the variables which can be referenced by any Samplers within the same thread group. Using Flow Control Action sampler so it would run at given intervals. Rather than generate a sample, the test element either pauses or stops the selected target. Apache JMeter doesn't natively pace based on the number of tests per user. Share. Debug Sampler. bat file on windows. Return to HTTP (S) Test Script Recorder, and click the Start button at the top. ③ 保存したjmeter_ja. wait 1 second. The solutions I have tried are: 1. you should have N loops (using Loop Controller e. Subscribe to Our Channel : Flow Control Action sampler is used to modify the execution flow of JMeter by performing specific actions. Listen for response 4. Flow Control Action Sampler - will create a delay exactly where it's placed in. To pause (sleep) current or. URL of your influxDB database in regards to the OctoPerf load generators. I have recorded JMeter script for a website. Phần 2: Hướng dẫn xây dựng kịch bản test. 0/jmeter_5_flow_control_action. - Controllers: Controllers provide flow. JMeter allows you to save the entire Test Plan tree or only a portion of it. jmeter. Get Mastering JMeter 5. 要約. 0. 12 if the If Controller is the only child of LoopController and it is false on start. Follow. Thread Group Properties: number of threads : 600 ramp up period : 60 Loop count : 5, Add Sampler -> Flow Control Action Select Logical Action on thread as Pause Duration (milliseconds). 2) - generate parent sampler containing the nested samples. I added flow control action (for delay) before my login. I'm trying to make a part of my thread group to be executed only in a last iteration of a thread. Execute the request in Postman. You can create your own implementation of the algorithm using the JSR223 timer. 0. Flow Control Action is just below the while controller i. If it is added at the Test Plan level then it acts as a global timer and the delay is added for all the samplers before the process. 0. You can pass the token from that Thread Group to "main" thread group via __setProperty () function or using Inter-Thread Communication Plugin. Start Next Thread. Read the article to know more about different Launching modes of JMeter. My thread groups should not start consecutively or concurrently. The Throughput Shaping Timer plugin adds the following features to JMeter: The Throughput Shaping Timer element - a timer that sets the desired RPS schedule via the JMeter GUI. JMeter JMX Recording Postman collection Selenium Web Driver Edit a Virtual User Edit a Virtual User The design page. Click on start button to start the recording. So JMeter will send a total of 2 * 50 = 100 HTTP Requests. Mouse over Add >. Add value 50 to Loop Count field as below figure. JMeter supports a variety of samplers, such as HTTP Request, JDBC Request, FTP Request, and more. You may directly click on New button from the toolbar or use keyboard shortcut key “Ctrl+L”. この記事ではJmeterで負荷量を調整する方法2つを説明している. Since JMeter 3. Follow. Add an IF controller after the request, within the while controller, check the success of the request. Set the number of iterations in the configuration. bat on Windows and jmeter. pdf__idx} More information: Using the While Controller in JMeterConstant Throughput Timer will try to slow down JMeter's throughput to the defined value by sleeping for the period of time before executing the Sampler if needed. The "Stop" action stops the thread or test after completing any samples that are in progress. Add Flow Control Action sampler to the end of the "LoginAPI" thread group and configure it to "sleep" for i. Pause for 1 second } 5. In the JMeter script, Constant Timer is used to add a constant delay before processing a sampler. You need to ensure that the Thread Group which extracts the token is executed before the Thread Group which uses the token, either tick "Run Thread Groups consecutively" on Test Plan level:. A Constant Throughput Timer element sets the Target Throughput property to your desired rate of samples per minute. Go to JMETER_HOME/bin and start JMeter with jmeterw. Share. Apache JMeter is an open-source, pure Java platform software which is designed to load test functional behavior and measure performance. 3. Stop JMeter test execution only after n assertion errors. The Thread Group is an element of JMeter that controls the number of threads to execute your test. Flow Control Action:- Earlier it was known as Test action. Introduction to Jmeter ; Downloading and Installing JMeter ; Configuring Jmeter Classpath ;. Thanks in advance! while-loop; jmeter; Share. . When you generate the token use __time() function to store the token generation time into a JMeter Variable like ${__time(,tokenGenerationTime)} Depending on the way you design your test either use __counter() function or Counter test element or a pre-defined JMeter variable which holds the current iteration of the Loop Controller or While. About; Products. Then Network tab. 2 there is no WebSocket support out of the box. JMeter has become an industry-standard tool for conducting functional, load, performance, and regression tests on web applications. Now If you run the new thread group - it will execute only the selected simple controller. I need 3 thread groups as 3 users will login and will read 3 different lines from a CSV file. This timer is based on the Poisson Distribution Function. Share. getThread(). 0 is out! article: Check resume video download between iterations in case you want the plugin to download from where it left off in the last iteration. 对于可变延迟,将暂停时间设置为零,并添加一个 Timer 作为. Phần 4: Mở rộng – Tạo lập Scripts tự động bằng HTTP (S. If there is another Sampler after it- you can add a Timer as a child of. apc. One of those is the lack of a decent analysis, results and reporting engine - which I guess is why a lot of companies use Blazemeter as their testing component. To run in CLI mode, open a terminal window and navigate to the. Improve this answer. JMeter - running a login request once and looping other requests. JSR223 Actions execute Java or Groovy script during load test execution. asked Feb 9, 2016 at 16:12. The script code is as follows: props. Given you use Test Action my expectation is that you're sitting on one of the previous JMeter versions as this sampler has been renamed to Flow Control Action in JMeter 5. A flow control action is an action that: Does not need a contact or a participant to succeed. repeat steps 1-2 98 more times. TCP Sampler. Or by adding the next line to log4j2. Constant Timer. 34k 5 5. How to pass mulitple record in Http Request Body parameter. usercount=10 group1. Subscription FREE. Flow Control Action/Test Action- Test Action is a unique kind of Sampler that is used to insert pauses into a test rather than making a request to the server. It scales web development by helping you measure and analyze application performance. The configuration I have used is. The execution order of the elements in an Apache JMeter performance test plan is very important, it helps understand the timeline of events and how your test will behave. 162k 5 5 gold badges 85 85 silver badges 134 134 bronze badges. 8. The Counter Variable is used to generate numeric counters. To pass the token to other Thread Group(s) you. Reducing number of threads currently can be implemented in 2 ways: Putting thread to "sleep" without actually stopping it, can be achieved using Flow Control Action Sampler. JMeter - Multiple requests at the same time but with different values. This tutorial provides basic and in-depth knowledge of the Apache JMeter Performance Testing tool. To pause (sleep) current or all thread for specified amount of time (duration is set in milliseconds). Attached to the flow control action, a pre. Flow Control. Add a relevant JMeter Timer (i. dd HH:mm:ss", yourDate) vars. You can amend your Thread Group settings to run the Samplers for 1 hour followed by 5 minutes delay. A complete list of samplers are given here : Flow Control Action. I would rather put these 2 API requests to different Thread Groups and configure the 1st API to run once per hour by adding i. sh signal to the headless load stations during the load test itself), so I don't. You can transfer a value between Thread Groups by converting it into a JMeter Property. I'm scraping the token with JSON extractor, and parcing it using the BeanShell post-processor, by the following command:Navigate to JMeter_Home and execute the JMeter, which is saved as a . Add a Test Action Sampler In the "Duration (milliseconds)" field, set the value as simply $ {mydelay} Right Click Test Action Sampler > Add > Timer > Beanshell timer. Controller. So basically throughput is the number of requests which JMeter was able to within test duration time frame. In this course, you’ll learn to invoke key features of the latest version of this testing tool to achieve peak performance for your web applications, all the while improving the testing team’s productivity by developing realistic and scalable test plans and automation. Add Flow Control Action sampler after the Runtime Controller and set it to "Pause" for 60000 milliseconds Just in case be informed that as per JMeter Best Practices you should always be using the latest version of JMeter so consider upgrading to JMeter 5. Share. 1. JMeter automatically treats HTTP Request samplers with status codes above 400 as failed so you don't have to go for scripting, you can stop the test using If Controller using the following condition: ${__jexl3("${JMeterThread. Jmeter request and report validation. Improve this answer. The Course Overview. 0. NaveenKumar shows you how to integrate your test plans into GitHub Actions for JMeter test plans to automate your scheduling, test execution matrix, and results collection. If "different intervals" come into play the only solution I can think of is using different Thread Groups for representing different services consumers as due to JMeter's threads model all Samplers inside a single Thread Group will act at a speed of the "slowest" sampler and given the application has "background" services these calls need to. For some actions that might take a long time, ensure you set a big enough timeout: ; Adjust the timeout in end-clause on a Citrix Sampler if this sampler must make a zone hash/OCR . Follow answered Dec. 3. Apache JMeter is an open-source, Java-based, load testing tool that can be used to analyze the functional behavior of a system and measure the performance of a system under a load test. Test Action that will be used to Start Next Thread Loop; Test plan would have the following layout: Share. JSR223 Sampler. More information: A Comprehensive Guide to Using JMeter Timers. Add Flow Control Action at the end of the test for pausing exact time before next loop. ) with child Throughput Controller set X percents (X is integer, 0 <= X <= 100) - so than X% from N loops is integer value too. Conclusion. What should be used to extract 'userID' from first API response and use it as an input to second request. FifoTimeout=120 in user. First and foremost thank you for the help. For variable delays, set the pause time to zero, and add a Timer as a child. OctoPerf load testing - Flow Control Container Action documentation. Use the following __jexl3 () function as the condition: $ {__jexl3 (!$ {JMeterThread. To pause (sleep) current or all thread for specified amount of time (duration is set in milliseconds). The Thread Group has three particularly important properties influence the load test: Number of Threads (users): The number of users that JMeter will attempt to simulate. Convert setUp Thread Group to "normal" Thread Group Add a Flow Control Action sampler which will introduce delay of, say, 29 minutes and add more loops to the Thread Group; This way each 29 minutes JMeter will request for the new token and update the property holding the token with the new value. JSR223 Sampler. The accepted answer in this thread is from 2014 and does not seem to work any more. e. Add Flow Control Action sampler to the end of the "LoginAPI" thread group and configure it to "sleep" for i. Functions are shortcuts you can use to avoid adding a script block into your virtual user. If the threads are still running, i need to stop their execution and start the next iteration. Improve this answer. Configure Thread Group to run Forever and add a Flow Control Action sampler to sleep for 3600000 milliseconds between iterations. it is immediate sibling of while controller. Go to your JMeterbin folder and double click on the Apache JMeter ". The Search feature has improved and now lets you iterate in the tree over search results and make necessary replacements through the Next / Previous / Replace / Replace / Find buttons. Jmeter 5. 1 Answer. duration=600 # New User Registration. I suppose it's some bug in JMeter because thousands of samples are calculated correctly and just couple of them include timer duration. wait 1 second. "Go to next iteration of Current Loop" seems suitable. Flow Control Action sampler is used along with the logical controllers to control the sampler execution. This element needs to be placed before the 'HTTP Request' in your loop controller as mentioned below: HTTP Request (1) HTTP Request (2) Loop Controller (Y times)In order to create the steps within the test plan offered by the Apache JMeter tool, the following concepts must be known: Test Plan: using it will make JMeter record the data returned by the. . Create a test plan. It is used to send HTTP/HTTPS requests to the target web server. You need to ensure that JMeter sends Connection header with the value of keep-alive. This sampler can also be useful in conjunction with the Transaction Controller, as it allows pauses to be included without needing to generate a sample. Instead, you use an element of the Constant Throughput Timer , Constant Timer , or. e. Test Action had name replaced to Flow Control Action. Dmitri T. 4k 23 23 gold badges 132 132 silver badges 233 233 bronze badges. These expressions are composed of: boolean operations && or ||. put("key",value):将value存到jmeter变量key中,在后续请求中使用${“key”}进行引用。 Ctrl + 8: Debug Sampler: Ctrl + 9: 查看结果树Functions Usage¶. bat. Sorted by: 1. 2. or add a Flow Control Action sampler between "Validate" and "Cancel" requests and configure it to "Pause" for 3000 milliseconds: Both options will create a 3 seconds delay between "Validate" and "Cancel" requests. I can't figure out why: JMeter. To take the screenshot ( G raphics) of the JMeter screen. Right click Loop Controller, Add -> Sampler. 3. ctx. 4. – JessieB. In the “Connection” section, click on “Settings…”. There are 2 options: Add Flow Control Action sampler as the last request in the If Controller and configure it like:. 5 minutes after the POST request. What is JMeter and Its Brief History. I am trying to achieve pacing in my JMeter script similar to LR. 4. 0. pause video streaming: according to JMeter HLS Plugin 3. In this section, you will learn how to create a basic Test Plan to test a Web site. Alternative solution would be switching to JMeter Properties from the Inter-Thread Communication plugin, i. It can also change the order of requests coming from their child. 3. This means that it will run the Login request once per hour. Mouse over Threads (Users) >. I want to send all the records/data with packets of 50 records (all different) per minute in jmeter. In addition you might want to check the Artifacts Directory and check jmeter. If you want "login" transaction to be kicked off only when all 30 users completed "register" transaction you need to: Add Test Action sampler between "register" and "login" transaction controllers. Flow Control Action sampler is used along with the logical controllers to control the sampler execution. There is a special box in the Test Plan which allows JMeter to run Thread Groups at the same time: if you untick it - JMeter will run all the Thread Groups in parallel. Compile the source code of the plugin and put it in the /lib/ext. Jmeter 5. According to the documentation: Properties are not the same as variables. 0. Jmeter - Dummy Sampler vs Flow Action. To apply a timer after a sampler, either add it to the next sampler, or add it as the child of a Flow Control Action. put("date", date. To pause (sleep). We will be passing thread group user count, ramp-up period, thread group duration information via property files to the test. 4 - Flow Control Action Sampler. I wanted to check if I can use JMX dummy sampler to implement the same JSR223 timer?The browser closes when the thread (virtual user) doesn't have any more Samplers to execute. Note: You shall add a delay after checking the status of the last sampler. To save only the elements located in a particular "branch" of the Test Plan tree, select the Test Plan element in the tree from which to start the "branch", and then click your right mouse button to access the "Save Selection As. Sorted by: 10. toLong (); long wait = ts - {previous timestamp in csv} return wait; What I don't understand is where this value comes from: {previous timestamp in csv} Finally you need to understand how timer work:Building a Web Test Plan. Step 1. There is no need to have a counter, While Controller exposes a special variable, in your case it will be ${__jm__While Controller For Thumbnail-1 QA1. 1" 2020-04-14 Note: There might be more issues for flow control action when Break current loop is used, so if you have time please investigate. Flow Control Action sampler is used along with the logical controllers to control the sampler execution. Flow Control Action・・・Flow Control Action自身の実行を何秒遅延させるかを設定します。 「Sampler > Flow Control Action」の設定 Logical Action on Threa. Share. Add Flow Control Action between Controllers and choose Pause with 10000 miliseconds. you need to amend your test plan configuration to include Synchronizing Timer with Number of Simultaneous Users to Group by set to 500 and replace the Constant Timer with the Flow Control Action sampler. JMeter automatically treats HTTP Request samplers with status codes above 400 as failed so you don't have to go for scripting, you can stop the test using If Controller using the following condition: ${__jexl3("${JMeterThread. For tests distributed over several load generators, make sure to configure your Setup Thread to be Global so it is executed only once per test (instead of once per load. 13 2021-10-19 OpenJDK Runtime Environment (build 11. In this YouTube Shorts video, we will be exploring the Flow Control Action Controller and Sampler in JMeter. batをダブルクリックして実行し、画面が日本語になっていることを確認します。 以上で、JMeterを使用できる準備が整いました。 次からは、負荷をかける為のシナリオ設定作業に入ります。 設定作業(基本)I have two threads in Jmeter. :To add a new Flow Control Action under a Thread Group/Controller: CTRL + 6: To add a new JSR223 PostProcessor under a Test Plan/Thread Group/Controller/Sampler:. Share. in this case the delay will be introduced before first request, see A Comprehensive Guide to Using JMeter Timers article for more information. This proposal describes possible design of adding flow control to Taurus by adding "logic blocks" to scenario. err and jmeter. Jmeter - Dummy Sampler vs Flow Action. Instead of Constant Throughput Timer you can use Flow Control Action sampler to introduce static delay of 5000 ms. Set HTTP Proxy to “localhost” and Port to “8080”. 99. Make sure this is accessible from the load generators. 2 Answers. Jmeter 5. Once the request is proceesed by the server, its response is returned to JMeter and the same can be viewed and analyzed in terms of different performance parameters like response time, Hits per second, throughput, etc. In this course, you’ll learn to invoke key features of the latest version of this testing tool to achieve peak performance for your. Ram (Bug 63150): Hi Team, Hope you are doing well. Instead, you use an element of the Constant Throughput Timer, Constant Timer, or Flow Control Action type. e. Other (and the main factor) is your application response time because JMeter. e. Select the test plan node and right click on the selected item. Jmeter test scenario setup with target transactions per hour. If you want to introduce a delay between 2 iterations add Flow Control Action sampler and define the desired delay there. make those in the loop count for Y. 1. Select Test Plan on the tree. Q2 we don't know, most probably the reason is that your test doesn't run long enough so first thread isn't able to execute all samplers in scenarios 1 and 2 or there are some Logic Controllers which prevent these scenarios execution or there is a Flow Control Action sampler which doesn't allow the thread to go further, etc. Depending on the size of JTL files, it may take a few minutes before the merged file is ready. Sau đó ta chọn thêm Timer cho Action này. Apache JMeter doesn't natively pace based on the number of tests per user. " menu item. He also does a demo. Dec 3, 2021 at 14:29. send another 500 requests. 1" 2020-04-14 Note: There might be more issues for flow control action when Break current loop is used, so if you have time please investigate. Additionally if you want all the users to finish the action - add a Synchronizing Timer and set the number of users to group by to be equal to the number of threads in the Thread Group. 1 Samplers¶ Samplers tell JMeter to send requests to a server and wait. 2. You may use ctx variable from your JSR223 Assertion to get access to JMeter. You have Flow Control Action sampler somewhere which stops the test;Similarly in the "main" thread group you can put Flow Control Action sampler as the "last" sampler so it will terminate the test when the main scenario ends. Tạo Flow control action: Thread Group -> Add -> Sampler -> Follow Control Action. If you want to add a delay between each iteration of each thread add a Flow Control Action Sampler as the first sampler and set the delay in the controller. Instead, you use an element of the Constant Throughput Timer, Constant Timer, or Flow Control Action type. Flow Control Action (was: Test Action ) SMTP Sampler. But despite trying several different configs, Flow Control Action never runs. Most server-based applications usually have more than one scenario, so creating a separate Thread Group mapped with each use case. Right click on Test Plan > Add > Non-Test Elements > HTTP (S) Test Script Recorder. 1. timer. stop() SampleResult. 📕 Related Resource: JMeter Tutorial: Getting Started With the Basics. Flow Control Action sampler is used along with the logical controllers to control the sampler execution. , on various protocols or technologies. 1 you're supposed to use JSR223 Test Elements and Groovy. How set a variable as a parameter value in JMeter. Flow Control Action, however the Pause doesn't actually pause for me. We try to provide alternatives in the various languages supported by JMeter when possible. As of JMeter 5. You need to add a Sampler, i. Take a Look: JMeter Training. The if Logic Actions can contain condition expressions. I have tested Http request using web service calls. Add If Controller after the Sampler which you suppose to be failing. this adds a "flow control action" after each page/transaction controller. Improve this answer. The timer will be applied before the sampler is executed. You can control the number of users simulated (number of threads), the ramp up time (how long it takes to start all the threads), the number of times to perform the test, and optionally, a start and stop time for the test Sampler: tells JMeter to send requests to a server and wait for a response. Let’s assume that we have a basic script with two request samplers: the first request sampler is located one step before the. REM JMeterを起動する jmeter. it is immediate sibling of while controller. I can think of 2 possible reasons which might cause premature ending of your test: CSV Data Set Config is configured to stop thread on EOF, make sure it's set up like at the image below: Flow Control Action sampler is configured to stop either thread or test Jmeter 5. Improve this answer. How to determine when thread group is finished I have 2 threadgroups (ignore the. Flow Control Action:0. 1. Overall, JMeter samplers are an essential component of load testing and performance testing. in this case the delay will be added after the last HTTP Request sampler. parse("yyyy. Rather than generate a sample, the test element either pauses or stops the selected target. You could use a JMeter variable or property to set a dynamic value Cụm bài viết của mình gồm các phần từ bắt đầu cho tới nâng cao: Phần 1: Giới thiệu và cài đặt. I ended up using a Test Action with 30s pause. How does JMeter handle token expiration? 1 Answer. You may look into this discussion for better examples and. Get the token in one Thread Group which performs the authantication and set a delay for i. So, the total number of requests is (5 users) x (2 requests) x (repeat 2 times) = 20 HTTP requests. Flow control Action - This is special type of Sampler,. If there is a way to verify the progress of the "background process" using HTTP Request or JDBC Request sampler. 0. e. Request 2 (perform login) providing credentials and all dynamic variables from the previous step. - Controllers: Controllers provide flow. The value is shared between all virtual users running on the same load generator by default. JMeter timers obey JMeter scoping rules so if you want the Constant Timer to be applied to one specific sampler only - you need to make it a child of the sampler. The default element is chosen from the HTTP request. Since JMeter 3. Replace the Timer with a Flow Control Action PAUSE and you will have the behaviour that you want. Stack Overflow Public questions & answers; Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Talent Build your employer brand ; Advertising Reach developers & technologists worldwide; About the company1 Answer. One the main scripts and the other is handling refreshing the Users Token This Second one runs every 3 mins and loops forever The First thread has multi users. it allows pauses to be included without needing to generate a sample. Response Assertion. out); Basically, it returns all the System Properties PLUS JMeter properties remote_hosts, jmeter. 1 I noticed that the Constant Throughput Timer is unable to control the tests throughput if a Test Action / Flow Control Action is used after the Constant Throughput Timer declaration. To make these names unique, I tried. Logic Controllers help you to control the flow the order of processing of samplers in a thread. 0 While Controller exposes current iteration via __jm__While Controller__idx pre-defined variableThe idea of bypassing dynamic parameters is building your Test Plan as follows: Request 1 (open login page) Extract dynamic parameters and store them into JMeter Variables. 0. last_sample_ok}"=="false",)} and add Flow Control Action sampler as a child of the If Controller 6) Flow Control Action. What is JMeter flow control action? Flow Control Action sampler is used along with the logical controllers to control the sampler execution. jMeter: Restart loop only after the previous loop is complete. There are 2 possible solutions: You can put some form of "hard wait" using Flow Control Action sampler or suitable JMeter Timer so the next "GET" request will always be executed in i. Your while controller will have to check the iteration count only 2. In a JMeter test plan, I have 4 thread groups which will be executed consecutively, however there is a dependency of certain variables from one thread group to another and hence, in case of any sampler failure in previous thread group, the execution of subsequent thread groups should stop. HTTP Request:- This is the widely used sampler to test web applications. I wanted to check if I can use JMX dummy sampler to implement the same JSR223 timer? Flow Control Action (was: Test Action ) ¶ The Flow Control Action sampler is a sampler that is intended for use in a conditional controller. Flow Control Actions are used to control how often the children actions are executed. The following link gives a working code Restarting a user thread conditionally in JMeter where setTestLogicalAction is called from SampleResult. JMeter supports a wide range of samplers to cover various. Use Regular expression extractor & JMeter functions to handle those dynamic parameters Run the script with 1 user and see if it works If it works successfully then you can move on to running the same scenario with more usersThis Groovy script checks for a response code of 200 and for the text “Welcome to the Simple Travel Agency!” on the page. 1. The following procedure explains how to change a Counter variable configuration:If you want to store the accessToken value into a JMeter property for using in other Thread Group(s) be aware that properties are global for the whole JVM and remain until JMeter is restarted so if you define a single accessToken property - each JMeter Thread (or iteration) will overwrite the value. setIgnore () vars. 3. Is it possible to modify some attributes in the XML body data of an HTTP Request in JMETER? The XML in the body data would be a template, which would change with the different parameters (number d1n number d2) that would change.