This commit is contained in:
Lukáš Kaňka 2024-01-07 22:00:27 +01:00
parent 0f60fac2f8
commit 1c431df2df
31 changed files with 1818 additions and 1687 deletions

View File

@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="PrettierConfiguration"> <component name="PrettierConfiguration">
<option name="myConfigurationMode" value="AUTOMATIC" /> <option name="myConfigurationMode" value="AUTOMATIC" />
<option name="myRunOnSave" value="true" />
</component> </component>
</project> </project>

View File

@ -1,15 +1,15 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery"/> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Co je automatizované testování"/> <meta content="Co je automatizované testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka"/> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link rel="stylesheet" href="/style.css"/> <link href="/style.css" rel="stylesheet"/>
<link <link
rel="shortcut icon"
href="images/a picture of a text editor on a pc in the style of comics.jpg" href="images/a picture of a text editor on a pc in the style of comics.jpg"
rel="shortcut icon"
/> />
<title>Testing Docs - Cypress nastavení psaní kódu v <title>Testing Docs - Cypress nastavení psaní kódu v
Typescript</title> Typescript</title>
@ -45,7 +45,7 @@
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li> <li>
<a class="button" href="/automatizovana-testovani.html" <a class="button" href="/automatizovane-testovani.html"
>Automatizované testování</a >Automatizované testování</a
> >
</li> </li>

View File

@ -47,7 +47,7 @@
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li> <li>
<a class="button" href="/automatizovana-testovani.html" <a class="button" href="/automatizovane-testovani.html"
>Automatizované testování</a >Automatizované testování</a
> >
</li> </li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Nástroje k testování mobilních aplikací" /> <meta content="Nástroje k testování mobilních aplikací" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Nástroje k testování mobilních aplikací</title> <title>Testing Docs - Nástroje k testování mobilních aplikací</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

80
articles/nunit.html Normal file
View File

@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="cz">
<head>
<meta content="Dokumentace pro všechny testery" name="description"/>
<meta content="Nunit, Automatizované testování, C#" name="keywords"/>
<meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="/style.css" rel="stylesheet">
<link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Nunit seznámení</title>
</head>
<body>
<h1>Testing Docs CZ</h1>
<h2>Dokumentace pro všechny testery</h2>
<hr>
<div class="menu">
<center>
<ul>
<li class="menu-item"><a class="button" href="/index.html">Domů</a></li>
<li class="menu-item"><a class="button" href="/podpora.html">Podpora</a></li>
<li class="menu-item"><a class="button" href="/mapa-webu.html">Mapa webu</a></li>
<li class="menu-item"><a class="button" href="/privaci-polici.html">Zásady o ochraně osobních dat</a>
</li>
</ul>
</center>
</div>
<hr>
<div class="flexbox">
<div class="navigation">
<ul>
<li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
<li><a class="button" href="/testovani-mobilnich-aplikaci.html">Testování mobilních aplikací</a></li>
<li><a class="button" href="/testovani-pristupnosti.html">Testování přístupnosti</a></li>
<li><a class="button" href="/zatezove-testovani.html">Zátěžové testování</a></li>
</ul>
</div>
<div class="content">
<p class="big-text">Nunit seznámení</p>
<p>
NUnit je framework pro jednotkové testování v jazyce C#. Používá se k psaní aspouštění testů, které ověřují
správnost funkcionality jednotlivých částí kódu.NUnit poskytuje sadu metod a atributů, které usnadňují psaní
a spouštěnítestů a zajišťují jejich správné vykonávání. Tento framework je často používánve spojení s
dalšími knihovnami a nástroji, jako je například Selenium proautomatizované testování webových aplikací.
</p>
<p>
NUnit veškerou dokumentaci najdeš na oficiálním webu: <a href="https://nunit.org/">Nunit.org</a>
</p>
</div>
<div class="articles">
<table>
<caption>Nejdůležitější články:</caption>
<tr>
<th>
<li><a class="button" href="co-je-automatizovane-testovani.html">Co je automatizované
testování</a>
</li>
<li><a class="button" href="otazky-a-odpovedi-playwright.html">Otázky a odpovědí k
Playwright</a></li>
</th>
</tr>
</table>
</div>
</div>
<footer>Copyright &copy; Lukáš Kaňka 2023</footer>
</body>
</html>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="¨Playwright, otázky a odpovědi, automatizované testování" /> <meta content="¨Playwright, otázky a odpovědi, automatizované testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Otázky a odpovědi k Playwright</title> <title>Testing Docs - Otázky a odpovědi k Playwright</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
@ -73,114 +73,151 @@
<li>2. Jaký je originální jazyk Playerightu? > JavaScript</li> <li>2. Jaký je originální jazyk Playerightu? > JavaScript</li>
<li>3. Které jazyky playwright podporuje? > JavaScript, Python, TypeScript, .Net</li> <li>3. Které jazyky playwright podporuje? > JavaScript, Python, TypeScript, .Net</li>
<li>4. Co umí Playwright? > E2E testování, Cross-browser testování, Cross <li>4. Co umí Playwright? > E2E testování, Cross-browser testování, Cross
doménové testování</li> doménové testování
</li>
<li>5. Co je hlavní výhodou Playwright? > Jednotné API pro všechny podporované</li> <li>5. Co je hlavní výhodou Playwright? > Jednotné API pro všechny podporované</li>
<li>6. Playwright je : ? > Asynchronní</li> <li>6. Playwright je : ? > Asynchronní</li>
<li>7. Která klíčová slova je nutné používat při psaní kódu? > Await, Async</li> <li>7. Která klíčová slova je nutné používat při psaní kódu? > Await, Async</li>
<li>8. Které klíčové slovo pozastaví provádění kódu do té doby, než se asynchroní <li>8. Které klíčové slovo pozastaví provádění kódu do té doby, než se asynchroní
funkce provede? > Await</li> funkce provede? > Await
</li>
<li>9. Jaká je zkratka JavaScriptové funkce, která se spustí hned, jakmile je definována? > IIFE <li>9. Jaká je zkratka JavaScriptové funkce, která se spustí hned, jakmile je definována? > IIFE
</li> </li>
<li>10. Vyber správné (nejlepší) volání pro otevření nové stránky > const page = await <li>10. Vyber správné (nejlepší) volání pro otevření nové stránky > const page = await
context.newPage()</li> context.newPage()
</li>
<li>11. Který argument definuje událost, na kterou bude metoda čekat než bude považovat stránku za <li>11. Který argument definuje událost, na kterou bude metoda čekat než bude považovat stránku za
načtenou? > waitUntil</li> načtenou? > waitUntil
</li>
<li>12. Jaké zásadní proměnné definujeme hned v úvodu scriptu? > browser, context, page</li> <li>12. Jaké zásadní proměnné definujeme hned v úvodu scriptu? > browser, context, page</li>
<li>13. Kterým příkazem dojde k zavření stránky? > await browser.close()</li> <li>13. Kterým příkazem dojde k zavření stránky? > await browser.close()</li>
<li>14. Co vykoná metoda page.waitForTimeout(300) > pozastaví exekuci skriptu na dobo 3000ms</li> <li>14. Co vykoná metoda page.waitForTimeout(300) > pozastaví exekuci skriptu na dobo 3000ms</li>
<li>15. Veškeré interakce lze provádět těmito způsoby: (více správných odpovědí) > použitím metody <li>15. Veškeré interakce lze provádět těmito způsoby: (více správných odpovědí) > použitím metody
objektu reprezentující stránku, použitím metody objektu reprezentující element</li> objektu reprezentující stránku, použitím metody objektu reprezentující element
</li>
<li>16. Jaké jsou metody pro práci s checkboxem? (více správných odpovědí) > check, uncheck</li> <li>16. Jaké jsou metody pro práci s checkboxem? (více správných odpovědí) > check, uncheck</li>
<li>17. Který selector vybere první element z pole elementů? > nth=0</li> <li>17. Který selector vybere první element z pole elementů? > nth=0</li>
<li>18. Vlastní selector Playwrightu nth=-1 (v případě, že se jedná o pole s více elementy), mi to <li>18. Vlastní selector Playwrightu nth=-1 (v případě, že se jedná o pole s více elementy), mi to
vrátí: > Poslední hodnotu</li> vrátí: > Poslední hodnotu
</li>
<li>19. Metoda fill má tyto povinné argumenty: (více správných odpovědí) > selektor, hodnota pro <li>19. Metoda fill má tyto povinné argumenty: (více správných odpovědí) > selektor, hodnota pro
vyplnění pole</li> vyplnění pole
</li>
<li>20. Co je to lokátor? > Představuje logiku, jak získat aktuální reprezentaci elementu webové <li>20. Co je to lokátor? > Představuje logiku, jak získat aktuální reprezentaci elementu webové
stránky</li> stránky
</li>
<li>21. Vyberte metodu pomocí které se lokátor vytváří: > page.locator()</li> <li>21. Vyberte metodu pomocí které se lokátor vytváří: > page.locator()</li>
<li>22. Pro metodu page.locator() platí: (více správných odpovědí) > je tzv. striktní: selektoru <li>22. Pro metodu page.locator() platí: (více správných odpovědí) > je tzv. striktní: selektoru
musí odpovídat pouze konkrétní unikátní element, přijme pouze jeden argument</li> musí odpovídat pouze konkrétní unikátní element, přijme pouze jeden argument
</li>
<li>23. Umožňuje Playwright „naslouchat a reagovat“ na událostí odehrávajících se v rámci stránky <li>23. Umožňuje Playwright „naslouchat a reagovat“ na událostí odehrávajících se v rámci stránky
nebo browseru, jako např. síťové requesty nebo otevření nové stránky? > Ano, a je důležité, v nebo browseru, jako např. síťové requesty nebo otevření nové stránky? > Ano, a je důležité, v
jakém pořadí jsou kódy ve snippetu napsané.</li> jakém pořadí jsou kódy ve snippetu napsané.
</li>
<li>24. Co je race condition? > chyba v systému nebo procesu, ve kterém jsou <li>24. Co je race condition? > chyba v systému nebo procesu, ve kterém jsou
výsledky nepředvídatelné při nesprávném pořadí nebo načasování jeho výsledky nepředvídatelné při nesprávném pořadí nebo načasování jeho
jednotlivích operací.</li> jednotlivích operací.
</li>
<li>25. Vyber správné pořadí příkladů: > “page.waitForReqeuest() <li>25. Vyber správné pořadí příkladů: > “page.waitForReqeuest()
page.goto(”““““)”</li> page.goto(”““““)”
</li>
<li>26. K čemu slouží metoda page.on()? > k naslouchání specifického eventu, <li>26. K čemu slouží metoda page.on()? > k naslouchání specifického eventu,
který se zadá jako argument metody</li> který se zadá jako argument metody
</li>
<li>27. K čemu slouží metoda JSON.stringify()? > převede objekt nebo hodnotu JavaScriptu na <li>27. K čemu slouží metoda JSON.stringify()? > převede objekt nebo hodnotu JavaScriptu na
řetězec JSON</li> řetězec JSON
</li>
<li>28. Při vytvoření nové stránky se jako metoda pro čekání použije: > <li>28. Při vytvoření nové stránky se jako metoda pro čekání použije: >
context.waitForEvent(“page”) context.waitForEvent(“page”)
</li> </li>
<li>29. Jaká metoda slouží k přepínání mezi dvěma stránkami? > žádná se nepoužívá, v playwright <li>29. Jaká metoda slouží k přepínání mezi dvěma stránkami? > žádná se nepoužívá, v playwright
můžeme pracovat s oběma najednou</li> můžeme pracovat s oběma najednou
</li>
<li>30. K čemu slouží metoda console.log()? > k vypsání výsledků do konsole</li> <li>30. K čemu slouží metoda console.log()? > k vypsání výsledků do konsole</li>
<li>31. Která metoda se použije pro zpomalení exekuce? > waitForTimeout</li> <li>31. Která metoda se použije pro zpomalení exekuce? > waitForTimeout</li>
<li>32. Která metoda slouží k získání iframe? > page.frame()</li> <li>32. Která metoda slouží k získání iframe? > page.frame()</li>
<li>33. K čemu se používá nástroj Playwright Inspector? > Napomáhá při identifikaci a debuggingu <li>33. K čemu se používá nástroj Playwright Inspector? > Napomáhá při identifikaci a debuggingu
chyb</li> chyb
</li>
<li>34. Jaké možnosti nabízí Playwright pro debugging? (více správných odpovědí) > Playwright <li>34. Jaké možnosti nabízí Playwright pro debugging? (více správných odpovědí) > Playwright
Inspector, Inspector,
Prostřednictvím developer console, Vnitřním Prostřednictvím developer console, Vnitřním
logováním Playwrightu do console</li> logováním Playwrightu do console
</li>
<li>35. Jak nastavíme enviromentální proměnnou pro aktivaci Playwright inspector? > PWDEBUG=1</li> <li>35. Jak nastavíme enviromentální proměnnou pro aktivaci Playwright inspector? > PWDEBUG=1</li>
<li>36. Kterou hodnotu musíme přiřadit enviromentální proměnné pro zapnutí <li>36. Kterou hodnotu musíme přiřadit enviromentální proměnné pro zapnutí
debuggingu v automatizovaném browseru? > PWDEBUG=“console”</li> debuggingu v automatizovaném browseru? > PWDEBUG=“console”
</li>
<li>37. Jakým způsobem zobrazíme vnitřní logování Playwrightu do konzole? > <li>37. Jakým způsobem zobrazíme vnitřní logování Playwrightu do konzole? >
PWDEBUG=“pw:api”</li> PWDEBUG=“pw:api”
</li>
<li>38. Jak se jmenuje nativní test runner Playwrightu? > Playwright Test</li> <li>38. Jak se jmenuje nativní test runner Playwrightu? > Playwright Test</li>
<li>39. Kdy použijeme test runner Playwright test? > Testování webových stránek a aplikací</li> <li>39. Kdy použijeme test runner Playwright test? > Testování webových stránek a aplikací</li>
<li>40. Co je hlavní výhodou Playwright testu? > Nativní test runner, který je max kompaktibilní s <li>40. Co je hlavní výhodou Playwright testu? > Nativní test runner, který je max kompaktibilní s
playwright automatizační knihovnou a jeho požitím se např. o startování browseru, kontextů a playwright automatizační knihovnou a jeho požitím se např. o startování browseru, kontextů a
stránek apod. nemusíte starat.</li> stránek apod. nemusíte starat.
</li>
<li>41. Jak musí být pojmenován konfigurační soubor, aby ho po umístění do <li>41. Jak musí být pojmenován konfigurační soubor, aby ho po umístění do
kořene projektu testrunner automaticky identifikoval? > kořene projektu testrunner automaticky identifikoval? >
playwright.config.js</li> playwright.config.js
</li>
<li>42. Jakou hodnotu musí mít property headless, pokud chceme sledovat browser <li>42. Jakou hodnotu musí mít property headless, pokud chceme sledovat browser
při exekuci? > true</li> při exekuci? > true
</li>
<li>43. Jak se nazývají testovací konfigurace, které vytváříme v konfiguračním <li>43. Jak se nazývají testovací konfigurace, které vytváříme v konfiguračním
souboru? > projects</li> souboru? > projects
</li>
<li>44. Co určují workers? > Maximální počet paralelně exekuovaných souborů s <li>44. Co určují workers? > Maximální počet paralelně exekuovaných souborů s
testy</li> testy
</li>
<li>45. Kterým příkazem v CMD se spouští testy? > npx playwright test</li> <li>45. Kterým příkazem v CMD se spouští testy? > npx playwright test</li>
<li>46. Soubory, které obsahují testy, či scénáře s testy, které má Playwright Test <li>46. Soubory, které obsahují testy, či scénáře s testy, které má Playwright Test
runner spustit, se pojmenovávají: > [jmeno souboru].spec.js</li> runner spustit, se pojmenovávají: > [jmeno souboru].spec.js
</li>
<li>47. Callback funkce je: > 1. poskytnuta jiná funkce jako argument a je <li>47. Callback funkce je: > 1. poskytnuta jiná funkce jako argument a je
spuštěna až po splnění určité podmínky v rámci funkce, která ji používá. 2. spuštěna až po splnění určité podmínky v rámci funkce, která ji používá. 2.
často se píše jako anonymní funkce jako argument funkce, která ji používá.</li> často se píše jako anonymní funkce jako argument funkce, která ji používá.
</li>
<li>48. K čemu slouží metoda test.describe? > K rozčlenění testů do testovacích <li>48. K čemu slouží metoda test.describe? > K rozčlenění testů do testovacích
suit</li> suit
</li>
<li>49. Co je test objekt? > Slouží k psaní testů a volání metod souvisejících s <li>49. Co je test objekt? > Slouží k psaní testů a volání metod souvisejících s
exekucí testů.</li> exekucí testů.
</li>
<li>50. Co je expect objekt? > Knihovna k verifikaci asertů.</li> <li>50. Co je expect objekt? > Knihovna k verifikaci asertů.</li>
<li>51. Jaké 2 argumenty přijímá testovací funkce? > Název testu a call back <li>51. Jaké 2 argumenty přijímá testovací funkce? > Název testu a call back
function</li> function
</li>
<li>52. Jakou metodu musím v rámci metody describe doplnit, aby nebyly testy <li>52. Jakou metodu musím v rámci metody describe doplnit, aby nebyly testy
spouštěny sekvenčně: > parallel</li> spouštěny sekvenčně: > parallel
</li>
<li>53. Jakou metodou lze exekuci testů provádět souběžně? > parallel</li> <li>53. Jakou metodou lze exekuci testů provádět souběžně? > parallel</li>
<li>54. Co jsou fixtures? (více správných odpovědí) > Kousky kódu, funkce, <li>54. Co jsou fixtures? (více správných odpovědí) > Kousky kódu, funkce,
stringy či jiné datové typy, které umožní velmi flexibilně konfigurovat testy</li> stringy či jiné datové typy, které umožní velmi flexibilně konfigurovat testy
</li>
<li> <li>
55. Který příkaz v CMD slouží ke spuštění testů s fixtures, pokud jsou označeny 55. Který příkaz v CMD slouží ke spuštění testů s fixtures, pokud jsou označeny
tagem “@withfixture”? > npx playwright test grep=@withfixture</li> tagem “@withfixture”? > npx playwright test grep=@withfixture
</li>
<li>56. Co je Playwright Test Viewer? > Nástroj umožnující prohlédnout si <li>56. Co je Playwright Test Viewer? > Nástroj umožnující prohlédnout si
zaznamenané traces</li> zaznamenané traces
</li>
<li>57. Jaké testovací artefakty můžeme definovat? (více správných odpovědí) > <li>57. Jaké testovací artefakty můžeme definovat? (více správných odpovědí) >
Video, Screenshots, Trace</li> Video, Screenshots, Trace
</li>
<li>58. Co vše je možné v Playwright Test Viewer zobrazit? (více správných <li>58. Co vše je možné v Playwright Test Viewer zobrazit? (více správných
odpovědí) > Screenshoty, seznam všech akcí které proběhly, časová odpovědí) > Screenshoty, seznam všech akcí které proběhly, časová
historie událostí při exekuci testu</li> historie událostí při exekuci testu
</li>
<li>59. Která metoda slouží pro vizuální testování, kdy dochází k porovnání <li>59. Která metoda slouží pro vizuální testování, kdy dochází k porovnání
snapshotů vygenerovaných při první exekuci se snapshoty z následných snapshotů vygenerovaných při první exekuci se snapshoty z následných
exekucí > toMatchSnapshot()</li> exekucí > toMatchSnapshot()
</li>
<li>60. Jakou metodu získáme screenshot? > screenshot()</li> <li>60. Jakou metodu získáme screenshot? > screenshot()</li>
<li>61. Použitím jaké metody získáme název stránky? > title()</li> <li>61. Použitím jaké metody získáme název stránky? > title()</li>
<li>62. Jakým způsobem se snapshoty aktualizují? > Příkazem npx playwright <li>62. Jakým způsobem se snapshoty aktualizují? > Příkazem npx playwright
test update-snapshots</li> test update-snapshots
</li>
</ul> </ul>
</div> </div>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright MSTest + .Net" /> <meta content="Playwright MSTest + .Net" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright MSTest + .Net</title> <title>Testing Docs - Playwright MSTest + .Net</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
@ -60,7 +60,8 @@
<div class="code-box"> <div class="code-box">
<ul class="not-dot"> <ul class="not-dot">
<li>dotnet newPlaywrightTestsUnitTest1.cs</li> <li>dotnet newPlaywrightTestsUnitTest1.cs</li>
<li></li>dotnet new mstest -n PlaywrightTests cd PlaywrightTests <li></li>
dotnet new mstest -n PlaywrightTests cd PlaywrightTests
</ul> </ul>
</div> </div>
@ -68,13 +69,15 @@
Nainstalujte potřebné závislosti Playwright:</p> Nainstalujte potřebné závislosti Playwright:</p>
<div class="code-box"> <div class="code-box">
<ul class="not-dot"> <ul class="not-dot">
<li></li>dotnet add package Microsoft.Playwright.MSTest <li></li>
dotnet add package Microsoft.Playwright.MSTest
</ul> </ul>
</div> </div>
<p>Sestavte projekt tak, aby byl k dispozici uvnitř adresáře:playwright.ps1bin</p> <p>Sestavte projekt tak, aby byl k dispozici uvnitř adresáře:playwright.ps1bin</p>
<div class="code-box"> <div class="code-box">
<ul class="not-dot"> <ul class="not-dot">
<li></li>dotnet build <li></li>
dotnet build
</ul> </ul>
</div> </div>
<p>Nainstalujte požadované prohlížeče nahrazením skutečným názvem výstupní <p>Nainstalujte požadované prohlížeče nahrazením skutečným názvem výstupní
@ -101,9 +104,13 @@
<li>{</li> <li>{</li>
<li>[TestMethod]</li> <li>[TestMethod]</li>
<li>public async Task HomepageHasPlaywrightInTitleAndGetStartedLinkLinkingtoTheIntr <li>public async Task HomepageHasPlaywrightInTitleAndGetStartedLinkLinkingtoTheIntr
oPage()</li> oPage()
</li>
<li>{</li> <li>{</li>
<li>await Page.GotoAsync("<https: //playwright.dev>");</li> <li>await Page.GotoAsync("
<https:
//playwright.dev>");
</li>
<li>// Expect a title "to contain" a substring.</li> <li>// Expect a title "to contain" a substring.</li>
<li>await Expect(Page).ToHaveTitleAsync(new Regex("Playwright"));</li> <li>await Expect(Page).ToHaveTitleAsync(new Regex("Playwright"));</li>
<li>// create a locator</li> <li>// create a locator</li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwricht, VSCode, automatizované testování, TypeScript, JavaScript" /> <meta content="Playwricht, VSCode, automatizované testování, TypeScript, JavaScript" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Rychlí způsob instalace Playwright v <title>Testing Docs - Rychlí způsob instalace Playwright v
VSCode</title> VSCode</title>
</head> </head>
@ -33,7 +33,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -1,18 +1,18 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta <meta
name="keywords"
content="Playwright, Automatizované testovaní, Testování software" content="Playwright, Automatizované testovaní, Testování software"
name="keywords"
/> />
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link rel="stylesheet" href="/style.css" /> <link href="/style.css" rel="stylesheet"/>
<link <link
rel="shortcut icon"
href="images/a picture of a text editor on a pc in the style of comics.jpg" href="images/a picture of a text editor on a pc in the style of comics.jpg"
rel="shortcut icon"
/> />
<title>Testing Docs - Playwright jak začít</title> <title>Testing Docs - Playwright jak začít</title>
</head> </head>
@ -47,7 +47,7 @@
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li> <li>
<a class="button" href="/automatizovana-testovani.html" <a class="button" href="/automatizovane-testovani.html"
>Automatizované testování</a >Automatizované testování</a
> >
</li> </li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright, Automatizované testování" /> <meta content="Playwright, Automatizované testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright komplet souhrn</title> <title>Testing Docs - Playwright komplet souhrn</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright, Automatizované testování, Mocha reporter" /> <meta content="Playwright, Automatizované testování, Mocha reporter" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright Mocha Reporter</title> <title>Testing Docs - Playwright Mocha Reporter</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
@ -71,10 +71,13 @@
<p>const date = new Date().toISOString().substring(0, 19).replace('T', ' ');</p> <p>const date = new Date().toISOString().substring(0, 19).replace('T', ' ');</p>
<p>const reportFileName = `report-${date}.html`;</p> <p>const reportFileName = `report-${date}.html`;</p>
<p>const reportFile = fs.createWriteStream(reportFileName);</p> <p>const reportFile = fs.createWriteStream(reportFileName);</p>
<p>reportFile.write('<html> <p>reportFile.write('
<https: //zive.cz> <html>
<https:
//zive.cz>
<body>');</p> <body>');
</p>
<p>reportFile.write(' <p>reportFile.write('
<h1>Example Report</h1>');</p> <h1>Example Report</h1>');</p>
<p>reportFile.write(` <p>reportFile.write(`
@ -94,7 +97,7 @@
<caption>Nejdůležitější články:</caption> <caption>Nejdůležitější články:</caption>
<tr> <tr>
<th> <th>
<li><a class="button" target="_blank" href="co-je-automatizovane-testovani.html">Co je <li><a class="button" href="co-je-automatizovane-testovani.html" target="_blank">Co je
automatizované automatizované
testování</a> testování</a>
</li> </li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright, Automatizované testovaní" /> <meta content="Playwright, Automatizované testovaní" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright první test</title> <title>Testing Docs - Playwright první test</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>
@ -52,7 +52,10 @@
<p>const browser = await chromium.launch();</p> <p>const browser = await chromium.launch();</p>
<p>const context = await browser.newContext();</p> <p>const context = await browser.newContext();</p>
<p>const page = await context.newPage();</p> <p>const page = await context.newPage();</p>
<p>await page.goto('<https: //google.com>');</p> <p>await page.goto('
<https:
//google.com>');
</p>
<p>// Odsouhlasí cookies</p> <p>// Odsouhlasí cookies</p>
<p>await page.click('#L2AGLb');</p> <p>await page.click('#L2AGLb');</p>
<p>// Klikněte na pole pro vyhledávání.</p> <p>// Klikněte na pole pro vyhledávání.</p>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="automatizované testování, playwright, reporty" /> <meta content="automatizované testování, playwright, reporty" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Reporty v Playwright</title> <title>Testing Docs - Reporty v Playwright</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright, Test, Ukázka"/> <meta content="Playwright, Test, Ukázka" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Playwright ukázka testu</title> <title>Testing Docs - Playwright ukázka testu</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -47,7 +47,7 @@
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li> <li>
<a class="button" href="/automatizovana-testovani.html" <a class="button" href="/automatizovane-testovani.html"
>Automatizované testování</a >Automatizované testování</a
> >
</li> </li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery"/> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Playwright, Automatizované testování"/> <meta content="Playwright, Automatizované testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka"/> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg"/> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Snímky obrazovky v Playwright</title> <title>Testing Docs - Snímky obrazovky v Playwright</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -31,7 +31,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -42,7 +42,7 @@
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li> <li>
<a class="button" href="automatizovana-testovani.html" <a class="button" href="automatizovane-testovani.html"
>Automatizované testování</a> >Automatizované testování</a>
</li> </li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Mapa webu" /> <meta content="Mapa webu" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Mapa webu</title> <title>Testing Docs - Mapa webu</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Nástroje" /> <meta content="Nástroje" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Nástroje</title> <title>Testing Docs - Nástroje</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Penetrační testování" /> <meta content="Penetrační testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Penetrační testování</title> <title>Testing Docs - Penetrační testování</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Mapa webu" /> <meta content="Mapa webu" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Mapa webu</title> <title>Testing Docs - Mapa webu</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Zásady ochrany osobních údajů" /> <meta content="Zásady ochrany osobních údajů" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Zásady ochrany osobních údajů</title> <title>Testing Docs - Zásady ochrany osobních údajů</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>
@ -63,7 +63,8 @@
Správcem vašich osobních údajů je Lukáš (Lucka ani nekouká přes Správcem vašich osobních údajů je Lukáš (Lucka ani nekouká přes
rameno!)<br/> rameno!)<br/>
Správcem osobních údajů je Lukáš Kaňka, který provozuje webové stránky <a class="button" Správcem osobních údajů je Lukáš Kaňka, který provozuje webové stránky <a class="button"
href="https://testing-docs.cz/index.html">testing-docs.cz.</a> Lukáš vaše údaje href="https://testing-docs.cz/index.html">testing-docs.cz.</a>
Lukáš vaše údaje
spravuje a určuje, jak spravuje a určuje, jak
dlouho budou osobní údaje zpracovávány, a za jakým účelem. Vybírá také další zpracovatele, které ke dlouho budou osobní údaje zpracovávány, a za jakým účelem. Vybírá také další zpracovatele, které ke
zpracování využíváme. zpracování využíváme.

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Co je automatizované testování" /> <meta content="Co je automatizované testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="/style.css"> <link href="/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Co je automatizované testování</title> <title>Testing Docs - Co je automatizované testování</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="/automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="/automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="/nastroje.html">Nástroje</a></li> <li><a class="button" href="/nastroje.html">Nástroje</a></li>
<li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="/penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="/testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="/testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Hlavní strana" /> <meta content="Hlavní strana" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Hlavní strana</title> <title>Testing Docs - Hlavní strana</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -1,18 +1,19 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="cs">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport"
<link rel="stylesheet" type="text/css" href="style.css"> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="sablona-clanky.html"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title> <title>Document</title>
</head> </head>
<body> <body>
<div class="menu"> <p></p>
<p></p>
<div></div>
<div><p></p></div>
p
</div>
</body> </body>
</html> </html>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Testing obecně" /> <meta content="Testing obecně" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Testing obecně</title> <title>Testing Docs - Testing obecně</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Testování mobilních aplikací" /> <meta content="Testování mobilních aplikací" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Testování mobilních aplikací</title> <title>Testing Docs - Testování mobilních aplikací</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Testování přístupnosti" /> <meta content="Testování přístupnosti" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Testování přístupnosti</title> <title>Testing Docs - Testování přístupnosti</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>

View File

@ -2,13 +2,13 @@
<html lang="cz"> <html lang="cz">
<head> <head>
<meta name="description" content="Dokumentace pro všechny testery" /> <meta content="Dokumentace pro všechny testery" name="description"/>
<meta name="keywords" content="Zátěžové testování" /> <meta content="Zátěžové testování" name="keywords"/>
<meta name="author" content="Lukáš Kaňka" /> <meta content="Lukáš Kaňka" name="author"/>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="stylesheet" href="style.css"> <link href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/a picture of a text editor on a pc in the style of comics.jpg" /> <link href="images/a picture of a text editor on a pc in the style of comics.jpg" rel="shortcut icon"/>
<title>Testing Docs - Zátěžové testování</title> <title>Testing Docs - Zátěžové testování</title>
</head> </head>
@ -32,7 +32,7 @@
<div class="flexbox"> <div class="flexbox">
<div class="navigation"> <div class="navigation">
<ul> <ul>
<li><a class="button" href="automatizovana-testovani.html">Automatizované testování</a></li> <li><a class="button" href="automatizovane-testovani.html">Automatizované testování</a></li>
<li><a class="button" href="nastroje.html">Nástroje</a></li> <li><a class="button" href="nastroje.html">Nástroje</a></li>
<li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li> <li><a class="button" href="penetracni-testovani.html">Penetrační testování</a></li>
<li><a class="button" href="testing-obecne.html">Testing obečně</a></li> <li><a class="button" href="testing-obecne.html">Testing obečně</a></li>