Systems | Development | Analytics | API | Testing

DevOps

Sponsored Post

Test Automation: Benefits and Use Cases

After spending hours or even days manually testing your software, you're wondering whether there's any way to optimize this process. Well, you're right to look toward implementing test automation. However, minimizing manual labor isn't the only valid reason to do so; there are many other benefits to test automation, a few being: Test automation is an entire field in itself that can help you improve accuracy and resilience, which you'll learn a lot more about throughout this post.

Creating WebView Content Blockers with Flutter InAppWebView

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.

Taking the pain away from iOS code signing - Codemagic live webinar (14.12.2022)

In this webinar Rudrank Riyam, iOS developer relations engineer at Codemagic introduces you to some basic concepts around iOS code signing, and then shows how to automate this process with Codemagic with its integration to Apple Developer Portal.

Pros of Using a Virtual Private Server

When you are running a successful business, you need to make sure every aspect is performing at the highest level possible. One of the things you need to make sure is performing well is the web servers. Slow servers can easily turn off your customers, which can mean losing revenue. This is why more and more businesses are opting for virtual private servers (VPS) when hosting their websites.
Sponsored Post

How to Get Started with Software Testing

You've forgotten to add frontend validation to number fields, and now people are getting an error when they enter text into those fields. However, this is an issue that's easily preventable-by implementing a proper test that checks for edge cases, but how do get started with software testing? Avoiding bugs in production is just one advantage of testing, it also helps you be more confident about your applications, opens up the potential for a full CI/CD pipeline, and much more. In this post, we'll introduce you to software testing, as well as provide pointers on how to move from beginner to advanced.

How we contribute to the Flutter ecosystem

This month, both Flutter and Codemagic have an anniversary to celebrate! Flutter 1.0 was released in December 2018 at Flutter Live. At the same event, we launched Codemagic, the community’s favorite CI/CD tool for Flutter. This also marked the beginning of the ongoing partnership between the Flutter team and Nevercode, the company behind Codemagic CI/CD.

Unify TestOps and DevOps with Katalon Xray Integration

Xray is one of the most popular Jira apps for testing and QA. It enables test management natively within Jira so that software teams can seamlessly integrate quality management into their everyday workflows. You can easily link requirements to Xray test cases within Jira to keep tabs on all tests, know where tests went right/wrong, and bring focus to quality at scale. Together Katalon and Xray streamline test automation and test management efforts for agile teams and their CI/CD pipelines.

Migrating a Flutter app to Material 3

At Google I/O 2021, Google announced the next evolution of Material Design, Material You, along with Android 12. The Material Design system’s biggest overhaul yet brought redesigned components, new colors, a wide range of shapes, simplified typography, new elevation, better accessibility, and many other tweaks. With this update, Flutter apps can have a consistent design across multiple platforms.