STARWEST 2024 - API Testing | STARWEST

STARWEST 2024 - API Testing

Wednesday, September 25

Kwaan Bear Technology
W3

Building and Testing Serverless API Applications with AWS SAM

Wednesday, September 25, 2024 - 11:30am to 12:30pm

The primary draw for implementation of AWS serverless applications is the supposed simplicity. Anyone that has attempted to implement testing on a serverless application, however, knows that it is anything but simple. Serverless technologies allow for the faster construction of more complex applications with more complex integrations while also providing new technologies and execution environments, all of which pose a challenge to those used to testing in a more traditional way. This presentation looks at an API-based serverless application as an example and introduces how the application...

Greg Goldshteyn
Fox Corporation
W9

API Automation Mastery: From Novice to Ninja

Wednesday, September 25, 2024 - 1:30pm to 2:30pm

APIs are vital for modern software and tech. Why? Because apps are becoming more complex due to: rapid tech advancements, the need to integrate various components, and demand for sophisticated features. But more complexity means more risks of bugs, security flaws, and performance issues. To tackle these risks — API testing is crucial to ensure software reliability, security, and performance. Also, API testing helps developers save time. How? By finding issues early in development rather than fixing them in production. So…teams NEED to improve their API testing skills in today's fast tech...

Ryan Hoban
Bloomberg
W15

Cautionary Tales in Integration Testing

Wednesday, September 25, 2024 - 2:45pm to 3:45pm

Integration tests are often rife with pitfalls that can result in confusing, flaky, or otherwise completely unmaintainable tests. Those pitfalls can often be mitigated by testing in containers, as this usually provides the most straightforward path to creating ephemeral test environments. Containerized tests typically provide isolation and reproducibility, but they can be costly to initially set up, especially if the system under test is not built for a containerized environment. Nonetheless, there are many benefits to containerized testing, even if the system under test won’t ultimately...