Explore tweets tagged as #unitTesting
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: https://t.co/wlb9x8fzF6
#tdd #unittesting
2
3
9
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: https://t.co/wlb9x8fzF6
#tdd #unittesting
1
3
7
One issue MistyWest often sees hardware startups struggle with is firmware reliability. #UnitTesting allows developers to consider edge cases and potential failure points—no more scrambling to fix last minute bugs! Read our blog post to learn more: https://t.co/r1WdyWZXgh
0
0
0
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: https://t.co/wlb9x8fzF6
#tdd #unittesting
2
4
8
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: https://t.co/wlb9x8fzF6
#tdd #unittesting
1
3
9
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
0
4
14
Unit tests check the logic. Integration tests check the connections. Both are important. Knowing when to use each one helps you build more reliable Java applications. Explore tools, examples, and testing tips: https://t.co/vgEKT5bSMN
#Java #UnitTesting #IntegrationTesting
1
1
2
Need more control over your Java test generation? Cover Annotations in Diffblue Cover let you guide mocking, inputs, and factory methods. Get smarter, more relevant tests with less manual effort. See how it works: https://t.co/qe1LFNxVPP
#Java #UnitTesting #AI #DevTools
0
0
1
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: https://t.co/wlb9x8fzF6
#tdd #unittesting
2
3
9
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
2
18
74
Quality assurance in coding is like running a product through tests before it hits the market. With unit tests, we write new code to test old code making sure everything works as it should. #PythonMeetup #QualityAssurance #UnitTesting #PythonDevelopers #StartInnovationHub
8
3
12
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
1
1
22
During the years, I have taught several courses on ⚙️ automated testing (#UnitTesting), some of them focused on #RustLang. I have published the first part in my blog: https://t.co/OHN1bBVv2M All of them are hands-on learning 🧑🎓 . I hope you like them. RT & Comments appreciated.
0
2
4
Letting GitHub Copilot Coding Agent .. Handle the busy work: https://t.co/Pjr9GT06kr
#UnitTesting #ProductRequirements
1
0
7
If my test variable had legs, how would it walk to the next test in pytest?" 🤔👣 Source: https://t.co/oHFuKQ6rjr
#CodeQuality #DevTips #Unittesting #OpenSource #variable #test
0
3
7
If pyinstaller and unit tests went on a date, who pays for dinner? 🍝🤣 Source: https://t.co/BAgm131lKc
#CodeTesting #TechTips #UnitTesting #Debugging #unittest #unittests
0
3
8
I can help with diagnosing your quality process and plug the leaks. Ping me. https://t.co/aoHdo4cmJn
#Testing #Development #UnitTesting #Refactoring #Software
0
0
1
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: https://t.co/qXSm7M4MWE
#tdd #unittesting #softwaredevelopment #optivem
2
3
11
🚫 Do NOT test internal implementation details. ✅ DO focus on the expected behavior of the code. If you tightly couple your tests to implementation details, any small change to the code will break the tests. Join 4,000+ engineers: https://t.co/qXSm7M4f76
#tdd #unittesting
2
3
11