I have an array, for example, it has 100 length, and I need to select a specific number of values from an array, for example, I want any 5 values from an array. How to do this?
I saw Karate : Select 'n' number of random values from an Array but here I don't provide a specific number of values. So this is not my case(