Forum Discussion
No RepliesBe the first to reply
Related Content
- 7 years ago
- 4 years ago
Recent Discussions
- 5 days ago
- 9 days ago
I created 2 endpoints for a virtual service (/a and /b)
After client sends request to endpoint /a, I need to verify that after 10 seconds client sends a request to endpoint /b.
Is there a way to do this in readyapi?
I used the onRequest script in the virtual service to validate request body of request sent to /a but how do I verify that after 10 seconds request is sent to /b ?