Mohamed Mayallomayallo.hashnode.dev·Nov 14, 2024Unit, Integration, and E2E Testing in One Example Using JestIntroduction Many developers face challenges when it comes to testing their code. Without proper tests, bugs can slip through, leading to frustrated users and costly fixes. This article will show you how to effectively apply Unit, Integration, and En...Discuss·10 likesTesting
Ronika Kashyapronika.hashnode.dev·Oct 11, 2024A Guide to Automated Regression Testing Tools: Beginner’sAny software cannot run in a completely similar way all the time. Software development activity is always a part of it, where small and substantial changes continue in different phases. Reinventing products with new features and functions is the only...DiscussTesting
Ronika Kashyapronika.hashnode.dev·Oct 8, 2024DevOps Testing Explained: Types, Benefits, and Proven Best PracticesThe Apple App Store has 1.96 million apps available for download. There are 1.68 million apps users can download from Google Play Store Uninstallation rates, especially for Android apps, are almost always high – ranging from 46.76% in the USA to 65...DiscussDevops
Ronika Kashyapronika.hashnode.dev·Sep 17, 2024A Beginner’s Guide to Component Testing with PlaywrightWith the growing complexity of web applications, performing end-to-end testing on them is equally complex. The traditional strategy of testing the application UI can be flaky and may require regular maintenance. A paradigm shift towards component tes...Discuss·10 likesTesting
Anandkumaranandpak.hashnode.dev·Sep 14, 2024Step-by-Step Guide to Using Playwright for Page Interactions and Assertions 🌠When automating web testing, it's not just about finding elements on a page — it's about interacting with them and verifying that they behave as expected. In this blog, we’ll explore how Playwright helps you handle user interactions and assert condit...Discussplaywright
Nicanor Talks Webblog.nicanor.me·Jul 22, 2024NestJS Unit & Integration TestsTesting is a crucial part of software development, ensuring that your code works as expected and preventing bugs from making their way into production. In this blog post, we will explore how to write unit and integration tests for a NestJS applicatio...Discuss·37 readsnestjs
Temuneltemunel.hashnode.dev·Jul 8, 2024Using Fake Streams In Chrome Browser During NightWatch.js Tests Instead of Allowing Permissionshttps://medium.com/@temunel/using-fake-streams-in-chrome-browser-during-nightwatch-js-tests-instead-of-allowing-permissions-c87c197075cfDiscussnightwatch
Temuneltemunel.hashnode.dev·Jul 7, 2024Get chrome browser console logs during the Nightwatch.js e2e testinghttps://medium.com/@temunel/get-chrome-browser-console-logs-during-the-nightwatch-js-e2e-test-abc8c181701aDiscussnightwatch
Abhayabhayit2000.hashnode.dev·Jun 5, 20245 Best End-to-End Testing ToolsAs software development solutions grow, automation testing tools will keep increasing. With so many tools available in the market, it can become overwhelming to make a decision. Choosing the right tool is essential for the software development lifecy...DiscussE2ETesting
yeshan333shansan.hashnode.dev·May 26, 2024The solution of Elixir continuous runtime system code coverage collectionzh_hans 中文版本 Code coverage is an effective means to assist software engineers in verifying code quality. The runtime environment's ability to collect code coverage fully combines black and white box testing capabilities and greatly increases enginee...DiscussElixir