> For the complete documentation index, see [llms.txt](https://ksiazka.testowanieoprogramowania.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ksiazka.testowanieoprogramowania.pl/testowanie-stron-web.md).

# Testowanie stron web

## Jak zacząć testować strony internetowe

Długa i szczegółowa lista kontrolna, która może zainspirować do stworzenia własnej listy kontrolnej, którą można wykorzystać przed wydaniem.

{% @github-files/github-code-block url="<https://github.com/thedaviddias/Front-End-Checklist>" %}

## Przydatne wtyczki do testowania stron

{% content-ref url="/pages/-LI5Wk6vYu6-eIXn9ovb" %}
[Wtyczki do przeglądarek](/narzedzia/wtyczki-do-przegladarek.md)
{% endcontent-ref %}

## Front-end handbook 2024

> It is specifically written with the intention of being a professional resource for potential and currently practicing front-end developers to equip themselves with learning materials and development tools. Secondarily, it can be used by managers, CTOs, instructors, and head hunters to gain insights into the practice of front-end development.

{% embed url="<https://frontendmasters.com/guides/front-end-handbook/2024/>" %}

## 📚 Materiały

* [Web testing basics](http://cultivatedmanagement.com/web-testing-basics/)
* [Front-end handbook 2019](https://frontendmasters.com/books/front-end-handbook/2019/)
* [Kilka planów testów stron - strona e-commerce, wyszukiwarka na stronie, formularze na stronie](https://www.testing-web-sites.co.uk/testing-plans-checklists/)
* [Testowanie strony e-commerce, sklepu - zbiór materiałów](https://gist.github.com/pwicherski/9884c5e44f815acafd217f42c94c0cfb)
* [Checklist for Testing Web Page Functionality](https://www.ministryoftesting.com/articles/5631d7b0?s_id=14717887)


---

# 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:

```
GET https://ksiazka.testowanieoprogramowania.pl/testowanie-stron-web.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.
