• Post category:StudyBullet-3
  • Reading time:4 mins read


Learn RestAPI automation testing framework from step by step Basic to advanced level using Katalon studio IDE

What you will learn

RestAPI Automation testing

Integration with Jenkins

Integration with GIT

Katalon Analytics

Test Results & Reporting

Creating RestAPI test cases and TestSuites for Automation testing

Description

Learn RestAPI Automation testing using katalon studio,

What I will learn?

  1. How to create object Repositories
  2. How to create test cases and test suites for automation testing
  3. How to generate reports
  4. How to integrate with GIT
  5. Jenkins Integration

API testing (or Web service testing in the context of a Web application) has become more important in software testing. The interest in API testing has been increasing over the last five years, according to Google Trends. This trend possibly indicates that the demand for applying API testing has become more prevalent. Testing API or web services is no longer performed solely by the original developer. This activity is now a common practice among outsourcing teams who independently verify and validate their products.


Get Instant Notification of New Courses on our Telegram channel.


This tutorial will demonstrate how to use Katalon Studio to create your first API/Web service test from scratch with good practices.

English
language

Content

Introduction
Introduction
Download and Install Katalon Studio
Creating Object Repositories
Creating object repository for GET
Creating object repository for POST
Creating object repository with http header
Global variable configuration
Basic, Oauth 1.0 and Oauth 2.0 Authorization
Creating Test Cases
Creating Test case for GET
Creating Test case for POST
Creating Test Suite and reporting
Creating Test suite with Basic reporting
Integration with Katalon Analytics
E-mail configuration for sending test reports
Integration with GIT & Jenkins
Integration with github
Run Test using Command prompt
Jenkins Integration & Conclusion