Saved Bookmarks
| 1. |
What do you understand by the test environment for API? |
|
Answer» The test environment is an environment that helps test the APIs developed by providing a FEATURE to SEND requests and get the responses from the server. It is similar to the production environment where the Quality Analyst has enough data to PERFORM their functionality testing. In a test environment, we can have a test DATABASE, a localized gateway, a server and a LOAD balancer. |
|