Ozan AkmanforOzan Akmanakman.hashnode.net·Jan 17, 2023Understanding black-box and white-box testingWhat is black-box testing? Blackbox testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings. It is also known as functional testing or behavioral testing. The ...Discuss·12 likes·217 readsTesting
Freshbits Web SolutionsforFreshbits Web Solutions's blogfreshbitsweb.hashnode.net·Aug 8, 2022Why don't you start writing tests?There are hundreds of articles on why you should write tests for your code. And I assume you have read them many times. Many developers realize the importance of writing tests but just do not get started. Why Not Mainly because of some misunderstand...Discuss·9 likes·1.8K readsTesting
Georgefor/dev/Realmdevrealm.hashnode.net·Mar 30, 2020Testing proprietary systemsThere are times when you have to integrate into a proprietary or legacy system, most of the time, using an API to implement the integration. Testing such integration with a proprietary or legacy system can be complex, if possible at all, since most o...Discuss·1 like·147 readsjtapi
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
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 6, 20235 reasons to write visual regression testsIntroduction ✨ Visual regression testing is a critical aspect of modern web development that helps ensure that code changes don't break the intended design and functionality of a website or application. In this blog post, we'll discuss five compellin...Discuss·41 readsvisual regression testing
Michael PerezforMichael Perez's blogmichaelperez.hashnode.net·Feb 27, 2023Cross Browser Testing: Not Just Chrome and FirefoxCross browser testing is the process of ensuring that the websites and web apps you develop are compatible with a diverse number of web browsers. As a web developer, it is vital that you ensure your projects work for all web users regardless of brows...Discusscross browser testing
Justin TrugmanforSoftware Testing AIsoftwaretestingai.hashnode.net·Jan 22, 20235 Common Software Testing Challenges and How SoftwareTesting.ai Can HelpAs a software developer, you know that testing is a crucial part of the development process. It's essential to ensure that your code is free of bugs and runs smoothly before deploying it to production. However, software testing can be a time-consumin...DiscussSoftware Testing
Ozan AkmanforOzan Akmanakman.hashnode.net·Jan 17, 2023Understanding black-box and white-box testingWhat is black-box testing? Blackbox testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings. It is also known as functional testing or behavioral testing. The ...Discuss·12 likes·217 readsTesting
Kelvin MburuforFrontDevfrontdev.hashnode.net·Jan 3, 2023A Beginner's Guide to Testing in Frontend DevelopmentFront-end development is an integral part of the overall software development process, and testing is essential to ensuring that your website or application functions correctly. Testing in front-end development helps to identify bugs, errors, and oth...Discuss·32 readsFrontend Development
ExyreamsforExyreamsexyreams.hashnode.net·Dec 30, 2022The Top 5 Things to Consider When Implementing DevOpsDevOps is a software development methodology that tries to integrate the development and operations teams to enhance communication and productivity. As businesses seek to shorten their software delivery cycles and boost software quality, this strateg...Discuss·40 readscontinuous integration and delivery
Twin SunforStartups & Software Devtwinsun.hashnode.net·Dec 5, 2022Building Better Apps with Automated TestsAutomated testing is an essential software development practice. Agile practitioners rely on automated tests to ensure that their apps are always in a working state. Often, developers who are new to automated testing raise concerns about the practice...DiscussAutomated Testing
David Tzemachfordavidtzemach.hashnode.net·Nov 18, 2022Rebuild Confidence in Your Test AutomationThese days, development teams depend heavily on feedback from automated tests to evaluate the quality of the system they are working on. Depending on the type of software testing and the development process used, running automated tests every night o...Discusstest-automation
Christopher ThompsonforChristopher Thompson's blog098christopher.hashnode.net·Oct 10, 2022What Are The Benefits of Using Automated Functional Testing?In the past 2 years, automated functional testing has gained a lot of popularity. In fact, it was one of the top software and app development trends in 2019. Companies that make use of Agile and DevOps methodologies have benefited greatly by automati...Discuss·26 readsfunctional testing