Published a new article on Performance Testing. This time – about testing with Python scripts. Python’s flexibility allows for constructing very complex test plans, and I share how to use Python correctly for this purpose, and how not to. Also sharing a sample code for a load testing utility (asyncio+await/async). Furthermore, I demonstrate the benefits such testing can bring through showcasing concurrency issues in the SAP Commerce Cloud Integration API. There, I create twenty-five parallel updates of a single product, and everything goes awry.

