# Что такое ROI и как его считать?

**ROI (Return on Investment)** — показатель эффективности инвестиций, который показывает, сколько прибыли или выгоды принесла инвестиция относительно вложенных средств.

#### Формула:

ROI=Доход−Инвестиции/Инвестиции×100%

#### Пример:

* Инвестировали в автоматизацию тестирования: **10 000 $**
* Экономия за год за счёт снижения ручного тестирования и ускорения релизов: **25 000 $**

ROI=(25 000−10 000/10 000)×100%=150%

#### В тестировании ROI часто считают через:

* Сокращение времени регрессионных тестов.
* Уменьшение количества дефектов в проде (экономия на исправлениях).
* Снижение затрат на ручное тестирование.
* Ускорение time-to-market.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kaze.gitbook.io/qa-theory/teoriya-ruchnogo-testirovaniya/chto-takoe-roi-i-kak-ego-schitat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
