📲 If your app uses SMS for OTPs or 2FA, you know how tricky it can be to test those flows reliably. So how do you make sure your messages are delivered and your automated tests stay stable? Read here: leancode.co/blog/testing...
#SMSTesting #AutomatedTests #QA #AppTesting #TestAutomation
Come and hear me and @bdemers.io rant about testing next week!
#DeveloperProductivity #Testing #AutomatedTests
Cory House presents 'Effective Automated Testing - Lessons from 10 Years' July 24th at Nebraska.Code().
nebraskacode.amegala.com
#automatedtests #testwriting #TestData #unittests #unittesting #integrationtests #EndtoEndTests #CustomDevelopment #devtools #coryhouse #Nebraska #nebraskatech #TechConf
Ship Software That Does Nothing
kerrick.blog/articles/202...
#Agile #Architecture #AutomatedTests #ContinuousDelivery #ContinuousDeployment #ContinuousIntegration #ExtremeProgramming #LeanRisk #TDD #CICD #WebDev #WebDevelopment #Programming
Did you know API testing is not simple?
You did? Excellent. No surprises there.
Anyway, I did a webinar a while ago about tips for simplifying API testing.
Check out the recording.
youtu.be/apO221ipe3M
#Postman #Testing #API #APIs #APITesting #REST #Automation #TestAutomation #AutomatedTests #Tips
... #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...
What's exploration in testing? Got a washing machine?
www.everydayunittesting.com/exploratory-...
#Testing #APIs #APITesting #REST #Automation #TestAutomation #AutomatedTests #exploratorytesting
We hate fragile tests. But it's not even their fault.
Read this:
www.everydayunittesting.com/2022/05/the-...
#Postman #Testing #APIs #APITesting #REST #TestAutomation #AutomatedTests #IntegrationTests #exploratorytesting
Are you working with automated integration tests in #ASPNetCore? If so, you may run into code smells such as long tests and useless duplication. Check out this post by
@ardalis.com that shows how to handle these code smells.
bit.ly/469122B
#testing #AutomatedTests #dotnet