Тестируйте свои React-компоненты с помощью Nightwatch и Testing Library.
https://habr.com/ru/company/otus/blog/719266/
https://habr.com/ru/company/otus/blog/719266/
Хабр
Тестируйте свои React-компоненты с помощью Nightwatch и Testing Library
Взгляд на популярную Testing Library с Nightwatch — и многое другое Nightwatch + Testing Library Мы создадим подробный пример проекта React с Vite , а затем воспользуемся Nightwatch и Testing Library...
Человеческие навыки для победы в тестировании программного обеспечения.
https://automationhacks.io/2023-02-25-human-skills-to-win-in-software-testing
https://automationhacks.io/2023-02-25-human-skills-to-win-in-software-testing
automation hacks
Human skills to win in Software Testing
Not your traditional hard tech skills but rather equally important
Как стать клиентоориентированным тестировщиком.
https://theqaconnection.com/2023/02/13/how-to-be-a-customer-centric-tester/
https://theqaconnection.com/2023/02/13/how-to-be-a-customer-centric-tester/
The QA Connection Blog
How to Be a Customer-Centric Tester
Great companies have figured out a primary key to business longevity: caring about your customer’s opinion of the product and ease of use. Because of that, they are investing now more than ev…
👍1
Когда возникают проблемы?
Майкл Болтон объясняет, что не так с распространенным заблуждением об ошибках, возникающих на этапах тестирования.
https://developsense.com/blog/2023/02/when-are-problems-introduced
Майкл Болтон объясняет, что не так с распространенным заблуждением об ошибках, возникающих на этапах тестирования.
https://developsense.com/blog/2023/02/when-are-problems-introduced
👍2
Как использовать существующие данные о процессе разработки ПО, чтобы находить больше багов за меньшее время.
https://habr.com/ru/company/otus/blog/721610/
https://habr.com/ru/company/otus/blog/721610/
Хабр
Как использовать существующие данные о процессе разработки ПО, чтобы находить больше багов за меньшее время
Исторически сложившиеся тест-сьюты тестируют слишком много и слишком мало одновременно Поскольку программные системы обычно от релиза к релизу становятся все более функциональными, их тест-сьюты тоже...
❤2👍1
Создание автоматически масштабируемой Selenium Grid в Kubernetes.
https://medium.com/@prasadshirwadkar/creating-auto-scalable-selenium-grid-on-kubernetes-5c08e986ef3a
https://medium.com/@prasadshirwadkar/creating-auto-scalable-selenium-grid-on-kubernetes-5c08e986ef3a
Medium
Creating auto-scalable Selenium Grid on Kubernetes
This article will illustrate how to deploy Selenium Grid using Kubernetes that will auto-scale the browsers based on the number of browser…
Как мы улучшили отчетность и мониторинг результатов автоматизации тестирования.
https://tech.trivago.com/post/2023-02-15-how-we-improved-reporting-and-monitoring-of-test-automation-results/
https://tech.trivago.com/post/2023-02-15-how-we-improved-reporting-and-monitoring-of-test-automation-results/
Trivago
How we improved reporting and monitoring of test automati...
Over the last few years, we completely refactored what was described in our previous article about how we use the ELK sta...
Простые меры для наблюдения за эффективностью качества нашего программного обеспечения.
https://medium.com/decathlontechnology/easy-measures-to-observe-our-software-quality-efficiency-b7c35f2f835d
https://medium.com/decathlontechnology/easy-measures-to-observe-our-software-quality-efficiency-b7c35f2f835d
Medium
Easy measures to observe our software quality efficiency
Without measurement, there is no experimentation and consequently no hypothesis can be confirmed or invalidated. Measurement, when it is…
Как и зачем тестировать код на бэкенде: рекомендации для новичков.
https://habr.com/ru/company/avito/blog/721434/
https://habr.com/ru/company/avito/blog/721434/
Хабр
Как и зачем тестировать код на бэкенде: рекомендации для новичков
Привет! Я Руслан Измайлов, работаю бэкенд-разработчиком в Авито. Я курирую стажеров, которые иногда задают вопросы вроде: «Зачем писать код, который тестирует другой код» или «Почему пирамида...
🔥1
Нужны ли моему веб-приложению сквозные и модульные тесты?
https://how-to.dev/does-my-web-application-need-end-to-end-and-unit-tests
https://how-to.dev/does-my-web-application-need-end-to-end-and-unit-tests
How to dev
Does My Web Application Need End-to-End and Unit Tests?
As are most questions worth asking, the answer is nuanced and could be boiled down to it depends. I’ll show you my way of thinking and where it’s coming from. Your goals and constraints are likely different, so the final conclusions can differ as wel...