SoapUI Tutorial #9 – XmlHolder | Parsing XML RequestsIn this SoapUI tutorial, we will learn about XmlHolder class and how to parse XML requests in SoapUI. You will learn to write Groovy code
SoapUI Tutorial #10 – Send | Run Request from Groovy in SoapUIIn this SoapUI tutorial, we will learn how to use a Groovy script to send the Soap request automatically. In the last tutorial, we understood
SoapUI Tutorial #11 – Verify XML Response using Groovy | SoapUI AssertIn this SoapUI tutorial, we will learn how to verify Soap XML response using Groovy and use Assert to verify the actual response is as
SoapUI Tutorial #12 – Assertions in SoapUI | Assertion CategoriesIn this SoapUI tutorial, we will learn about basic Assertions in SoapUI. We will cover basic assertion categories like contains assertion, not contains assertion, SLA
SoapUI Tutorial #13 – XPath Assertion in SoapUI | XPath Match AssertionIn this SoapUI tutorial, we will learn about the XPATH assertion in SoapUI. You will learn the XPATH match assertion step by step and will
SoapUI Tutorial #14-Introduction to REST API | SoapUI REST API TestingIn this SoapUI tutorial, we will cover the introduction to REST API and learn about REST API from very basic and understand some of the
SoapUI Tutorial #15 – Common Methods in RESTful ServicesIn this SoapUI tutorial, we will learn about some of the common HTTP methods in RESTful Services. The methods we will cover in this tutorial
SoapUI Tutorial #16 – REST API End-to-End Testing in SoapUI – Part 1In this SoapUI Tutorial, we will learn about REST API end-to-end testing using property transfer in SoapUI. We will start with basic concepts and then