5 minutes read Hey there! Ever wondered how the digital world consistently delivers sleek, bug-free websites and apps at the speed of light? Well, it’s not all caffeine-fueled coding marathons. A big hero behind the scenes is automated testing, and one of the champions in this arena is WebdriverIO. Let’s dive into this game-changer and see how it’s… Read more »
Posts Categorized: UI Testing
Flaky Tests in Software Testing: Causes, Identification, and Best Practices
2 minutes read Flaky tests are one of the most common and frustrating issues in software testing. These are tests that pass or fail sporadically, even if the code being tested has not changed. This can cause confusion and wasted time for developers who are trying to fix issues that may not even exist. What exactly are flaky… Read more »
So you want to become a Software Testing Expert?
< 1 minute read Software Testing is hard. It involves hard work and dedication in learning the product, but also a huge attention to detail. A Software Testing Engineer is the link between the Development Team and the Product Manager/Owner and other stakeholders. The Software Engineer in Test (SDET) should be well aware of the ins and outs of… Read more »
Agile Software Release Checklist Manifesto
2 minutes read In this new agile world, you want to improve your application every day by releasing early and often. How do you manage to release often without major issues? Create a checklist for your software releases, a list of steps to blindly follow every time release a new piece of software. Here is an example of… Read more »
What is a Staging Environment in Software Development?
3 minutes read LoadFocus – is a easy to use cloud testing tool, and you don’t need any setup, it runs from the browser. It helps you understand better your Website’s and WebServices’ performance and find potential bottleneck before your customers do. Run a free website speed test today. The Staging Environment is a complete copy of the… Read more »
How to Visually Compare Staging vs. Production Websites Automatically
2 minutes read With LoadFocus you can visually compare your staging website with your production website automatically, following these steps below: Steps to dynamically compare Staging vs. Production websites: Enter https://loadfocus.com/visual-regression-testing Enter your Staging Website (i.e. https://loadfocus-staging.com) Enter your Production or Live Website (i.e. https://loadfocus.com) Click Discover button and choose the number of URLs to automatically get discovered from your… Read more »
Visual UI Regression Testing with Jest, Puppeteer and Headless Chrome
2 minutes read Jest is a complete and easy to set-up JavaScript testing solution which also provide a Snapshot Testing built-in mechanism. With the Snapshot Testing functionality you can capture snapshots of React trees or other serializable values to simplify testing and to analyze how state changes over time. In this article we are going to take advantage… Read more »