Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Rest API Testing using SoapUI | Real time Application
Rating: 3.8 out of 5(49 ratings)
685 students

Rest API Testing using SoapUI | Real time Application

With groovy Scripting language | Data Validations & Processing
Created byTesting World
Last updated 10/2018
English
English [Auto],

What you'll learn

  • Start automating REST API using SoapUI free as well as pro version
  • Ready to face Rest Automation testing interviews

Course content

8 sections43 lectures6h 14m total length
  • What is WebServices6:16

    Define web services as machine-to-machine communication over the internet, and distinguish them from web apps that serve end users, highlighting programming access and behind-the-scenes calls by third-party apps.

  • WebService Example5:14

    Demonstrate how web services provide a programming interface that lets applications like make my trip query airline systems and return a unified result to the end user.

  • Advantage of WebService over WebBased Application5:58

    Explore how web services excel over web-based apps by enabling platform and language independence, and through easy, fast data exchange via XML, enabling multi-device integration.

  • Difference between API and WebService5:01

    Compare api and web service by noting web services require network access, while apis may run locally and be exposed as libraries or jars.

  • Different type of Services : Soap and Rest10:26

    Examines soap and rest web services, showing soap as an XML-based protocol with WSDL descriptions, and REST as a lightweight, resource-based approach supporting multiple formats.

Requirements

  • Windows machine with SoapUI free version

Description

REST (Representational State Transfer) is an architectural style, and an approach to communications that is often used in the development of Web service The use of REST is often preferred over the more heavyweight SOAP(Simple Object Access Protocol) style because REST does not leverage as much bandwidth, which makes it a better fit for use over the Internet. The SOAP approach requires writing or using a provided server program (to serve data) and a client program (to request data).

REST sits on this stack in a way that makes it easy for humans to understand what's being exchanged while allowing computers to talk to one another efficiently. You may have also heard of some of the other technologies that can reside here, such as SOAP (which requires a fair amount of data and computing power and is not really appropriate  for the constrained resources of mobile applications), JMS (which is specific to Java applications) and XML-RPC (which has many of the same problems as SOAP without any of the benefits of standardisation).

This course cover following items

1 Create REST Request

2 Different type of REST methods

3.Groovy programming


Who this course is for:

  • Person looking opportunity in API testing
  • Manual testers want to jump into API automation