Systems | Development | Analytics | API | Testing

Katalon WireMock Integration

Katalon Studio integrates with WireMock, a leading provider of mocking services that delivers both an open source version as well as a cloud version. With WireMock Cloud, Katalon users will be able to easily mimic a production API’s behavior for end to end testing even if the production API is not yet developed or available. These virtualized services (aka service virtualization) can then be shared and used across teams without additional effort or maintenance.

What Is Automation Testing? Ultimate Guide & Best Practices

Automation testing is a software testing technique that utilizes specialized automation testing tools to automatically run a suite of test cases, delivering faster and more accurate results compared to manual testing methods. The process of running the same test suite repeatedly is time-consuming, so by leveraging a test automation tool, it is much faster to write the test suite, re-play it as required, reduce human intervention, and improve testing ROI.

TestProject end of life

TestProject, the community-based test automation platform, has announced that it will be reaching its end of life (EOL) on March 31, 2022. While this may come as a surprise to many users who have come to rely on TestProject, the decision of discontinuing the platform was made after careful evaluation by the TestProject team. In this blog post, we will discuss what TestProject end of life means for your QA teams and how you can prepare for the future.

Mobile Salesforce Testing with Katalon: Setting up emulator in Android Studio

Welcome to our Katalon Salesforce testing tutorial, where we'll show you how to use Katalon Studio and Android Studio to test your Salesforce applications on mobile devices. In this tutorial, we'll walk you through the step-by-step process of setting up an Android emulator in Android Studio, launching Katalon Mobile Recorder from Katalon Studio, and recording and running mobile test cases on your Salesforce applications.

Mobile Salesforce Testing with Katalon: iOS Simulator

Welcome to our Katalon Salesforce testing tutorial, where we'll show you how to use Katalon Studio and iOS simluator to test your Salesforce applications on mobile devices running iOS. In this tutorial, we'll walk you through the step-by-step process of connecting to iOS Simulator, launching Katalon Mobile Recorder from Katalon Studio, and recording and running mobile test cases on your Salesforce applications.

Salesforce Testing Automation with Katalon: Test Cases

Welcome to this Katalon Salesforce Testing tutorial, where we will teach you how to use Katalon Studio to generate a test cases that automates the task of creating a “Case” in Salesforce. In this tutorial, we cover all the essential steps to create a new test case, execute it, and analyze the results. At the end of the tutorial you wil be able to easily use Katalon to streamline the web testing process of Salesforce.

Testing Automation with Katalon: Salesforce leads

Welcome to this Katalon Salesforce Testing tutorial, where we will teach you how to use Katalon Studio to generate a test cases that automates the task of creating a “Lead” in Salesforce. In this tutorial, we cover all the essential steps to create a new test case, execute it, and analyze the results. At the end of the tutorial you wil be able to easily use Katalon to streamline the web testing process of Salesforce.

Unit Testing vs Integration Testing: What are the key differences?

Imagine you open a shopping website, browse around and see some products of your liking. After placing them in the cart, you're all ready to check out, only to discover that your favorite items are nowhere to be found on the list. This is one of many examples of a software bug that could be caught using integration testing. There are multiple testing stages that software goes through before release, the two most popular being unit and integration testing.