# Development Practices

- [JavaDocs](https://docs.leapwise.co/backend-handbook/development-practices/javadocs.md)
- [Technical Debt](https://docs.leapwise.co/backend-handbook/development-practices/technical-debt.md)
- [Testing Guidelines](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines.md)
- [The Importance of Test Automation](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/the-importance-of-test-automation.md)
- [The Testing Pyramid](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/the-testing-pyramid.md)
- [Unit Tests](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/the-testing-pyramid/unit-tests.md)
- [Integration Tests](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/the-testing-pyramid/integration-tests.md)
- [End-to-End Tests](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/the-testing-pyramid/end-to-end-tests.md)
- [Mutation Testing](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/mutation-testing.md)
- [Contract Tests](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/contract-tests.md)
- [REST Controller Contract testing](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/contract-tests/rest-controller-contract-testing.md)
- [OpenAPI Contract testing](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/contract-tests/openapi-contract-testing.md)
- [Testing Frameworks](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/testing-frameworks.md)
- [JUnit 5](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/testing-frameworks/junit-5.md)
- [Testcontainers](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/testing-frameworks/testcontainers.md)
- [Mockito](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/testing-frameworks/mockito.md)
- [Writing Clean Tests - Best Practices](https://docs.leapwise.co/backend-handbook/development-practices/testing-guidelines/writing-clean-tests-best-practices.md)
- [Common library](https://docs.leapwise.co/backend-handbook/development-practices/common-library.md)
- [Generic CRUD](https://docs.leapwise.co/backend-handbook/development-practices/generic-crud.md)
- [Update Facade](https://docs.leapwise.co/backend-handbook/development-practices/update-facade.md)


---

# 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://docs.leapwise.co/backend-handbook/development-practices.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.
