How to write a custom request in JMeter | Handling Dynamic body data in JMeter | Beanshell | JMeter

preview_player
Показать описание
In this video you will get an idea on how to write a basic Beanshell code in order to handling some custom requests or dynamic body data using JMeter Beanshell concept.
Рекомендации по теме
Комментарии
Автор

Really appreciated, thanks for sharing great knowledge

kirankumar-xlsc
Автор

Nice content and looking forward for many more video on Jmeter

houseforsale
Автор

Hello Sir, I have 1 delete API, where It accepts the id as input to delete it, it is used for bulk delete some thing like below,
now the ID = 345621 this is coming from previous request, we can pass multiple values as shown below, but how to pass all the values at once in below format ?
{
"version": 1,
"resources": [
"user/name/345621",
"user/name/345622",
"user/name/345623",
]
}

DeepakParmarDee-Rock