mirror of
https://github.com/wahyd4/one-knowledge.git
synced 2026-08-08 20:59:08 +10:00
34 lines
689 B
Markdown
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
|
|
|
|

|
|
|
|
|
|
## Functional test
|
|
|
|
### Selenium
|
|
|
|
#### How does selenium works
|
|
|
|

|