Introduction to Webservices
  • Course FAQ's (Must Watch)
  • What are Webservices?Understand with Live example
  • Explaining Types of Webservices..-Soap and REST
  • What is WSDL? Importance of it in Webservices
  • DIfferences between WSDL and Soap Protocol
Exploring Soap UI Tool Basic Features
  • Important Player Tips for Best learning Experience
  • SoapUI Installation/Documentation
  • Important Note
  • Calculator WebService Example
  • Creating Testsuites and testcases
  • Important Note
  • Local Webservice installation for practise
  • Explaining Webservice operations in detail
Webservices Testing(Manual) with SoapUI Free Version
  • Basic Assertions for Test validations
  • Advanced Assertions for validating responses
  • Strategy to use Xpath assertions in Tests
  • Properties Access-Data driven Strategy
  • Accessing properties from Testcase,Suite and project level
  • How to send values from response to another request-Property Transfer
  • End to end exercises
Webservices Automation Testing in SoapUI Free version
  • Introduction to Groovy Script Test step
  • Importance of TestRunner and Context variable
  • testRunner methods for get and set Property()
  • Accessing and updating the properties through Groovy methods
  • Parsing the Xml requests and responses with XML Holder API
  • Triggering the Soap Requests through Groovy code
  • Practise Exercises- Automate the services
  • Validating the service responses with Assertions
REST API testing(Manual) with SoapUI Free version
  • Code download
  • REST API concepts
  • REST API - Types of HTTP Methods
  • Practical example on GET and POST
  • Add Place Post http Example using SoapUI
  • End to End Test with SoapUI features on POST http API
  • Code Google Add/Delete Place download
REST API Automation Testing with SoapUI Free version
  • Json Script Assertion window-Automation
  • Parsing the Json responses for API validation
  • Examples on REST API Automation with Json as response
  • Examples on REST API Automation with XML as response
  • code download
Rest API Json Assertions and Validations
  • Flicker API Introduction
  • Json Path extraction from responses
  • Json Assertions on parsed responses
  • Advance example on Json Assertions
End to End Framework Design
  • Framework Design Plan
  • Understand Preparing API Tests from the functional Documents
  • API Document download
  • Building Rest API project in SoapUI
  • create Testcases from the defined API
  • End to End Testing on Library API
  • API xml's download
  • Install Eclipse and Java for API Automation testing
  • Creation of Java API project for Framework setup
  • WSDL Project concepts for Java tests set up
  • TestNG Integration to the Java API Tests
  • Note
  • Different combinations of Tests for WSDL API
  • Defining Testng.xml file for one single Trigger point to all tests
  • TestNG commands
  • Commands to trigger TestNG Java API Tests
  • HTML Reports and Jenkins Installation
  • Integrating the framework with Jenkins
  • Code download
Soap UI PRO Tool extra Features
  • Basics of Pro version
  • Data Source
  • Data Sink
  • DatGen types
  • Testcase Debugging,Breakpoints
  • Reporting Techniques
  • Jasper Reports and WebRecording
Security Testing with Soap UI
  • List of Security Threats
  • Security Testcases
  • Security Testing-Practical example
Database Testing with SoapUI
  • DataBase concepts
  • Creating Database from scratch
  • SoapUI Jdbc connection
  • SQL Queries Testing with SoapUI feautures
  • SQL Builder- SoapUI Pro
Load Testing on REST API
  • Performance Testing tool used for Testing REST API
  • Putting Load on REST Calls
Interview Questions Module
  • Interview Questions - Part 1
  • Interview Questions -Part 2
  • Interview Questions - Part 3
  • Interview Questions - Part 4
  • Interview Questions download
Introduction to SQL Queries
  • Introduction to SQL and MySQL