Systems | Development | Analytics | API | Testing

Testing

Katalon and Sauce Labs: A Better Cloud-based Automation Solution

We are excited to announce a partnership establishment with Sauce Labs – a cloud-hosted, web, and mobile application automated testing platform company. This collaboration aims at delivering better automated cloud execution, allowing software development businesses to release high-quality products faster. “One of the challenges that software development teams often face is not having a user-friendly test automation tool, or insufficiency in testing environments.

Top 10 Benefits of Continuous Integration & Continuous Delivery

Continuous Integration (CI) allows you to continuously integrate code into a single shared and easy to access repository. Continuous Delivery (CD) allows you to take the code stored in the repository and continuously deliver it to production. CI/CD creates a fast and effective process of getting your product to market before your competition as well as releasing new features and bug fixes to keep your current customers happy.

Apply Shift-Left Testing Approach to Continuous Testing

As the demand to release quality software products in the short amount of time continues to accelerate, Agile and DevOps teams have to adopt new approaches to avoid falling behind. Continuous testing and shift-left testing are two breakthrough solutions in this modern era of software delivery. In this blog, we will walk you through these two notions, their benefits, and how to implement them into your software development life cycle (SDLC).

Continuous Integration Testing for WordPress

While continuous integration is a common practice for most development teams, the stateful nature of WordPress makes it difficult, but not impossible, to setup. For our open source WordPress plugin, we wanted to integrate our standard build and test process for every pull request using CircleCI. While it might be easier to setup a permanent staging environment, we wanted every build to be isolated for dependable testing.

[Webinar] Refine your CI/CD Pipeline with Automated Testing

Many software companies have rigorously applied Continuous Integration and Continuous Delivery (CI/CD) to release higher quality products faster and quickly respond to customer demands. However, building a CI/CD pipeline can be challenging. And you can’t fully achieve successful CI/CD without a decent automation strategy.

Automated UI Testing for WordPress

Many websites and even applications online are built on top of a CMS. According to recent survey data, WordPress has a 60% market share, making it the most popular CMS by far. The next closest competitor, Joomla, has only 5.2%! But unlike bespoke software, many people don’t test their WordPress website. While the core of WordPress is fairly well tested by it’s creators, users, and the open source community, the same cannot be said for every plugin and theme.

How We Moved from Heroku to Google Kubernetes Engine

In my last post I laid out our reasoning for moving from Heroku to Google Kubernetes Engine (GKE) and other GCP services. Now I'll describe the actual migration process in detail. This isn't designed as a how-to guide for migrating from Heroku to GKE—Google has their own excellent tutorial for that—but rather a description of some of the challenges of migrating real-world production applications and how we overcame them.