> For the complete documentation index, see [llms.txt](https://magdalenaolak.gitbook.io/istqb-foundation-level/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magdalenaolak.gitbook.io/istqb-foundation-level/1-fundamentals-of-testing.md).

# 1. Fundamentals of Testing

### Keywords&#x20;

coverage, debugging, defect, error, failure, quality, quality assurance, root cause, test analysis, test basis, test case, test completion, test condition, test control, test data, test design, test execution, test implementation, test monitoring, test object, test objective, test oracle, test planning, test procedure, test process, test suite, testing, testware, traceability, validation, verification&#x20;

### Learning Objectives for Fundamentals of Testing:&#x20;

#### 1.1 What is Testing?&#x20;

* FL-1.1.1 (K1) Identify typical objectives of testing&#x20;
* FL-1.1.2 (K2) Differentiate testing from debugging&#x20;

#### 1.2 Why is Testing Necessary?&#x20;

* FL-1.2.1 (K2) Give examples of why testing is necessary&#x20;
* FL-1.2.2 (K2) Describe the relationship between testing and quality assurance and give examples of how testing contributes to higher quality&#x20;
* FL-1.2.3 (K2) Distinguish between error, defect, and failure&#x20;
* FL-1.2.4 (K2) Distinguish between the root cause of a defect and its effects&#x20;

#### 1.3 Seven Testing Principles&#x20;

* FL-1.3.1 (K2) Explain the seven testing principles&#x20;

#### 1.4 Test Process&#x20;

* FL-1.4.1 (K2) Explain the impact of context on the test process&#x20;
* FL-1.4.2 (K2) Describe the test activities and respective tasks within the test process&#x20;
* FL-1.4.3 (K2) Differentiate the work products that support the test process&#x20;
* FL-1.4.4 (K2) Explain the value of maintaining traceability between the test basis and test work products&#x20;

#### 1.5 The Psychology of Testing&#x20;

* FL-1.5.1 (K1) Identify the psychological factors that influence the success of testing&#x20;
* FL-1.5.2 (K2) Explain the difference between the mindset required for test activities and the mindset required for development activities


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://magdalenaolak.gitbook.io/istqb-foundation-level/1-fundamentals-of-testing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
