Skip to content

Details

Join us for a lunch and learn session on Wednesday, December 16th.

We will be streaming this event to our YouTube channel: https://www.youtube.com/watch?v=OK0uxfR2uAg

-----

AGENDA
12:05 pm - Broadcast starts on YouTube
12:10pm - Talk starts
1:00pm - Estimated end time

-----

Effective API Testing
by Dmitry Dygalo

Many modern Web applications use API schemas to describe their contracts. But, the presence of a schema doesn't mean that the real application works as defined in the schema. There are many reasons for that - from the fundamental inability to describe the application with the chosen schema spec to the ubiquitous human factor. There are many consequences from this problem, and the application crash is the least dangerous of them.

I will talk about Web API testing and will introduce Schemathesis - a tool that helps to solve many of these problems with property-based testing. We'll take a look at stateful testing - an approach that allows you to generate whole sequences of API calls automatically.

You'll learn how to make your API schemas more reliable and test them effectively with minimal effort.

Bio:

Dmitry is a software development consultant with over 10 years of experience. He studied information security and switched to a full-time developer job after graduation. Most of the time, Dmitry works with Python/Rust and loves contributing to open source projects. He lives in Prague, Czech Republic.

You may also like