Steve Worthamstevewortham.hashnode.dev·a day agoA Complete Step-by-Step Guide to Mobile App Performance TestingThat’s where mobile performance testing makes a difference. But before we dive into that, you should know what a mobile application is. Mobile application software is designed to run on mobile devices like smartphones and tablets, providing users wit...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 18, 2024Explained: Network Throttling to Test Website PerformanceIt does not matter whether the site is a shopping site, a news site or a business site; users want to access the pages faster. But the connectivity of the networks differs due to different network conditions and this may affect the user experience of...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 15, 2024Guide to Playwright Debugging – Tips and TechniquesPlaywright is a powerful test automation tool that is gaining popularity in the software development world. The tool allows to automate browser tasks and test web applications. With automation, comes the need to ensure seamless execution of the scrip...Discussplaywright
Steve Worthamstevewortham.hashnode.dev·Nov 12, 2024Are Device Farms Necessary? Make the Right Choice for Testing SuccessHowever, the staggering variety of devices available around the world, ranging from smartphones to tablets and desktops, presents a complex puzzle for developers and Quality Assurance (QA) teams. Creating a digital solution that works flawlessly on e...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 7, 2024Testing Push Notification: Test Push Notification in iOS Simulator & AndroidHowever, implementing push notifications can be challenging, and testing them is essential to ensure their proper functioning. Fortunately, iOS and Android provide simulators that allow developers to test push notifications without the need for physi...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 6, 2024Mobile Website Testing: A Comprehensive Guide to Ensuring Optimal User ExperienceThe fact that more than 50% of website traffic comes from mobile as of 2024? Internet and mobile use are components of everyday life for billions of people. In fact, for many, the two now go hand-in-hand. No wonder it has become essential for develop...Discusssoftware development
Steve Worthamstevewortham.hashnode.dev·Nov 5, 2024Visual Regression Testing Using PlaywrightAmid the fast-moving process of delivering software, the time spent on reviewing web pages manually is progressively reducing. In order to maintain the speed of modern development, we require tools that help keep our designs and layouts preserved and...Discuss#Regression
Steve Worthamstevewortham.hashnode.dev·Nov 4, 2024Playwright vs. Puppeteer: Choosing the Right Browser Automation LibraryBoth these Node.js libraries are designed to facilitate browser automation for testing purposes, and they both do a fantastic job. Each comes with its own offerings and specific benefits, which makes choosing one a bit of a challenge, especially for ...Discussplaywright
satyaprakash beherasatyabehera.hashnode.dev·Nov 1, 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...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 1, 2024Continuous Testing: Improve Efficiency and Ship Better SoftwareIntegrating continuous testing into your CI/CD pipeline accelerates testing, delivers highly accurate results, and helps you release high-quality software faster. In this blog, we’ll offer a quick guide to continuous testing and highlight key conside...DiscussTesting