Passing response data in feature file cucumber

348 Views Asked by At

I have 2 APIs One API will give a 5 digit code Other API will validate that 5 digit code

Currently Iam writing feature files for both APIs In order to test these APIs in cucumber , I have written feature files for both.

So how can I pass the response received from first API in the feature file of the second API , Is there any way to do this?

0

There are 0 best solutions below