Vitaliy Potapovvitalets.hashnode.dev·Oct 8, 2024Supercharge Your E2E Tests with Playwright-Network-CacheIntro When working with end-to-end testing frameworks like Playwright, handling network requests is often a complex task. Tests that rely on external APIs can be slow and inconsistent, introducing unnecessary flakiness. Network calls that succeed in ...Discussplaywright
Abhayabhayit2000.hashnode.dev·Oct 4, 2024React Native in 2024 - Detox or Appium?In mobile application development, ensuring robust performance and functionality is paramount. React Native, a framework that helps build cross-platform mobile apps, demands rigorous testing to maintain quality. Among the various tools available, Det...DiscussReact Native
webshipcoforWebship.cowebshipco.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...Discuss·1 likeautomation testing
Vijayashree Shindevijayashree44.hashnode.dev·Oct 1, 2024The Ultimate Guide to Automation Testing: Tips for Every TesterAutomation testing has revolutionized the way software is tested, providing the ability to run complex test scenarios efficiently and repeatedly. Yet, the shift to automation isn’t as simple as flipping a switch. For many testers, it can be a complex...Discussautomation testing
Hemachandrahemachandra.hashnode.dev·Sep 29, 2024How to test/mock Configuration files in PythonIntroduction We will be using configuration files in our projects so frequently that, without a configuration file, it becomes difficult to change the code each time. Why do we need a configuration file? Imagine I have created a project that runs on ...Discuss·11 likes·65 readspytest
Ronika Kashyapronika.hashnode.dev·Sep 26, 2024Integration Testing Guide: Knowing the Types & Various ApproachesThe software comprises various modules that multiple programmers or coders have written. The integration testing level focuses on exposing faults that occur during the interaction of integrated components or units. Integration testing combines and te...DiscussSaaS
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Sep 25, 2024Automation Using Node.js: A Powerful Tool for EfficiencyNode.js, a popular JavaScript runtime environment, has gained significant traction for its versatility and efficiency in building scalable web applications. Beyond web development, Node.js can be a powerful tool for automating various tasks, streamli...DiscussNode.js
Mbaziira Ronaldmbaziira.hashnode.dev·Sep 25, 2024How I plan to improve my end-to-end testing strategy with KaneAIAmong the common types of testing is end-to-end testing. End-to-end testing ensures that an application works properly from beginning to end and meets its functional and non-functional requirements by simulating the end user's use cases and real-worl...Discuss·55 readsKaneAI
CodeRowerforCodeRowercoderower.hashnode.dev·Sep 23, 2024A Full Guide to Making Sure Stable Releases to Production with UI Automation TestingIntroduction: When it comes to making software, the path from code to production is not always easy. Making sure that updates to production settings are stable is one of the most important parts of this trip. Releases that aren’t stable can cause pro...Discussuiautomation
Abhayabhayit2000.hashnode.dev·Sep 20, 2024Mapping the Landscape of Mobile App Development: Key Phases to ConsiderMobile applications have become a crucial component of our everyday activities, with countless apps available on platforms like the Apple and Google Play stores. Our usage patterns highlight just how integral they have become. Whether in the service ...DiscussMobile apps