Stop Just Learning. Start Shipping: Welcome to SHEinnov8
If you are a woman in tech who is stuck in "tutorial hell," constantly taking courses but never actually deploying real software, this is for you. I…
Tech news from the best sources
If you are a woman in tech who is stuck in "tutorial hell," constantly taking courses but never actually deploying real software, this is for you. I…
I'm a regular automation engineer. Over a few months I built five small projects that test local AI models, and one problem kept coming back: the mo…
Software quality metrics only matter when they help a team make a better decision. A startup deciding whether to ship a checkout change needs differ…
Привет, Хабр! Меня зовут Никита Хробостов, я QA-инженер в Just AI. Тестирую диалоговые системы: чат-ботов и голосовых ботов, часть из них с обращени…
Полгода назад в нашем продукте был один автотест. Сейчас их 878, и заметная часть написана командой ИИ-агентов. Рассказываю, как устроен харнесс из…
A lot of what gets filed as "flaky mobile test" is a locator that was never stable in the first place. The test passed for three weeks, a developer…
Масштабирование автотестов — закономерный этап развития любого растущего проекта. С увеличением количества автотестов меняются требования к архитект…
В 2024 году исследователи провели простой эксперимент: взяли тесты с вариантами ответа и начали менять варианты местами. Сами вопросы и со…
A green CI pipeline is a nice feeling. The build passed. Tests are green. Linting is clean. Nothing obvious is on fire. For a few seconds, it feels…
A lot of teams talk about test automation as if the goal is to automate more tests. I think that's backwards. The goal is to get useful feedback fas…
Test automation demos tend to begin at the nicest possible moment. The application is stable. The environment is clean. The test data is ready. Some…
Most test automation buying decisions start with a spreadsheet. Browser testing? Check. Mobile? Check. API testing? Check. AI? Check. CI integration…
Setting up an API automation framework requires aligning business goals, developer specifications, infrastructure, and core testing strategies. Here…
Можно ли сделать e2e тесты мощным инструментом раннего отлова багов, не потопив при этом CI и не всем не разругавшись? Рассказываю, через…
Привет! Сейчас покажу штуку, которую я довольно долго доводил до ума, и мне кажется, она может пригодиться не только мне. Задача звучит скучно: наге…
Here's a bug your test suite probably wouldn't catch. A backend developer refactors the user model. The id field — an integer since forever — starts…
The easiest automated test in the world looks something like this: Open page. Click button. Assert text. Unfortunately, that’s not where expensive b…
Последние годы стали серьёзным испытанием для тестирования. Нейросети существенно ускорили разработку кода: интеграция ИИ-помощников в IDE позволила…
A lot of QA work is not really test execution. It is ambiguity management. What does this requirement mean? Is this visual difference intentional? D…
A few years ago, the default test automation decision was mostly technical. Do we use Selenium? Which language? Where do we run the grid? Today, the…
Привет, Хабр! Я Вадим, разработчик QA-платформы в Ozon. Стандартного testing в Go хватает юнит-тестам, но большим end-to-end-сценариям нужно больше:…
If you learnt Postman a few years ago and have been coasting on that knowledge, an uncomfortable amount of it is now wrong — not "slightly dated" wr…
I asked r/QualityAssurance a blunt question: is managing manual test cases as YAML files inside Git a good idea? The thread got lively. People were…
Под «апельсином» в этой статье будем понимать не качество продукта целиком, а тот контур функциональной проверки, в котором пере…
At the start of June 2026, Anthropic published a statistic that was controversial. Most of what Anthropic says publicly generates a large number of…
В условиях современного развития программного обеспечения и необходимости ускорения выпуска обновлений, автоматизация процессов разработки и доставк…
Почему убедительный отчёт ИИ-агента ещё не равен доказанной приёмке — и как собрать контур из критериев, API/DB/UI-проверок и границ ответственности…
Most teams think of automated tests as decision machines. Green means ship. Red means stop. That model works right up until the first ambiguous fail…
Привет, Хабр! Я Оля Шишенина, отвечаю за обучение и развитие сотрудников VK. Хочу рассказать про внутреннее мероприятие для инженеров, которое мы пр…
The Checkmark Was Never Proof I don't write test suites for a living. My job is grading them, and grading the AI models that write and judge code in…