WebServices – Back End API Manual & Automation Training Course Content
Starting Date: July 11th, 2024
API Testing Training/Boot Camp:
The API testing batch/boot camp training for API/WebServices – Back End Manual & Automation Testing is a crucial training for individuals who want to enhance their skills in API testing. This training will cover essential topics related to API testing such as HTTP methods, RESTful APIs, JSON/XML, authentication, authorization, error handling, and much more. Candidates will learn both manual and automated testing methods for APIs.
Who can attend this training?
This training is perfect for software testers, quality assurance engineers, developers, and anyone interested in gaining knowledge and skills in API testing. Candidates will learn how to test APIs effectively, identify defects, and ensure that APIs are functioning as expected.
Additionally, this training will help individuals gain a competitive advantage in their careers by acquiring new skills and knowledge.
Why should I join this?
By attending this training, individuals will be better prepared for API testing interviews as they will have a solid understanding of API testing concepts, methods, and tools. They will be able to apply their knowledge to real-world scenarios and will have hands-on experience with various testing tools used in the industry. Overall, this API testing batch/boot camp training is an excellent investment for individuals looking to enhance their career opportunities and take their skills to the next level.
Next Batch Starting from: 11th July, 2024
Duration: 9-10 Weeks
Location: Online (zoom meeting)
Duration: 3 days in a week (1.5 hrs) – Mon – Wed – Thursday
Timings:
-
- 8:00 PM IST (Indian Time)
-
- 10:30 AM EST (USA Eastern Time)
-
- 7:30 AM PST (USA Pacific Time)
-
- 9:30 AM CST (USA Central Time)
-
- 3:30 PM UK TIME
Registration Fee: For Candidates in India : 3000 INR
For Candidates in USA/UK/NZ/AUS/Europe : 55 USD
Remaining Course Fee:
-
- 12000 INR (For Candidates in India)
-
- 200 USD (For Candidates in US/UK/NZ/AUS/Europe)
Note:
-
- There will be 2 demo sessions. If you don’t want to proceed with the training, full Registration amount will be refunded back to you.
-
- After 2 demo sessions, remaining amount (12000 INR/200 USD) must be paid accordingly.
-
- For any query, whats app at: +91-9902233400.
You need to mail me at : naveenanimation20@gmail.com
Payment Options:
CANDIDATES IN INDIA:
1. Pay by Credit/Debit Card:
If you want to use credit card/debit card, please use this secured stripe payment link: REGISTRATION FEE (3000 INR): https://buy.stripe.com/28obL2bjD6Ww5RC4hC REMAINING FEE(12000 INR): https://buy.stripe.com/4gwcP60EZ4Oocg015j Or you can pay total fee (15000 INR): https://buy.stripe.com/00g16o3Rb3Kk93O9BR
2. BANK TRANSFER: Bank Details: Full Name: NAVEEN KHUNTETA Payee name: NAVEEN KHUNTETA Name of the Bank: ICICI bank Address of the Bank: Bhandarkar Road, Pune Bank Account Number: 624001553272 IFSC Code(11 Digit Code): ICIC0006240
3. Pay by GPay/PhonePe/Paytm/UPI: ph: 9902233400 / 9828866542
CANDIDATES IN USA/CANADA/UK/EUROPE/AUS/OTHERS:
1. If you want to use credit card/debit card, please use this secured stripe payment link:
REGISTRATION Fee (55 USD):
https://buy.stripe.com/5kA5mEgDX4Oodk44hD
Remaining Fee(200 USD):
https://buy.stripe.com/fZe5mEfzTeoY6VGdSe
You can pay full amount (255 USD):
https://buy.stripe.com/3cscP63Rb0y84Ny15t
2. Bank Transfer: Please find below bank details. You can make the transaction directly to the given account or make it via Western Union (only via bank transfer) / Xoom/ Remitly or any other remittance. Bank Details: Name: Naveen Khunteta Bank Account Number: 1015794367401 IBAN Number: AE520260001015794367401 City/Country: Dubai, UAE Swift Code: EBILAEAD Address: Naveen automation labs FZCO, Scaltiy, building 9W, DAFZA, Dubai, UAE - 000001
3. Paypal: Total payment: 265 USD Use this PayPal id: https://paypal.me/naveenautomation
Note: If you are paying through PayPal, You need to pay 265 USD (10 USD will be the PayPal Fee).
Syllabus Course Content:
Course Content:
Testing of WebServices/API:
- Introduction of API and WebServices:
- What is API
- What is WebService
- What is Backend Architecture
- Rest vs SOAP APIs
- What is CRUD operation with different examples
- What are different HTTP Calls – GET/POST/PUT/Delete/PATCH/HEAD/OPTIONS
- Different Live Projects Examples
- Postman:
- Introduction
- How to call Rest API in Postman
- How to pass path parameter in Request
- How to pass query parameter in Request
- How to set Headers in Postman
- How to pass JSON/XML Payload
- How to check response status code
- How to check JSON/XML response messages
- What is response header
- Cookies manipulation
- Header Presets
- API History in Postman
- Postman Environment Variables
- Postman Test Scripts using Javascript and Chai Assertions
- Run Automated Test Cases in Postman and generate the results
- Advance Postman/Newman:
- Introduction of Newman
- Newman installation/setup
- How to run collections from Newman
- Newman command line options
- Generate HTML Test Report
- Create a collection and folders
- Create a collection from API Specification or API Schema
- maintenance of API collections
- Postman Console and logs
- Test Script in postman
- Pre Request Script in postman
- Test Code snippet in postman
- Monitoring of APIs
- API Documentation
- API Documentation/CODES in different programming languages
- Publish Documentation
- Setup Environment – Local and Global
- Collection Runner
- Collection Test Summary
- Creating a Mock Server for APIs
- How to create a team workspace
- How to create individual workspace
- Import in Postman
- Basic and Advanced Settings in Rest Client
- Running postman collection with Docker
- Running postman collection with Jenkins
- How to check APIs at the network layer using developer tools of browser:
- How to check Backend services – APIs running behind
- What is developer tool in Chrome
- How to check request/response of any API in Firefox/Chrome browsers
- What are different HTTP Status Response Codes:
- 1xx series
- 2xx series
- 3xx series
- 4xx series
- 5xx series
Automation Testing of Back End/APIs:
- Learn various HTTP Client libraries :
- Tools/Library: JDK 11 – HTTP Client
- All CRUD – GET/POST/PUT/Delete Calls
- How to send Request with Payloads
- How to send Query Parameters and Path Parameters
- Learn Rest Assured DSL Java Client API:
- Introduction of Rest Assured
- Rest Assured methods: GET/POST/PUT/Delete/Patch
- Handle different payloads using POJO and JSON/XMLs:
- Request with Simple JSON format
- Request with Complex JSON format
- Handle Authentication using Basic Auth, Preemptive Auth, Digest Auth, Bearer Token, Authorization Token, Client ID, Client Secret, API Key, API Secret, OAuth1 and OAuth2
- All core features of Rest Assured Library:
- GET/POST/PUT/DELETE – Inbuilt BDD Approaches
- What is GIVEN/WHEN/THEN/AND methods
- What is LOG and ALL methods
- How to ASSERT in Rest Assured
- How to verify Status Code, Response Body and Headers
- How to use QUERY PARAMETERS and PATH PARAMETERS
- What is ResponseBuilderSpec and RequestSpecification Concept
- What is JSON PATH/XML Path
- What is EXTRACT method
- How to send a POST CALL with JSON String, JSON File and using Java (POJO) Class.
- What is Serialization and De-Serialization
- How to use HAMCREST – Assertion Library
- GET/POST/PUT/DELETE – NON-BDD Approaches
- GET/POST/PUT/DELETE – Inbuilt BDD Approaches
- New End to End Framework using Rest Assured using different real time APIs:
- How to setup a Maven Project for APIs
- Folder Structure
- API Test Automation Design and components
- Rest Client Libraries
- Write API Automated Tests with TestNG
- Data Providers with Parameterization
- Data Driven Testing with Excel Files – using Apache POI API
- Test Runners with testng.xml
- Various Constants Files for Errors, Status Codes, Validation, and Success Messages
- Create a GIT Repo for Test Automation project:
- Create a New Repo
- Clone a Repo
- GIT PUSH
- GIT PULL
- GIT Check OUT
- Integration with Jenkins – CI CD Pipeline and Automation Job
- Create the docker Image of API Test Automation
- Host/Register docker image to Docker HUB
- Download the docker image and Run it on any machines
- Advanced Reporting : Extent Report/TestNG Report/Allure Report
- Maven: Build Automation Tool: Run your API Automation Framework from Maven
- TestNG Framework for API test cases
8. Mocking APIs using Wiremock library:
- Define the dummy APIs
- Define API Mock Behaviour for GET/POST Calls
- Call Mocking APIs
- Integrate it in your Test Automation
9. Real Time API Examples:
- GORest APIs with Authentication
- ReqRes.in
- Booker APIs
- Weather APIs
- IMDB APIs
- Weather/Forecast Real Time APIs
- OAuth APIs
- GIT HUB APIs
- Twitter APIs
- API with Swagger
10 . Life Time Free Access on all the Videos/Recordings/Codes/Notes/PDFs/Cheat Sheets.