Come and hear me and @bdemers rant about testing next week!
Come and hear me and @bdemers rant about testing next week!
Cory House presents 'Effective Automated Testing - Lessons from 10 Years' July 24th at Nebraska.Code().
https://nebraskacode.amegala.com/
#automatedtests #testwriting #TestData #unittests #unittesting #integrationtests #EndtoEndTests #CustomDevelopment #devtools #coryhouse #Nebraska #nebraskatech #TechnologyConference #softwaredevelopment #softwareengineering #AutomatedSystem
...source code, invoking any #codeanalysis tools, running the #automatedtests, versioning the deployment artifacts, #provisioning the #infrastructure, updating the database schema, deploying to a staging slot and then, after proven healthy, swaps it with the production slot. All without having to share production passwords to developers, and without anybody connecting to the production environment and manually running scripts and other command-lines. And if your manager...
If you use feature flags your automated tests are worthless unless you run them against every possible combination of feature flags.
#developer #software #development #dev #softwaredevelopment #programming #softwareengineering #engineering #webDev #testing #AutomatedTests #tdd #unittesting #tests #featureFlag #feature #flag
ideally, there is a Test Engineer or QA team that can either write the functional tests, or confirm that those being referred to are legitimate and sufficient.
It's just important that when something is a barrier between your feature code and shipping there should be someone responsible for helping the team keep it green.
#testEngineering #softwareEngineering #testEngineer #automatedTests #softwareTesting #testing #tests #software
Another day, another bug caught by automated tests.
I missed injecting an OpenAI API key per tenant to OpenAIEmbeddings().
When tests ran locally they would pass because I have the OPENAI_API_KEY environment variable set on my machine.
Tests in CI failed red because that environment is clean.
If your #git #repository runs #automatedTests or #linters #precommit or #prepush I WILL --no-verify that shit *everytime*
#software #programming #huskey #husky #github #commit #webdev #softwaredevelopment #testing
I think that "write a test for every bug" is a foolish advice.
Write #tests for business logic only. Everything else is an implementation detail.
#unitTesting #softwareTesting #automatedTests #e2eTesting #testing #software #softwaredevelopment #unitTest