How to add delay (request interval ) after each REST request?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add delay (request interval ) after each REST request?
How to add delay (request interval ) after each REST request?
I want soapui Pro to delay for some ms between each REST request? Is there anyway to config an interval time?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a delay test step available in ReadyApi. Does that not work for you?
btw the delay value is in milliseconds (so for instance 5000 would mean 5 seconds)...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add a Script assertion and write :
thread.sleep(1000)
Here 1000 is milisecond, so 1000 mean 1 second.
Click "Accept as Solution" if my answer has helped, and remember to give "kudos" 🙂
Thanks and Regards,
Himanshu Tayal
Click "Accept as Solution" if my answer has helped,
Remember to give "Kudos" 🙂 ↓↓↓↓↓
Thanks and Regards,
Himanshu Tayal
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your assistance, guys!
@wjs2634 did the suggestions above help you solve the issue?
Olga Terentieva
SmartBear Assistant Community Manager
