# Dane testowe

Dane testowe (ISTQB) - To dane, które istnieją (przykładowo w bazie danych) przed wykonaniem testu, i które mają wpływ na testowany moduł lub system, lub na które wywiera wpływ testowany moduł lub system.

## Zbiory danych testowych

* Facebook Test Users for Apps
  * <https://developers.facebook.com/docs/apps/test-users?hc_location=ufi>
* Karty płatnicze
  * <https://docs.adyen.com/development-resources/test-cards/test-card-numbers>
  * <https://stripe.com/docs/testing>
* Ciągi znaków
  * <https://github.com/minimaxir/big-list-of-naughty-strings>
* Różnej wielkości pliki zip
  * <https://www.thinkbroadband.com/download>
* Zbiór wielu plików testowych
  * <http://techslides.com/sample-files-for-development>
* Lista wielu formatów plików
  * <https://en.wikipedia.org/wiki/List_of_file_formats>

## Generatory danych testowych

* Z lewej strony jest zbiór generatorów, IBAN, NIP, REGON, PESEL, Dowodu osobistego, GUID.
  * <http://generatordanych.testerzy.pl/>
* Generator haseł
  * <http://generator-hasel.testerzy.pl/>
* HTML, Excel, CSV, XML, SQL.
  * <http://testerzy.pl/narzedzia/generator-danych-testowych>
* CSV, JSON, SQL, i Excel.
  * <https://www.mockaroo.com/>
* CSV, JSON, SQL, i XML.
  * <https://softwium.com/mockium/>
* Narzędzie z otwartym kodem źródłowym, świetne do generowanie bardzo dużej liczby danych.
  * <http://www.generatedata.com/>
  * <https://github.com/benkeen/generatedata>
* Narzędzie z otwartym kodem źródłowym. CSV, SQL.
  * <https://extendsclass.com/csv-generator.html>
  * <https://github.com/cyrilbois/Web-CSV-Generator>
* PESEL, NIP, REGON i IBAN
  * <http://generatory.it/>
* Generowanie danych dla baz danych
  * <https://sourceforge.net/projects/spawner/>
* Generowanie numerów kart kredytowych
  * <http://www.getcreditcardnumbers.com/>
* PESEL, NIP, REGON, PWZ, nr. telefonu kom. imion, nazwisk, nazw firm, nazw ulic, miast, kodów pocztowych, szerokości i długości geograficznej, e-mail, IPv4 IPv6, nazw użytkowników i userAgent przeglądarek
  * <http://generuj.co.pl/>
* Generator danych osobowych
  * <https://danetestowe.pl/>
* Generator danych osobowych online i na githubie
  * <https://devskiller.com/datafairy/>
  * <https://devskiller.github.io/jfairy/>

## Tutoriale/Artykuły nt. dane testowe

* How to write a simple random test data sentence generator
  * <http://blog.eviltester.com/2016/09/how-to-write-simple-random-test-data.html>
* Szybkie generowanie danych testowych
  * <http://tymoteuszkestowicz.com/2013/11/szybkie-generowanie-danych-testowych/>
* Dane testowe w systemach informatycznych
  * <http://mechatronika.polsl.pl/owd/pdf2009/046.pdf>
* Stwórz własny generator danych testowych z wykorzystaniem Pythona
  * <http://testerzy.pl/baza-wiedzy/kurs-pythona-dla-testerow-oprogramowania-czesc-1-wprowadzenie>

## ​![](https://firebasestorage.googleapis.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LH5DbF8PruqD5AZtwmh%2F-LHKkx7mAVJigxwJJBH9%2F-LHKmGcYOhjl50rjvg6r%2Ficons8-facebook-50.png?alt=media\&token=2d9dce97-6f5e-49ac-91e5-19be0ac8a12f) Dyskusje

* [Jak założyć wiele kont mailowych](https://www.facebook.com/groups/TestowanieOprogramowania/permalink/1043251712364073/)


---

# 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://ksiazka.testowanieoprogramowania.pl/dane-testowe.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.
