I am using SOAP UI for API test . Recently I created a testcase using REST REQUEST, send request params using groovy script like below images.
But how to pass Request params (version and authProvider ) dynamically in one testcase . Is it Possible in SOAP UI ?
Same scenerio i did in Spock test by WHERE block.
FirstTime version - "v1" and authProvider - "Salesforce" SecondTime version - "v2" and authProvider - "Bullhorn"
Is it possible in SOAPI UI? or need to write another testcase for different request?