[TechCorner Challenge #11] Change Socket Timeout for HTTP requests using Groovy Script
Hi Community!🙂 Here's a new task for you to practice your skills of using the ReadyAPI tool. Check out the participation rules and TechCornerLeaderboard here. ReaydAPI allows you to set a global socket timeout value for HTTP requests through its preferences, however, there are times where this is not enough. Some specific requests may require a different value to better suit your expectations for the test. In these cases, you can use a Groovy script to change the socket timeout value then change it back to its original value. Task: Write a Groovy Script that will set socket timeout to a new value, then return it to the default value. Difficulty: Good luck😊Solved2.4KViews1like3Comments