#unittesting résultats de recherche
تبغى تضمن نجاح مشروعك؟ نسوّي لك فحص كامل للوحدات. نكتشف الأخطاء ونصلّحها. نحسن الأداء ونرتّب الكود. جاهز للتقديم 100%. ارسل مشروعك الآن. #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
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
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
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
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
🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife #EmergencyTrailer
My "Unit Testing and TDD" workshop, introduces the team to skills necessary to start testing the code they work on: Planning, writing, tools, refactoring, mocking. everydayunittesting.com/courses/introd… #unittesting #tdd #testdrivendesign
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
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
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
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
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
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
Letting GitHub Copilot Coding Agent .. Handle the busy work: devblogs.microsoft.com/dotnet/copilot… #UnitTesting #ProductRequirements
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…
تبغى تضمن نجاح مشروعك؟ نسوّي لك فحص كامل للوحدات. نكتشف الأخطاء ونصلّحها. نحسن الأداء ونرتّب الكود. جاهز للتقديم 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 effective testing strategies. Learn how to 'Test Smart' and optimize your testing process.
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
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
🅰️🔍 Angular Devs! Don't skip unit tests for your components! They boost confidence in code changes, catch bugs early, and document behavior. Plus, they make refactoring a breeze and improve code quality. Test now, save later! 🚀 #Angular #UnitTesting #CodeQuality ✍ @openai
Every great application starts at the smallest level. Unit Testing ensures each function or component is error-free before they come together — improving code quality, reducing bugs, and preventing costly fixes later. Strong software begins with strong units! 🔍💡 #UnitTesting…
Ever fixed one bug… and broken something else? 😅 That’s why I started this TDD series. Episode 1 is all about why tests are not a luxury—but a survival tool in Android development. 📺 Link: youtu.be/bVk4udGtGLE #AndroidDevelopment #UnitTesting #Kotlin #MobileDev
youtube.com
YouTube
What Is a Test? (And What Isn’t)—TDD for Android | Episode 2
Want faster, more reliable tests? Learn when to use mocking in unit testing (and when to skip it). 👉 typemock.com/when-to-use-mo… #UnitTesting #Mocking #Cpp #DotNet #Typemock
Mocking isn’t always the answer. Learn when to use mocking in unit testing (and when to skip it). 👉 typemock.com/when-to-use-mo… #UnitTesting #Mocking #DotNet #Cpp #Typemock
When does mocking help—and when does it hide bugs? Learn when to use mocking in unit testing with .NET & C++ examples. 👉 typemock.com/when-to-use-mo… #UnitTesting #Mocking #DotNet #Cpp #Typemock
today I revised react unit testing topic covered for interview macine coding round - fireEvent - input onChange - button onClick - various naming conventions and styles for creating a test file or folder(__test__) #ReactJs #UnitTesting #ReactTestingLibrary #TypeScript #vite
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
Unit Testing in iOS 2025: Cutting-Edge Strategies, Tools, and Trends for High-Quality Apps . #iOSDev #UnitTesting #SwiftUI . medium.com/@Rutik_Marasko…
Unit testing for JavaScript apps, simplified. 21 proven wins, step-by-step setup, and patterns that ship faster with fewer bugs. See the thumbnail and dive in: brandnexusstudios.co.za/blog/unit-test… #JavaScript #UnitTesting
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
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
Spring Boot Unit Testing CRUD REST API with JUnit and Mockito javaguides.net/2022/03/spring… #java #springboot #unittesting #restapi
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
Discussing our new #flutter testing pyramids 🔼🔼🔼 #unitTesting #widgetTesting #goldenTesting #integrationTesting
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
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…
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
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
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
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
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
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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Cloudflare 215K posts
- 2. Gemini 3 26.5K posts
- 3. #AcousticPianoCollection 1,236 posts
- 4. Olivia Dean 4,164 posts
- 5. Piggy 58.7K posts
- 6. Saudi 122K posts
- 7. La Chona 1,279 posts
- 8. Salman 33.9K posts
- 9. Taco Tuesday 14.8K posts
- 10. #LaSayoSeQuedóGuindando N/A
- 11. CAIR 24.8K posts
- 12. #tuesdayvibe 3,186 posts
- 13. #ONEPIECE1166 4,533 posts
- 14. Good Tuesday 35.9K posts
- 15. Anthropic 8,535 posts
- 16. Sam Leavitt N/A
- 17. Mark Epstein 26.7K posts
- 18. #MSIgnite N/A
- 19. Jamal Khashoggi 2,081 posts
- 20. Passan 1,056 posts