#unittesting search results
Remember that the “Red” (failing test) part of #TDD is the perfect time to make sure the failure message is useful, instead of the less than helpful “expected actual to not be null”. #UnitTesting
🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife #EmergencyTrailer
Want to level up your team's testing? Now including AI in testing: Using AI as a copilot & Testing AI products My calendar opens in December for remote or on-site training. Let's get your team out of the bug-fixing rut. Ping me to cook up some quality. #automation #unittesting
Stop adding layers just to test. We mocked static and private methods — no wrappers, no refactoring. Just Typemock. 👉 typemock.com/mocking-the-im… #DotNet #UnitTesting #Mocking #Typemock
Unit testing is the foundation of building reliable applications! 🧪 Today, diving into concepts like mocking, mockingResolvedValue, and spying to write tests for a simple Express app. 🚀 @kirat_tw @100xDevs #UnitTesting #100Devs #ExpressJS #TestingTools
Higher-level tests help protect us against user-facing regression bugs, whereas lower-level tests help us further optimize maintenance costs. --- Join 5,200+ engineers: journal.optivem.com #tdd #unittesting
If pyinstaller and unit tests went on a date, who pays for dinner? 🍝🤣 Source: devhubby.com/thread/how-to-… #CodeTesting #TechTips #UnitTesting #Debugging #unittest #unittests
My calendar is opening up in November. I train teams and mentor them on their code and projects, on unit testing and TDD, API, Mobile or web testing, or Clean Code and BDD. I can help you (on site and remotely). Ping me. #automation #unittesting #tdd #bdd #cleancode #apitesting
Developers care about the code. Business cares about outcomes. If you ever want to have influence on management decision making, communicate the business impact, not the code. --- Join 5,200+ engineers: journal.optivem.com #tdd #unittesting
Code coverage is dangerous because it gives the illusion that the tests are protecting us, when in fact, they might not be. --- Join 5,200+ engineers: journal.optivem.com #tdd #unittesting
When you go from all tests failing one way or the other to most of them passing with a single class import change: #php #unitTesting
Every other framework adds layers, wrappers, and complexity just to test. We didn’t. We mocked static and private methods in .NET no refactoring, no noise.👉 typemock.com/mocking-the-im… #UnitTesting #Mocking #CleanCode #Typemock
It's NOT enough to say we have unit testing. It's NOT enough to say we've got 100% coverage. If you haven't run mutation testing, you don't know if your tests are protecting you at all. --- Join 5,200+ engineers: journal.optivem.com #tdd #unittesting
Unit Tests should NOT mirror code If your unit tests are mirroring your source code structure - one Unit Test per class, then you're doing it wrong. -- Register: “Stop Breaking Production: ATDD in Legacy Code” (Sep 24, 5 PM) - maven.com/p/f39276/stop-… #tdd #unittesting optivem
Letting GitHub Copilot Coding Agent .. Handle the busy work: devblogs.microsoft.com/dotnet/copilot… #UnitTesting #ProductRequirements
Do you really need unit tests? Well, maybe yes, maybe not. If it's okay for you that developers spend 70% of their day debugging their code, then it's fine to go without unit tests. --- Join 5,200+ engineers: journal.optivem.com #tdd #unittesting
The tested code may rely on external services or be time-dependent, which can result in varying outputs. A mock object can control the behavior of a real object in a testing environment by simulating responses from external services. #UnitTesting #Mocking #Python
TDD does NOT slow you down. TDD is about being minimalistic - you write just enough code to make the failing test pass. This avoids adding premature features or overengineering. Join 4,100+ engineers: journal.optivem.com #tdd #unittesting #softwaredevelopment #optivem
Remember that the “Red” (failing test) part of #TDD is the perfect time to make sure the failure message is useful, instead of the less than helpful “expected actual to not be null”. #UnitTesting
Ever added a new feature and watched something else stop working? #Unittesting with frameworks like NUnit and xUnit acts as a safety net, catching issues early and keeping updates smooth and stable. What’s your go-to strategy to avoid late-night bug hunts? #TechTipTuesday
Fresh blog post about a fresh package for #Umbraco integration testing. This has been the focus of all my spare time since early October, and I really hope y'all can use it. Would love to hear your thoughts! blog.aabech.no/archive/more-e… #umbraco #unittesting #integrationtesting
Typemock Isolator 9.4 is out! 🚀 Now supporting .NET 10, VS 2026, VSTest 4, smarter SmartRunner runtime matching, and improved installer + stability fixes. Download 👉 typemock.com/download-isola… NuGet 👉 nuget.org/packages/Typem… #dotnet #unittesting #devtools #VS2026
Want to level up your team's testing? Now including AI in testing: Using AI as a copilot & Testing AI products My calendar opens in December for remote or on-site training. Let's get your team out of the bug-fixing rut. Ping me to cook up some quality. #automation #unittesting
Writing tests isn’t about catching bugs — it’s about preventing fear when you change code. Good tests give: ✅ confidence to refactor ✅ protection against regressions ✅ clarity on expected behavior Tests aren’t overhead. They’re insurance. #Testing #UnitTesting…
🚀 Kickstart your tech career at #Principal Pune! Developers with #Coding, #UnitTesting & #Agile skills wanted. Bachelor’s grads, build robust finance apps! #SoftwareEngineer #TechJobs #Hiring #Jobformore #PuneJobs jobformore.com/principal-off-…
via @dotnet: Supercharge Your Test Coverage with GitHub Copilot Testing for .NET ift.tt/HnlU7Tg #GitHubCopilot #NET #UnitTesting #VisualStudio #AIPoweredDevelopment #SoftwareTesting #CodeCoverage #DevCommunity #MSTest #xUnit #NUnit #TestAutomation #SoftwareEngineering …
تبغى تضمن نجاح مشروعك؟ نسوّي لك فحص كامل للوحدات. نكتشف الأخطاء ونصلّحها. نحسن الأداء ونرتّب الكود. جاهز للتقديم 100%. ارسل مشروعك الآن. #UnitTesting #طلاب
Want to level up your team's testing? Now including AI in testing: Using AI as a copilot & Testing AI products My calendar opens in December for remote or on-site training. Let's get your team out of the bug-fixing rut. Ping me to cook up some quality. #automation #unittesting
🚀 New Post: Test Smart Boost software quality with effective testing strategies. Learn how to 'Test Smart' and optimize you... 🔗 Read more: kubaik.github.io/test-smart #TestAutomation #UnitTesting #MachineLearning #AI2024 #Selenium
kubaik.github.io
Test Smart
Boost software quality with smart testing strategies. Learn more.
Every other framework adds layers, wrappers, and complexity just to test. We didn’t. We mocked static and private methods in .NET no refactoring, no noise.👉 typemock.com/mocking-the-im… #UnitTesting #Mocking #CleanCode #Typemock
Stop adding layers just to test. We mocked static and private methods — no wrappers, no refactoring. Just Typemock. 👉 typemock.com/mocking-the-im… #DotNet #UnitTesting #Mocking #Typemock
🧪 Kotlin Multiplatform (KMP) Tutorial — Unit Testing suspend functions! Test shared logic right in the common module 💪 ✅ Works across Android, iOS, Desktop ✅ Tests success & failure ✅ Uses runBlocking for coroutines #Kotlin #KMP #UnitTesting
𝗧𝗲𝘀𝘁𝗶𝗻𝗴𝟭𝟬𝟭: 🧱 What is a Unit Test? A dev-written test to prove a tiny piece of code (a "unit") does what they think it does. It's the first line of defense against their own mistakes. #testing101 #UnitTesting #TDD rfr.bz/t58a193
On Nov 29, @evrtrabajo & @MatheusMarabesi will be presenting: TDD Anti-Patterns. Register here meetup.com/techexcellence… Thanks to @ValentinaCupac, @dmokafa, Oliver Zihler and Alina Liburkina for organizing the event. #testdrivendevelopment #tdd #unittesting #techexcellence
Unit testing is the foundation of building reliable applications! 🧪 Today, diving into concepts like mocking, mockingResolvedValue, and spying to write tests for a simple Express app. 🚀 @kirat_tw @100xDevs #UnitTesting #100Devs #ExpressJS #TestingTools
Spring Boot Unit Testing CRUD REST API with JUnit and Mockito javaguides.net/2022/03/spring… #java #springboot #unittesting #restapi
If pyinstaller and unit tests went on a date, who pays for dinner? 🍝🤣 Source: devhubby.com/thread/how-to-… #CodeTesting #TechTips #UnitTesting #Debugging #unittest #unittests
Discussing our new #flutter testing pyramids 🔼🔼🔼 #unitTesting #widgetTesting #goldenTesting #integrationTesting
On Apr 17, @dmokafa will present: TDD and Mutation Testing. Register here: meetup.com/techexcellence… Thanks to @ValentinaCupac, Oliver Zihler and @AlinaLiburkina for organizing the event. #testdrivendevelopment #tdd #unittesting #mutationtesting #cleancode #techexcellence
An introduction to unit testing in Python amzn.to/3OklAhm #testing #unittesting #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning…
In my opinion, one of the best techniques to make a large system and its code base more understandable is to make sure you group your code in functional folders aligned with its functional and technical capabilities. #testdrivendevelopment #architecture #unittesting
🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife #EmergencyTrailer
On May 15, @emilybache will present: How to Test Legacy Code. Register here meetup.com/techexcellence… Thanks to @ValentinaCupac, @dmokafa, Oliver Zihler and @AlinaLiburkina for organizing the event. #testdrivendevelopment #tdd #unittesting #refactoring #agile #techexcellence
Want to level up your team's testing? Now including AI in testing: Using AI as a copilot & Testing AI products My calendar opens in December for remote or on-site training. Let's get your team out of the bug-fixing rut. Ping me to cook up some quality. #automation #unittesting
On Nov 15, @gsferreira will be presenting: How to use TDD in Legacy Projects. Register here meetup.com/techexcellence… Thanks to @ValentinaCupac, @dmokafa, Oliver Zihler and Alina Liburkina for organizing the event. #tdd #testdrivendevelopment #unittesting
How can we apply TDD in the context of a legacy application, when it feels like you're fighting against an application that's not designed for testing? Watch @gsferreira on youtube youtube.com/watch?v=XMDeoB… Thanks to @dmokafa and Oliver Zihler for hosting. #tdd #unittesting
Quick tip after migrating to Angular 16 with standalone components: If you're providing services directly in a component, you'll need to update your testing approach. Just spent a few hours debugging failing unit tests because of this change💡 #Angular #UnitTesting #WebDev
On May 1, @javisan81 will present: Micro-decisions in Software Design. Register here meetup.com/techexcellence… Thanks to @ValentinaCupac, @dmokafa, Oliver Zihler and @AlinaLiburkina for organizing. #tdd #unittesting #testing #testautomation #cleancode #refactoring #techexcellence
On Nov 1, @MarceloChiarad1 will be presenting: Using Fakes for Testing. Register here meetup.com/techexcellence… Thanks to @ValentinaCupac, @dmokafa, Oliver Zihler and Alina Liburkina for organizing the event. #tdd #unittesting #cleancode #refactoring #techexcellence
Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 13.3K posts
- 2. Arch Manning 1,709 posts
- 3. #BedBathandBeyondisBack 1,289 posts
- 4. Eagles 138K posts
- 5. Bears 123K posts
- 6. Sark 1,970 posts
- 7. Ben Johnson 26.2K posts
- 8. #OPLive 1,283 posts
- 9. Marcel Reed 1,520 posts
- 10. Wingo 1,622 posts
- 11. Jalen 32.1K posts
- 12. #iufb 2,010 posts
- 13. Lindor 1,585 posts
- 14. Texas A&M 8,511 posts
- 15. #HookEm 3,502 posts
- 16. Jeff Sims N/A
- 17. Aggies 4,461 posts
- 18. Caleb 50.4K posts
- 19. Wisner N/A
- 20. Lane 60.6K posts