Topics:
-------------
1) Postman Scripting/ Response Validations
2) Script Execution Order
3) Single/Multipart Files Upload & Download.

Notes:
-------------
Pre-Request Script -- Request---Response-- Test Script

Collection
Folder
Requests

Postman Scripting using JavaScript and Chai BDD
------------------------------------------------
Reference Link : https://learning.postman.com/docs/writing-scripts/test-scripts/

File Upload /Download using Rest API
---------------------------------
Demo App: https://github.com/pavanoltraining/spring-boot-file-upload-download-rest-api.git
Pre-Requisite: Install Java & Maven on Windows
1) Open Windows Command Prompt and Open Directory:
2) Run Below commands:
java -jar target/file-demo-0.0.1-SNAPSHOT.jar

App URL: http://localhost:8080

Single File Upload:
---------
POST: http://localhost:8080/uploadFile

Multiple File Uploads
-------------
POST: http://localhost:8080/uploadMultipleFiles

Download File
---------
GET: http://localhost:8080/downloadFile/TestFile1.txt

#########################################
Udemy Courses
##########################################

Playwright with TypeScript
https://www.udemy.com/course/learn-playwright-web-api-testing-with-typescript/

Playwright with JavaScript
https://www.udemy.com/course/learn-playwright-with-javascript

Generative AI for Software Testing
https://shorturl.at/Uk2eM

Manual Testing + Agile with Jira Tool
https://www.udemy.com/course/learn-manual-software-testing-with-live-project-jira-tool

Selenium with Java + Cucumber
https://www.udemy.com/course/learn-selenium-with-java-live-project

Selenium with Python & PyTest
https://www.udemy.com/course/learn-selenium-with-python-d/

Selenium with Python using Robot Framework
https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework

API Testing (Postman, RestAssured & SoapUI)
https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework/

Web & API Automation using Cypress with JavaScript
https://www.udemy.com/course/learn-cypress-with-typescript/

JMeter - Performance Testing
https://www.udemy.com/course/learn-jmeter-m/learn/

SDET Essentials (Full Stack QA)
https://www.udemy.com/course/learn-sdet-essentials/

Appium - Mobile Automation Testing
https://www.udemy.com/course/learn-appium-latest-1110-mobile-automation-testing/

Java Collections
https://www.udemy.com/course/learn-java-collections/

Cucumber BDD Framework
https://www.udemy.com/course/learn-cucumber-bdd-framework

Protractor with JavaScript
https://www.udemy.com/course/learn-protractorangular-testing-with-javascript/