Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно NTD2024: Sergei Sergejev - Implementing a modern end-to-end automated testing framework или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
When I joined Cargoo AG in late 2020 I was presented with a 2 year old fragile test suite dying in maintenance hell and built on top of a click & record framework. Tests were hard to create, much harder to update. Test runs happened on a single Windows machine at night and were not connected to releases. While technically written in Python the code was barely readable and non refactorable. After 3 years of development I'm happy with what we have instead: A Python framework built on top of pytest and using requests library for API testing and Playwright for UI testing A pure Python OOP DSL Fluent interfaces Colorful logs and reports No Gherkin or Cucumber, still business friendly Dozens of pipelines with quick(ish) feedback Modular, refactorable, well maintainable code Response validations Visual comparisons Ability to run against DevBoxes/SandBoxes Performance monitoring in Grafana Code reviews and Pull Requests culture I want to share my journey of prototyping, onboarding and incrementally building this framework, share my guiding principles I accumulated in test automation since 2008. Last but not least, share some of the cool features available out of the box or within a hand's reach. Key takeaways: Guideline for a modern end-to-end framework Advice on onboarding 15 test engineers from a click & record to proper OOP test automation List of ideas and tools that implement mentioned framework features