#unittesting 검색 결과

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


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

gil_zilberfeld's tweet image. 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

🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife #EmergencyTrailer

wasimanwar76's tweet image. 🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife
 #EmergencyTrailer

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

gil_zilberfeld's tweet image. 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


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

devhubbycom's tweet image. 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 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

ezeslucky's tweet image. 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

Letting GitHub Copilot Coding Agent .. Handle the busy work: devblogs.microsoft.com/dotnet/copilot… #UnitTesting #ProductRequirements

samidip's tweet image. Letting GitHub Copilot Coding Agent ..
Handle the busy work:
devblogs.microsoft.com/dotnet/copilot… 
#UnitTesting #ProductRequirements

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


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

WyriHaximus's tweet image. 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
WyriHaximus's tweet image. 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

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

valentinajemuov's tweet image. 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

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

valentinajemuov's tweet image. 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

valentinajemuov's tweet image. 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

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

gil_zilberfeld's tweet image. 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

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

valentinajemuov's tweet image. 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

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

valentinajemuov's tweet image. 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

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

valentinajemuov's tweet image. 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

Thank you @phil_nash for the meetup yesterday: Re-wiring Your Brain - with Test Driven Thinking. Youtube: youtube.com/watch?v=9viBYA… Thank you @dmokafa for hosting the event. #tdd #unittesting #cleancode #psychology #neuroscience #softwareengineering #techexcellence

techexcellence_'s tweet image. Thank you @phil_nash for the meetup yesterday: Re-wiring Your Brain - with Test Driven Thinking. 

Youtube: youtube.com/watch?v=9viBYA…

Thank you @dmokafa for hosting the event.

#tdd #unittesting #cleancode #psychology #neuroscience #softwareengineering #techexcellence

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

gil_zilberfeld's tweet image. 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


تبغى تضمن نجاح مشروعك؟ نسوّي لك فحص كامل للوحدات. نكتشف الأخطاء ونصلّحها. نحسن الأداء ونرتّب الكود. جاهز للتقديم 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

gil_zilberfeld's tweet image. 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

livingstonanto9's tweet image. 🧪 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


#RABS insights... from Unit Testing to UAT... #UAT #unittesting #SoftwareDevelopers

runabetterset's tweet image. #RABS insights... from Unit Testing to UAT...

#UAT #unittesting #SoftwareDevelopers

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

techexcellence_'s tweet image. 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

ezeslucky's tweet image. 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

GuidesJava's tweet image. 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

devhubbycom's tweet image. 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

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

techexcellence_'s tweet image. 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

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

ddoomen's tweet image. 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

wasimanwar76's tweet image. 🎉 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

techexcellence_'s tweet image. 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

gil_zilberfeld's tweet image. 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

techexcellence_'s tweet image. 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

techexcellence_'s tweet image. 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

dale_nguyen's tweet image. 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

techexcellence_'s tweet image. 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

techexcellence_'s tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends