HueFoxhuefox.uk·Dec 21, 2024Vivid Colors, Mug Wraps, SnowmanVivid Colors, Mug Wraps, Snowman: 🔍 Check out Vivid Colors, Mug Wraps, Snowman now! Explore this 📁 ai generated and claim your 🆓 free download here. Let's start crafting together! 🚀 **✨ Welcome to Your Creative Journey! ✨** Unlock the potential o...บาคาร่า เครดิตฟรี 300
shakyapreetitechguru1.hashnode.dev·Dec 18, 2024Why Software Testing is the Backbone of Quality DevelopmentIntroduction In today’s fast-paced digital world, software applications are an integral part of our daily lives. From mobile apps to enterprise software solutions, the reliability of these applications significantly impacts the user experience, busin...Testing
PawHavenpawhavens.uk·Nov 25, 2024Mental Self Care WorkbookIntroduction to Your Mental Self Care Workbook Welcome to your journey of introspection and growth with the Mental Self Care Workbook! In an age where mental wellness is gaining the attention it deserves, creating a sustainable self-care routine has ...boosters
Lasse R.lassetech.hashnode.dev·Oct 23, 2024Code Coverage: Guide to Metrics & Improving CoverageCode coverage measures how much of your code is tested. Here's what you need to know: It's calculated as: (Lines executed / Total lines) * 100 Higher coverage can lead to better quality and fewer bugs But 100% coverage isn't always necessary or pr...code coverage
webshipcowebshipco.hashnode.dev·Oct 3, 2024Automated Testing of Contact Info Using Webship-jsThe 'Contact Us' page on a website might seem small, but it’s very important. It's where people go to ask questions, give feedback, or get help. Having this page helps businesses appear approachable and trustworthy. However, it’s not just about havin...1 likeautomation testing
Krzysztof Przekwaskristof.pro·Aug 15, 2024Funky code smellsSoftware development tends to be a lot like cooking. You can follow the recipe, but sometimes you end up with something that just doesn’t taste right. In code, we tend to call these bad “flavours” code smells. They do not crush your app immediately, ...code review
GUEST HOUSEguesthouse.hashnode.dev·Aug 5, 2024Quality Engineering (QE)Pendahuluan: Quality Engineering (QE) adalah disiplin penting dalam pengembangan perangkat lunak yang berfokus pada memastikan kualitas produk perangkat lunak sepanjang siklus hidupnya. Dalam blog ini, kita akan mengeksplorasi peran seorang Quality E...1 likequality
Kunaal Thanikkunaal.hashnode.dev·Jul 30, 2024CF2 - Selection of Appropriate ToolsPicking the Perfect Automation Tool: Your Fun Guide to Testing Success Selecting the right automation tool can feel like finding the perfect pair of shoes—crucial for comfort and style! Here’s a playful yet practical guide to help you choose the best...Critical Factors for Successful Software TestingTesting
Bruno Sabotbrunosabot.hashnode.dev·Jun 30, 2024Mastering Time: Using Fake Timers with VitestPhoto by Aron Visuals on Unsplash In the world of testing, controlling time can be a real challenge. Real-world timers, like setTimeout() and setInterval(), can be cumbersome when writing unit tests: without the right technique, you will introduce ex...JavaScript
Peter Merrillpeterm.hashnode.dev·Feb 21, 2024The Anti-Assumption Mindset: Embracing Intellectual Humility in Software EngineeringHave you ever launched a feature with confidence, only to find it leaving users scratching their heads? It's a scenario familiar to many software engineers, regardless of experience. Often, the culprit resides in the shadows: assumptions. These unspo...48 readsAssumptions