An intro into API testing in Python

preview_player
Показать описание
As software systems are becoming ever more distributed in design, knowing how to write tests for APIs is a skill that is quickly becoming indispensable for any modern software tester. In this talk and live coding session, I will show you how to get started writing tests for RESTful APIs in the Python programming language, using pytest and the requests library. Starting from scratch, you will learn how to set up a new project and add the necessary libraries, and how to write valuable tests for RESTful APIs with just a couple of lines of code. All the code you'll see will be made available afterwards for you to explore and extend at your leisure.
Рекомендации по теме
Комментарии
Автор

Excellent presentation by Bas. That's what I needed to start API testing with Python. THANKS!

_manasikara