0

I am new to Rest Assured. I have stored below Request in excel and successfully i am retrieving and sending also.. but while sending, i need to add 'Transaction tag' from another api response which i already stored in Object(TTAG).

So how to pass TTATG obj in 'transaction tag' during run time. Please suggest an idea.

Request:
{
  "transaction_tag": "Enter transaction tag",
  "transaction_type": "capture",
}
Shiv
  • 13
  • 4
  • Hi, Please provide [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example), We need to see the complete code – Wilfred Clement Apr 10 '20 at 14:52
  • @WilfredClement Thank you for looking in to my question.. I found solution from this below page. https://stackoverflow.com/questions/12595019/how-to-get-a-string-between-two-characters – Shiv Apr 24 '20 at 04:38
  • I found solution from this below page. https://stackoverflow.com/questions/12595019/how-to-get-a-string-between-two-characters – Shiv Apr 24 '20 at 04:40

0 Answers0