STAREAST 2018 - API Testing | TechWell

Conference archive

STAREAST 2018 - API Testing

Thursday, May 3

Paul_Merrill
Beaufort Fairmont
T18

What's an API and How Do I Test It?

Add to calendar
Thursday, May 3, 2018 - 1:30pm to 2:30pm

API-based applications have become ubiquitous in the past few years. Yet many of us still really don't know what an API is from the inside out. Moreover, many of us don't know much about how to comprehensively test them! Join Paul Merrill to learn what everyone is doing and talking about related to APIs: microservices, REST, endpoints, requests, request methods, and responses. Paul demonstrates four free tools you can use to directly interact with a simple API: curl, the browser, Postman, and Java (with Rest Assured). Learn techniques for testing APIs at the service level and how to test...

Elise Carmichael
QASymphony
T24

API Testing: How to Write Tests, Integrate into CI, and Track What You're Testing

Preview
Add to calendar
Thursday, May 3, 2018 - 3:00pm to 4:00pm

Some developers and testers think that APIs, whether internally developed or not, should just work. Unfortunately, without a significant amount of focus on testing API services, one little flaw can spell disaster for your application—especially security vulnerabilities where hackers will target your application. Elise Carmichael discusses the risks of not fully testing APIs, how to be sure that all services are tested fully, and the types of negative testing you need to do on APIs. She shows you a method to organize your tests using Postman, a tool for REST web services testing....