Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Quick Introduction to Soapui and API Testing for Beginners
Rating: 3.9 out of 5(4 ratings)
144 students

Quick Introduction to Soapui and API Testing for Beginners

Quick Introduction to Soapui and API Testing for Beginners
Last updated 6/2024
English

What you'll learn

  • Introduction to APIs by using Soapui
  • Start using Soapui
  • Overview of the HTTP messages
  • Use query parameters, path variables and headers
  • Write basic API tests
  • Test Rest Api
  • Test Soap Api
  • Create simple workflows
  • Learn HTTP request methods: GET, POST, PATCH & DELETE

Course content

4 sections13 lectures29m total length
  • Introduction1:38
  • Soapui : What is it?1:15

    Learn what SoapUI is and how it tests rest and soap APIs, compare its interface with Postman, and explore SoapUI tools to verify APIs and work autonomously.

  • Soapui : Explore the tool4:40

    Explore the SoapUI tool by creating soap and rest projects, importing and managing projects, and running requests to test APIs. Verify results with HTTP 200 responses.

Requirements

  • Desire to learn Soapui and APIs.
  • No programming experience needed, but it can be useful later on.

Description

Do you need to learn about Soapui & APIs for your new position or for a job interview?

You are not the first one. REST and Soap APIs are everywhere nowadays but you may not know where to begin. If you are a total beginner to APIs and are looking for a quick introduction to API by using Soapui . This course is for you.


What are APIs all about?

Today, all IT systems are interconnected by using APIs, which are a way to exchange data, mostly by using a format call JSON.

However, learning about APIs can easily get confusing. You need to know: different HTTP methods, headers, cookies, dealing with file uploads or authentication with API keys, tokens, OAuth and so much more.

This is where Soapui comes in! Soapui allows you very quickly to create a request with the required HTTP method and parameters, submit the request and easily inspect the results.

Soapui can help if you are developing APIs as well! I have created this course for testing engineers and well as for software developers.

Soapui can help you during the development of your API as well as after the API is completed, by running tests that make sure your API is still working as intended.

In this Soapui crash course for beginners, we will start exploring the features of Soapui , creating requests, and building simple workflows. Then we will continue by writing API tests and automatically running a Soapui collection


Is this course for me?

If you need to get up to speed with Soapui and start using APIs and don't have a lot of time, this course will probably take you very far in a very short time. You don't need much to get started, but you need to invest more than 3 hours. Just watching the content may not be enough to develop the skills needed. You need to do the work and the practice assignments.


So let’s look at what you are going to learn:

  • Start with simple requests

  • Use HTTP methods like GET, POST, PUT & DELETE

  • Understand the difference between GET vs POST.

  • Work with query parameters and path variables

  • Understand HTTP headers

  • Learn to deal with authentication (for example using Bearer token)

  • Start writing API tests with JavaScript

  • Organize tests in collections and share them with your team

  • Run API tests using the collection runner or Newman

So after this course, you will have an overview of Soapui and can later decide in which areas you want to learn more.

Excited to learn Soapui ? Join this course today!

Who this course is for:

  • This course is targeted towards testing engineers and developers.
  • Anyone who needs a quick introduction to Soapui