Abhayabhayit2000.hashnode.dev·Dec 20, 2024Unmasking the Silent Champion: The Indispensable Role of End-to-End Testing in App SuccessEnd-to-end testing ensures your application functions seamlessly across its entire ecosystem, providing a flawless user experience. With the integration of AI and automation, this approach becomes even more powerful, enabling smarter testing, faster ...39 readsapp testing
Animesh Pathakblog.sonichigo.com·Dec 17, 2024The Marvelous Rise of AI Test Case GenerationWhile coding frameworks and workflows have become faster and more efficient, one thing that often slows teams down is testing, especially when it comes to generating accurate test cases. Fortunately, Gen AI is stepping up to make testing easier. Tool...10 likesDeveloper ProductivityAI unit test
Prachi SahuforCreoWis Blogcreowis.com·Nov 25, 2024How to Use Playwright with Next.js - A Step-By-Step GuideGreetings from the Playwright universe! You've come to the right spot if you're searching for a robust, dependable, and developer-friendly platform to manage end-to-end (E2E) testing. Microsoft created Playwright, a cutting-edge testing framework for...playwright
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...10 likes·107 readsTesting
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...Testing
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...Devops
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...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...playwright
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...44 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-c87c197075cfnightwatch