# Тестирование со сдвигом влево (Shift left testing)

Тестирование со сдвигом влево - это практика включения тестирования на более ранних этапах SDLC. Конечная цель состоит в том, чтобы тестировщики работали вместе с командой разработчиков на ранних этапах разработки, чтобы те могли работать над предотвращением проблем до их возникновения, а не выявлять их в конце проекта. Тестируя на раннем этапе, тестировщики могут сократить время, необходимое для проведения тестовых спринтов, могут помочь повысить качество программного обеспечения и помочь устранить фатальные проблемы, которые обычно обнаруживаются в конце.

![https://miro.medium.com/max/1400/0\*OP-D\_7CcKCfYDGa0](https://miro.medium.com/max/1400/0*OP-D_7CcKCfYDGa0)

Доп. материал:

* [Меньше «сложного» тестирования, больше - «умного» тестирования](https://m.habr.com/ru/company/otus/blog/554638/)
* [Сочетание Shift-Left и «Традиционной» модели тестирования в будние дни QA](https://habr.com/ru/company/cian/blog/654067/)
* [Экономим ресурсы и успеваем в срок: зачем подключать QA-инженера в начале работы над фичей](https://habr.com/ru/post/543318/)
* [Эволюция идеи shift left - shift up and spread: a new testing concept](https://theqalead.com/topics/shift-up-and-spread-a-new-testing-concept-w-iman-benlekehal/)
* [Shift Left Testing Benefits and Approach](https://www.xenonstack.com/insights/shift-left-testing)
* [What is Shift Left Testing and Should Your Dev Team Adopt it?](https://hackernoon.com/what-is-shift-left-testing-and-should-your-dev-team-adopt-it)
* [Shift Left Testing: A Secret Mantra For Software Success](https://www.softwaretestinghelp.com/shift-left-testing-approach/)
* [Shift Left: Testing from the Onset of the Project](https://blog.gurock.com/shift-left/)
* [How Shift-RIGHT Testing Can Build Product Resiliency](https://hackernoon.com/how-shift-right-testing-can-build-product-resiliency)


---

# 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://vladislaveremeev.gitbook.io/qa_bible/obshee/testirovanie-so-sdvigom-vlevo-shift-left-testing.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.
