Testing Demo
Language: Hebrew
The presentation was given on 2025.09.03 at Testing Demo.
As a developer how can you make sure your code keeps working even after you or your co-worker made some changes? How can you be sure that upgrading the 3rd party Python modules from pypi or changing the version of Python or running on a different operating system will not negatively impact your code?
Manual QA is slow and expensive.
The answer is automated testing.
In this presentation you'll see a demo testing a very simple and stupid application, but will give you the basics to get started.