본문 바로가기
CS/Python&R

Software Testing Theory + A Few Less Obvious Testing Techniques

by Diligejy 2022. 5. 31.

https://www.youtube.com/watch?v=K47pr6lPxsA&list=PLC0nd42SBTaPYSgBqtlltw328zuafaCzA&ab_channel=ArjanCodes 


Tests are never a guarantee that your program is correct!

 

 

 

"Program testing can be used to show the presence of bugs, but never to show their absence!"

- Edsger W. Dijkstra

 

 

white box testing - unittest

black box testing

 

Snapshot testing

https://jestjs.io/docs/snapshot-testing

 

Snapshot Testing · Jest

Snapshot tests are a very useful tool whenever you want to make sure your UI does not change unexpectedly.

jestjs.io

 

댓글