Conditional Statements

Hi Team ,

I have a parameter file of having 50k records, in which i want to feed 20k for if it satisfies one condition , likewise for remaining but it has to happen concurrently , I am using feeder for my scenario , could you please help me on java conditional statement for gatling

I am understanding you are having 2 conditions and you want both conditions to be executed, group() and doIf() could be what you are needing
Edit: group() is for executing multiple API at the same time, and doIf() is for executing a specific API when satisfied a condition.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.