# покрытие кода тестами

Published articles for покрытие кода тестами.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Пирамида тестирования в hh.ru

DevFeed: [Пирамида тестирования в hh.ru](<https://devfeed.tech/articles/hh-ru-30678.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/hh/articles/824134/>)

Author: AlexDronin (hh.ru)

Published: 2024-06-26T12:05:42Z

Content type: tutorial

Language: ru

Sources: [HeadHunter RU](<https://devfeed.tech/sources/headhunter-ru.md>)

Topics: [микросервисы](<https://devfeed.tech/topics/tag-1e4ee1f65f5a.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [qa](<https://devfeed.tech/tags/qa.md>), [qa-automation](<https://devfeed.tech/tags/qa-automation.md>), [qa-engineer](<https://devfeed.tech/tags/qa-engineer.md>), [qa-testing](<https://devfeed.tech/tags/qa-testing.md>), [tag-1e4ee1f65f5a](<https://devfeed.tech/tags/tag-1e4ee1f65f5a.md>), [tag-23c525fe15c9](<https://devfeed.tech/tags/tag-23c525fe15c9.md>), [tag-27218b3c1bd9](<https://devfeed.tech/tags/tag-27218b3c1bd9.md>), [tag-4adf7d504f34](<https://devfeed.tech/tags/tag-4adf7d504f34.md>), [tag-52f987472cc9](<https://devfeed.tech/tags/tag-52f987472cc9.md>), [tag-6952a53c8827](<https://devfeed.tech/tags/tag-6952a53c8827.md>), [tag-e932065bc8da](<https://devfeed.tech/tags/tag-e932065bc8da.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

An hh.ru engineer describes the company's testing pyramid across more than 200 microservices. The article explains contract testing and discusses shifting tests from the UI layer to the service layer to improve release testing speed and maintainability.

### Source excerpt

Всем привет! Меня зовут Александр, в hh.ru я занимаюсь автотестами. В статье про оценку тестового покрытия мы затронули тему интеграционных тестов. В этом материале я расскажу, как у нас обстоят дела с пирамидой тестирования в целом. В hh.ru более 200 микросервисов, которые тестируются на различных уровнях. У нас, как и в классической пирамиде, таких уровней три, а сейчас мы активно запускаем еще один -- контрактные тесты. Поехали!