How To Use “-1”/All On JMeter Selector
While scripting E-Commerce sites, situations, where cart service is not called after cart delete service, can be faced. It forces us to make only one request to cart and delete every item on cart one by one, without calling the cart request again. Let's check how to use “-1”/all on JMeter selector. Since the cart request is called only once, we have to get IDs of every item in the cart in only one selector. In this blog, you will see step by step how to overcome such situations. You can also apply this solution to JSON and REGEX Extractors. I want to find the right testing type [...]