Rest API/Web Services testing with SoapUI+Realtime scenarios
Rest API/Web Services testing with SoapUI+Realtime scenarios, available at $84.99, has an average rating of 4.47, with 87 lectures, 7 quizzes, based on 1981 reviews, and has 10981 subscribers.
You will learn about Writing test cases for SOAP/RESTFul APIs/Web services. Writing automation scripts using Groovy Preparing test data using excel sheets Importing REST project from Swagger Sample projects with web services for practice purpose Managing environments in SoapUI Free/Pro versions Generating test reports Interview Questions Understand database(MySQL) basics Continuous Integration (CI) Creating automation scripts to execute test cases from build tools on different environments This course is ideal for individuals who are Who want to become proficient in Web service /API testing using Soap UI It is particularly useful for Who want to become proficient in Web service /API testing using Soap UI.
Enroll now: Rest API/Web Services testing with SoapUI+Realtime scenarios
Summary
Title: Rest API/Web Services testing with SoapUI+Realtime scenarios
Price: $84.99
Average Rating: 4.47
Number of Lectures: 87
Number of Quizzes: 7
Number of Published Lectures: 87
Number of Published Quizzes: 7
Number of Curriculum Items: 94
Number of Published Curriculum Objects: 94
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Writing test cases for SOAP/RESTFul APIs/Web services.
- Writing automation scripts using Groovy
- Preparing test data using excel sheets
- Importing REST project from Swagger
- Sample projects with web services for practice purpose
- Managing environments in SoapUI Free/Pro versions
- Generating test reports
- Interview Questions
- Understand database(MySQL) basics
- Continuous Integration (CI)
- Creating automation scripts to execute test cases from build tools on different environments
Who Should Attend
- Who want to become proficient in Web service /API testing using Soap UI
Target Audiences
- Who want to become proficient in Web service /API testing using Soap UI
By end of this course you will be familiar in testing web services (both SOAP based and REST Services) manually and automate with Groovy scripting.The course has been prepared in such a way that you can learn this course starting from basics to advanced topics in a progressive way. Course has assignments/quizzes for you to practice and strengthen your knowledge.
****Course has projects with SOAP/REST services for practice purpose.****
By end of this course you will be familiar in:
Web services basics like WSDL,SOAP ,XML and JSON.
-
Creating Test Suites, Test Cases for SOAP/RESTFul APIs/Web Services
-
Writing Assertions (Validating web service responses)
-
Data Driven Testing
-
Working with Data Sources (Database,Excel,Grid etc..)
-
Working with DataSink and DataGen
-
Automation with Groovy Script
-
Reading data from Files,Excel Sheets using Groovy scripts
-
Importing SWAGGER Projects
-
Creating Mock Services
-
Generating Test Reports
-
Creating batch scripts to execute your test cases from command line tool
-
Integrating with Jenkins for Continuous Integration
-
Managing Environments in SoapUI Free version
Course Highlights:
-
“We respect your time“- all the videos are short and straight to point without wasting your valuable time.
-
Assignments –Given assignments along with required resources, which will help you practice your learning.
-
Short and precise videos
-
Checkpoint questions
-
Interview Questions
-
Sample Project :Provided a sample project with “REST Services” for practice purpose
******************** Final Certification Mock Exam (40 Questions) **************************
Support:
I offer full support, answering any questions you have.
This means you’ll never find yourself stuck on one lesson with out progress. With my hand-holding guidance, you’ll learn smoothly through this course without any major issues.
Course Curriculum
Chapter 1: Welcome
Lecture 1: Introduction to SoapUI
Lecture 2: Installation & Set up
Chapter 2: Web Service Basics (Skip if you know basics)
Lecture 1: Introduction to Web services
Lecture 2: Introduction to XML & JSON
Lecture 3: Introduction to WSDL
Lecture 4: Introduction to SOAP
Chapter 3: Sample SOAP Services for practice purpose
Lecture 1: MUST READ:Before you start!!!
Lecture 2: How to run the services on your local machine?
Lecture 3: Sample SOAP Services
Chapter 4: SoapUI Basics
Lecture 1: Create project in SoapUI and send a sample request to web service
Lecture 2: Create TestSuite and TestCase
Lecture 3: Cloning TestSuite and TestCases
Lecture 4: Exporting and Importing project into workspace
Lecture 5: Running mock service- might come handy when your actual service is down!!
Lecture 6: Assignment #1
Lecture 7: Assignment #2
Chapter 5: Assertions
Lecture 1: Introduction to XPath Expressions
Lecture 2: Writing our first assertion
Lecture 3: Working with advanced assertions
Lecture 4: Assertions – Compliance,Status & Standards
Lecture 5: XQuery Assertion
Lecture 6: Handling CDATA – using XPath and Groovy
Lecture 7: Assignment # 1
Lecture 8: Assignment #2
Lecture 9: Assignment#3 – Account Service
Chapter 6: Working with Properties
Lecture 1: Creating properties at Project , TestSuite & TestCase Level
Lecture 2: Property Expansion
Lecture 3: Transferring Properties
Lecture 4: Assignments
Chapter 7: Working with REST APIs
Lecture 1: Introduction to ReSTFul Services
Lecture 2: Creating REST Project using REST URI
Lecture 3: Understanding differences between GET,POST,PUT,DELETE methods
Lecture 4: REST API – Working with Path Param and asserting two requests
Lecture 5: Importing REST project from Swagger – End to End Real-time Scenario
Lecture 6: Rest API – Property transfer – end to end scenario
Lecture 7: REST – Authentication using Header tokens,OAuth2.0 and Basic Authorization
Lecture 8: Sample Rest Services – Part 1
Lecture 9: Sample Rest Services (Pet Store) – Part 2
Lecture 10: REST – Sending attachments
Lecture 11: Assignment #1
Chapter 8: OAuth 2 -Authentication
Lecture 1: Generate OAuth2 Token & Call Rest API with Token
Chapter 9: Automation with Groovy
Lecture 1: Introduction to Groovy Language Basics
Lecture 2: Working with conditions
Lecture 3: Call Rest API POST method using Groovy by reading data from Excel sheet
Lecture 4: Working with Lists and Maps
Lecture 5: Writing assertions
Lecture 6: Reading SoapUI project Artifacts from Groovy
Lecture 7: Assert web service response using XmlSlurper
Lecture 8: Reading data from File
Lecture 9: End to End automation with Groovy – Read data >Call Web service>assert response
Lecture 10: Working with REST API using JSonSlurper
Lecture 11: Reading data from Excel
Lecture 12: Creating methods in Groovy
Lecture 13: Groovy – Reading data from database table
Lecture 14: Assignment #1
Lecture 15: Assignment #2
Lecture 16: Source Code
Chapter 10: Web Service Mocking
Lecture 1: Why we need to mock services?
Lecture 2: Creating Mock Service
Lecture 3: Creating dynamic Mock Service Using Groovy
Lecture 4: Assignment #1
Lecture 5: Assignment #2
Chapter 11: Data Driven Testing
Lecture 1: Dowload SoapUI Pro
Lecture 2: Working with DataSource – Grid
Lecture 3: Working with DataSource – Excel
Lecture 4: Working with DataSource – Database
Lecture 5: Working with DataGen
Lecture 6: Working with DataSink
Chapter 12: Database Concepts
Lecture 1: Installing MySQL Server
Lecture 2: Installing Toad Tool – Client for MySQL
Lecture 3: Creating database and tables in mysql
Lecture 4: Learning SQL – SELECT,INSERT,UPDATE,DELETE Statements
Chapter 13: Miscellaneous
Lecture 1: Managing Environments in SoapUI Free version
Lecture 2: Working with JDBC TestStep in SoapUI Free version
Lecture 3: Working with JDBC TestStep & JDBC Query Builder in SoapUI Pro
Lecture 4: Setting up Environments (Development,Quality) in Soap UI
Lecture 5: Generating Reports
Lecture 6: Creating batch file to run tests from command line
Lecture 7: Integration with Jenkins
Lecture 8: Load Testing
Lecture 9: Security Testing
Instructors
-
Sashi R
Learn Smarter, Achieve Better.
Rating Distribution
- 1 stars: 21 votes
- 2 stars: 41 votes
- 3 stars: 253 votes
- 4 stars: 777 votes
- 5 stars: 889 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple