How to Use Swagger UI for API Testing
In this article, I will show you how to use Swagger UI for API testing. We will start by discussing what Swagger UI is, why it’s worth using, and then move on to the tutorial.
What Is Swagger?
Swagger (now known as the OpenAPI Initiative, under the structure of the Linux Foundation) is a framework for describing your API by using a common language that is easy to read and understand for developers and testers, even if they have weak source code knowledge. You can think of it as a blueprint for a house. You can use whatever building materials you like, but you can’t step outside the parameters of the blueprint. https://goo.gl/E4Y9zi #DataIntegration #ML
Sharing API Definition Patterns Across Teams by Default
ICYMI: This is a story in a series I’m doing as part of the version 3.0 release of the Stoplight.io platform. Stoplight.io is one the few API service providers I’m excited about when it comes to what they are delivering in the API space, so I jumped at the opportunity to do some paid work for them. As I do, I’m working to make these stories about the solutions they provide and refrain from focusing on just their product, hopefully maintaining my independent stance as the API Evangelist, and keeping some of the credibility I’ve established.
One of the things I’m seeing emerge from the API providers who are further along in their API journey is a more shared experience when it comes to not just the API design process, but in action throughout the API lifecycle. You can see this reality playing out with the API definitions, and the move from Swagger 2.0 to the OpenAPI 3.0, where there is a more modular approach to defining an API, encouraging reuse of common patterns across API paths within a single definition, as well as across many different API definitions. Expanding on how API definitions can move an API through the lifecycle, and beginning to apply that across projects and teams, and moving APIs through the lifecycle much more quickly and consistently. https://goo.gl/EinfGi #DataIntegration #ML

