From 119102c8a31946607eedbe96ea7a6f3fd967eddf Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 9 Apr 2025 05:16:14 -0400 Subject: [PATCH] improved randoms --- bank-to-simbrella/firstbank_to_simbrella_jwt_test.jmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bank-to-simbrella/firstbank_to_simbrella_jwt_test.jmx b/bank-to-simbrella/firstbank_to_simbrella_jwt_test.jmx index a8a6ac3..e6167a7 100644 --- a/bank-to-simbrella/firstbank_to_simbrella_jwt_test.jmx +++ b/bank-to-simbrella/firstbank_to_simbrella_jwt_test.jmx @@ -156,7 +156,7 @@ false { - "transactionId": "TRX${__time()}", + "transactionId": "TRX${__time()}${__Random(100,999)}", "countryCode": "NGR", "customerId": "${CustomerId}", "accountId": "${AccountID}", @@ -311,7 +311,7 @@ "customerId": "${customerId}", "accountId": "${accountId}", "msisdn": "${msisdn}", - "requestedAmount": "${maxAmount}", + "requestedAmount": "${__Random(100000,999999)}", "collectionType": 0, "offerId": 101, "channel": "100"