Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Coding/Code Quality/
Code Test
Search

Code Test

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Mar 10 5:48
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Aug 31 16:12
Refs
Refs
Test
Code Error
Coding Test

Maintainability

The cost of writing tests should be lower than the cost of bugs.
Tests should not primarily focus on common paths. When adding features, all classified test cases must work. When modifying, removing, or adding features, all classified test cases must remain functional.
Code Tests
Unit test
Integrate Test
System Test
Undertaking Test
dogfood
White Box Test
Black Box Test
Stress Test
Component Test
Contract Test
Snapshot Test
 
 
Code Test Notion
Test Code Coverage
Fuzzing
Testcontainer
DogFooding
 
 
https://semaphoreci.com/blog/test-microservices
 
 
 

Continuous Test Improvement

On Continuous AI for Test Improvement
Ever since we started working on “task-oriented programming” (aka vibe coding) in 2023, our group at GitHub Next have been throwing around ideas related to “continuous” task…
On Continuous AI for Test Improvement
https://dsyme.net/2025/08/27/on-continuous-test-improvement/
On Continuous AI for Test Improvement
Too much of a good thing: the trade-off we make with tests | nicole@web
I've worked places where we aspired to (but did not reach) 100% code coverage. We used tools like a code coverage ratchet to ensure that the test coverage always went up and never down. This had a few effects.
Too much of a good thing: the trade-off we make with tests | nicole@web
https://ntietz.com/blog/too-much-of-a-good-thing-the-cost-of-excess-testing/
 
 

Backlinks

Coding

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Coding/Code Quality/
Code Test
Copyright Seonglae Cho