https://medium.com/@zelldon91/advanced-test-practices-for-helm-charts-587caeeb4cb - #Helm testing methodology including #UnitTests and #IntegrationTests with #TerraTest. Golden results file is brilliant https://github.com/Zelldon.
#helm #unittests #integrationtests #terratest
I'm excited to do "Scaling the #Testing Pyramid in #TypeScript with #SandSMedia today. #UnitTests, #IntegrationTests, #ComponentTests, #e2eTests, demos galore. Join us at https://devm.io/scaling-the-testing-pyramid-in-typescript/, slides: https://robrich.org/slides/web-test-all-the-things/, code: https://github.com/robrich/web-test-all-the-things
#testing #typescript #sandsmedia #unittests #integrationtests #componenttests #e2etests
How do you test your #WebApp's functions, #components, #APIs, #mock dependencies, and build #IntegrationTests in #TypeScript? Join us at #SoftwareCraftsmanship #Luxembourg #online at https://www.meetup.com/software-craft-luxembourg/events/291725432/, slides: https://robrich.org/slides/web-test-all-the-things/, code: https://github.com/robrich/web-test-all-the-things.
#webapp #components #apis #mock #integrationtests #typescript #SoftwareCraftsmanship #luxembourg #online
If you code in OOP with the concept of SoC and SOLID you have the possibility to write modern modular classes.
Take the focus on the testability of the code you write and it will show you the way which you can/must go.
1. #unittest
2. #functionaltests
3. #integrationtests
4. #apitests
5. #acceptancetests
From top to bottom
From many to few tests
#unittest #functionaltests #integrationtests #apitests #acceptancetests
Some thoughts triggered by https://martinfowler.com/articles/programs-in-product-mode.html:
- "product-mode company" is clearer than "tech company"
- #Product vs #Project is a "pick your poison" issue
- The largest risk to any program is probably integration
- Anticipate #dependencies by studying historical #blockers.
- #IntegrationTests and milestones are more trustworthy than status reports.
- What is an effective virtual equivalent to a physical #ProgramWall? Honestly, I don't know.
#programmanagement #programwall #integrationtests #blockers #dependencies #project #product