Thoughts, reflections and everything related to Technology

API Server Project Source Code

Published by Edgardo Scrimaglia - VP Automation on
APIs are an explicit contract about how two applications exchange information. We must understand how they work and sometimes learn to build them to solve automation problems.Project Link... Read More

Testing your API - Test Tool

Published by Edgardo Scrimaglia - VP Automation on
Testing a REST API while or before writing the code that uses it is essential to ensure that it works correctly. Check out the API documentation, build the Request and from Postman, Advanced Rest Client or simply, from any script, point to TestTools... Read More