Files
hermes 1f0201a80f kb: initialize KB v4 — migrated 2,815 links-posts + 19 tech notes + SCHEMA.md + log.md
- 3-layer architecture: raw (monthly buckets) → wiki (domain subdirs) → SCHEMA
- Privacy: repo set to private (public-safe content only)
- Sync: daily Links App sync via raw/links/YYYY-MM/
- Design: converged via Grok 4.5 2-round review
2026-07-13 12:06:45 +10:00

34 lines
689 B
Markdown

---
title: Testing
created: 2018-06-13
updated: 2018-06-13
type: summary
tags: [tech, reference]
external: https://github.com/wahyd4/knowledge/blob/master/categories/testing.md
---
# Testing
## Types of testing methodologies
- unit test
- integration test
- contract test
- smoke test
- functional test
- selenium
- cucumber
# Test layers
![Good tests layers](https://raw.githubusercontent.com/wahyd4/knowledge-mind-mapping/master/assets/images/test_layers.png)
## Functional test
### Selenium
#### How does selenium works
![selenium](https://raw.githubusercontent.com/wahyd4/knowledge-mind-mapping/master/Knowledge.mindnode/resources/3D938731-E99C-4E75-B2A2-B4B96870EFAB.png)