Grab your needed testcases into a TestSuite.
At the end of the testcase wich creates the transactionId, you have to update the GlobalVariable needed:
GlobalVariable.tescaseId = transactionID // here you pass the needed value/variable to the global. the global variable has to be defined
Once you run the suite, the GlobalVariable will be updated and used accordingly. You won’t see it in the GUI profile but it should work.
Hi roshinakt,
Could you please share the screenshot what u mentioned under aithorization tab as well.
I have used a similar approach like under authorization tab selected bearer and gave value as $(token).
Created a global variable and paased th3 variable authorization as above mentioned and updated the http header and it got updated u der HTTP header tab.
After doing this when i run my TC by giving the object repository path with JSON required methods i am getting output as unauthorised. Please share your response and help me in resolving the issue