Rafael dos Santos Miguel Filhothepragmaticengineer.hashnode.net·Jan 30, 2023Keeping tests valuable: Unit Tests in Software DomainThe phrase that appears in the subtitle of this post was said by Michael Bolton: The problem is not that the test is the bottleneck. The problem is that you don't know what is in the bottle. That is a problem that tests address! It is funny that th...Discuss·62 likes·223 readsThe Pragmatic EngineerQA
Luísa Ribeiro Bezerraluisarbezerra.hashnode.net·Sep 25, 2022FeaturedExploratory Testing: The benefits of applying this process to my teamThere is a time I was studying the challenge of improving the quality assurance of software delivery in a way that all the team (and also invited people from other domains) could join the testing of a software. So then I found the brilliant Explorato...Discuss·45 likes·1.1K readsTesting
Swati Sarangicodingstars.hashnode.net·Jul 10, 2022The joy of managing Engineering Team AKA The Craft Conf 2022Introduction This is the second conference related to the software industry that I got a wonderful chance to attend. All thanks to Miki Szeleswho interacted with the organizer of The Craft Conference to give the participants of giveaway contest a ch...Eleftheria Batsou and 1 other are discussing this2 people are discussing thisDiscuss·11 likes·40 readsDev Conferencesconference
Raye Schroederthesingletonobserver.hashnode.net·Apr 11, 2023Software Design Patterns for TestabilitySeveral software design patterns can enhance the testability of a software system. Here are some of the most commonly used ones: Dependency Injection: This pattern promotes loose coupling between components by allowing dependencies to be injected in...DiscussShortiesTesting
Safa Emhemedtesting-journey.hashnode.net·Apr 5, 2023The Essential Skills of a Successful QA EngineerAs a Quality Assurance (QA) engineer, your primary responsibility is to ensure that software applications meet the quality standards of users and customers. To excel in this role, you need a combination of technical skills, analytical thinking, atten...Discuss·10 likes·32 readsTesting
San Samsandeepsamudrala.hashnode.net·Mar 29, 2023Mastering the testing fundamentals: 15 Common Terms Every Tester Should KnowIf you're new to software testing, it can be overwhelming to learn all the terminology used in the field. But fear not! I've prepared this handy list of 15 common terms you need to know to ace your next software testing interview. From test cases and...Discuss·1 like·48 readsTesting
Safa Emhemedtesting-journey.hashnode.net·Mar 27, 2023An Overview of API Testing: Importance, Types, and Top ToolsAPI testing is a critical aspect of software testing that helps to ensure that the interfaces between software applications are functioning as intended. APIs are essential for enabling software components to communicate with each other, and API testi...Discuss·34 readsAPIs
Gbemisola OyeniyiforUnbugQA Academy Blogunbugqa-academy.hashnode.net·Mar 24, 2023A Career Guide to Software Quality Assurance Engineering (including FAQs)Are you considering a career in software quality assurance engineering? It is an exciting field that can offer great job security, work flexibility, competitive salaries, and the chance to work in any industry. In this blog post, we will cover what s...DiscussQuality Assurance
Safa Emhemedtesting-journey.hashnode.net·Mar 16, 2023Discover the Bug Bash and its ObjectivesWhat does the Bug Bash event entail? A bug bash is an activity through which is performed developers, testers, program managers, designers, and even marketers, put aside their usual daily duties and try to break the software and identify bugs/errors ...DiscussQA
Emin MuhammadiforArticles by Emin Muhammadieminmuhammadi.hashnode.net·Mar 7, 2023Stop Wasting Time and Money: The Secret to Flawless Software Testing Revealed!Are you tired of constantly encountering bugs and glitches in your software? Are you spending endless hours and money on testing with no guarantee of success? Look no further, because we have uncovered the ultimate solution to all your software testi...DiscussSoftware Testing
Oduah Chigozieghoulkingr.hashnode.net·Mar 5, 2023Overview of code reviewsThis article covers an introduction to code reviews, their benefits and disadvantages, and the importance of code review in software development. We also covered types of code reviews, and best practices for performing a code review. Let’s get start...Discuss·27 readsProgramming Blogs
Wainaina Kasyokawainainakasyoka.hashnode.net·Feb 27, 2023Mastering Quality Assurance: Lessons From The Tech IndustryQuality assurance is an integral part of any software development process. The goal of quality assurance is to ensure that the software is free from defects and meets the requirements of the end users. As the famous quote goes, "Quality is never an a...Discuss·32 readsQA
Safa Emhemedtesting-journey.hashnode.net·Feb 22, 2023Manual Testing VS Automation TestingTesting is a vast landscape that consists of several categories like black-box testing, white-box testing, system testing, system integration testing, performance testing, and load testing. Some of these testing categories perform better with Automat...Discuss·41 readsTesting