I added APIs in API section and with all test steps(means individual services ) and ensure that it is working end to end in API section and tried moving to TEST importing via end point cases (same API was used at different steps in API section). In test section request bodies were not taken correctly (it was from same end point use in a different case) we tried manually to correct in TEST section as there were not syncing
steps passed in API section with expected request body, prep/post processor due to sync issue
for a particular tests step which was passing API section and not working in TEST, we tried to run curl request in POSTMAN it passed
Is there a way to export APIDOG collection to POSTMAN. We tried however the sequencing including the end to end flow was not there ,only end points cases where there