From 5678ecb358b0157df8f66e06b0eec52afe70c0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B8=D0=BC=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 1 Aug 2025 14:55:45 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mathmodenjoyer.jmx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/mathmodenjoyer.jmx b/mathmodenjoyer.jmx index a3dc9dc..a0a21a6 100644 --- a/mathmodenjoyer.jmx +++ b/mathmodenjoyer.jmx @@ -73,7 +73,7 @@ - + Test Plan Test Plan @@ -81,7 +81,7 @@ - + Test Plan Test Plan @@ -89,7 +89,7 @@ - + Test Plan Test Plan @@ -2680,7 +2680,7 @@ vars.put("password_user", password) false queue - ${__Random(1,3)} + "${__Random(1,3)}" = true @@ -2701,9 +2701,10 @@ vars.put("password_user", password) false priority - ${__Random(1,6)} + "${__Random(1,6)}" = true + text/plain false @@ -2738,22 +2739,6 @@ vars.put("password_user", password) - - groovy - - - true - import java.util.Random; - -Random rand = new Random(); - -int randomQueue = rand.nextInt(2) + 1; -int randomPriority = rand.nextInt(5) + 1; - -vars.put("queue", randomQueue.toString()); -vars.put("priority", randomPriority.toString()); - -