I have a variable 'transactionId' that must be injected in either form post parameters, jsonpaths, or query string parameters. There are three different names of form post parameters, six different jsonpaths and three different query string parameters to inject the variable value. The form post parameters can be TransactionId, transactionId or tranId. The jsonpaths can be $..tranId, $..transactionId, $..TranId, $..id etc. etc. etc. As far as I can tell, in a framework rule only two of those can be combined. Do I have to create 9 or more different framework rules to inject in every possible location, or is there a more elegant way that combines all 12 injection points?
↧