A hands-on guide to learning how to run your mobile automated UI tests with Sauce Labs and Bitrise.
In this article, we are going to learn how to create a custom Content Blocker for our WebView instances using the flutter_inappwebview plugin. Content Blockers are usually used for blocking ads, but you can also use them to block any other content. Blocking behaviors include hiding elements, blocking loads, and, on iOS and macOS, stripping cookies from WebView requests.
Rails' date and time helpers are great. They save us from duplicating simple add-duration-to-time logic across our applications and make the code more readable. However, complex date manipulations are dangerous places full of edge-cases. This article discusses some of them. 😅
QA testing tools include everything from performance testing tools to workflow management tools. If you’re just getting started with software quality assurance, it can be difficult to know what tools you need (and how to tell them apart). Functional testing is the foundation of most software quality assurance efforts. That’s why we think the right automated functional testing tool is the most important part of your QA toolbox.
Regression testing—when done well—gives software teams the confidence that their entire application works properly after a code change. But doing regression testing manually is time-consuming, costly, and difficult to scale. As their applications grow in complexity, many teams end up having to throw more and more resources into regression testing—hiring more QA specialists and waiting longer for them to complete testing with each release cycle.