SDET Adda For QA Automation
SDET Adda For QA Automation
  • 91
  • 384 545
Postman API Testing Tutorial for Beginners | Setup and Validate HTTP responses
Postman is a popular tool used for working with APIs. It provides a suite of features that help developers design, test, and manage APIs effectively.
Here's what you'll discover in this video-
1)PostMan Installation and Setup(workbench)
2)HTTP GET, POST, PUT, PATCH and DELETE Request using PostMan.
3)Assertions/ Test response.
4)Create a Collection and Run all tests using Collection.
Here are the Websites where you can test REST APIs-
1)ReqRes - reqres.in
A hosted REST-API that provides test data and endpoints for testing.
2)Restful-API READY TO USE: restful-api.dev/
3)Dummy RestAPI dummy.restapiexample.com/
4)JSONPlaceholder - jsonplaceholder.typicode.com
A free online REST API that you can use for testing and prototyping.
5)Mocky - www.mocky.io
Allows you to create custom mock APIs and test them.
6)Postman Echo - postman-echo.com
A service that allows you to test your REST clients and applications with various endpoints.
7)Swagger Petstore - petstore.swagger.io/v2
A sample API provided by Swagger for testing and exploring API specifications.
8)OpenWeatherMap - api.openweathermap.org
Provides weather data for testing and has various endpoints for different weather-related queries.
Playlists in this channel's are:
******************************************************************************************************
Rest Assured API Automation Framework Developmt Zero to Hero | 2024: ua-cam.com/play/PLxD77px6418VREqLaPIkeJbnOX2OhhFIN.html
Selenium Cucumber BDD Framework development with Java and TestNG | Latest Features (2023-2024) Series
ua-cam.com/play/PLxD77px6418Xjdme8VHlxy15qc038DQmt.html&si=lJrd-siYZZGKp7sm
Playwright with Java script [2024 latest] - End to end - By SDET Adda for QA Automation:
ua-cam.com/play/PLxD77px6418Xam0MXkYxT9fbfnZzT0zfQ.html&si=Fty5byUvjVI4GBrN
TestNG + Selenium 4 Tutorial -2024 Updated 🔥🔥🔥
ua-cam.com/play/PLxD77px6418VRTs383F_sjOy9PdkD-7Sb.html&si=9MSHjj4xBUkcwBsz
Linux and Bash Scripting Tutorial [2024 Updated]
ua-cam.com/play/PLxD77px6418XEm23EQd_DGKxYy5x_Pw8T.html&si=mNaPmm01kfaD7ED_
VirtualBox and Virtual Machine setup for Selenium Automation: ua-cam.com/play/PLxD77px6418VDuAeaSZ5ZnTruhwChuLWD.html&si=79ox57oUcRdnUTAU
Selenium Grid Tutorial For Beginners [2024 latest] - End to end - By SDET Adda for QA Automation: ua-cam.com/play/PLxD77px6418W1TC7rGX3NSp_nNjwpMFjz.html&si=9fhj9zIjiEPnN2LT
Git & GitHub Tutorial for Beginners [2024 Updated]: ua-cam.com/play/PLxD77px6418XK_DwqhhynloXWGcfOAEwO.html&si=lSj-Zxoh2HeiyJqG
Apache Maven Tutorial for Beginners | SDET ADDA: ua-cam.com/play/PLxD77px6418VduwPHIvVNpoTymCG_B9sh.html&si=MONeNhixeC-kkGJy
Jenkins 2024 Tutorial For Beginners | DevOps CI/CD | SDET ADDA: ua-cam.com/play/PLxD77px6418WfJMMS3yNo09QzJoeCdQ6N.html&si=3MiOxC8MUUpL09UJ
Karate Framework Tutorial:
ua-cam.com/play/PLxD77px6418X0B2NLLKBFkWXE3bbzYmW-.html&si=1gtdrPH8gwASwtqi
Top 100 Java Programs for Programming/coding and QA interviews
ua-cam.com/play/PLxD77px6418VxsaDvJ6q8CmGtN3JUy-ub.html&si=OxdIHVeO2Jce3Lb1
Facebook group: share/F7DewpbiLw7SDWd5/?mibextid=A7sQZp
Telegram channels:
t.me/sdetadda
t.me/+71BQkERkJJJiM2Q1
Blogger: www.blogger.com/profile/17327016655929248431
Переглядів: 673

Відео

JSON Schema Validation in Rest Assured | API Testing Framework
Переглядів 388Місяць тому
If you've ever worked with APIs, you know how crucial it is to ensure that your JSON data is both accurate and well-structured. In this video, we'll dive into the JSON Schema Validator, a powerful tool that simplifies data validation. Whether you're working on backend services, API integrations, or just want to ensure your JSON data meets the required standards, this tutorial will guide you thr...
How to create a Fake REST API using JSON-Server | Updated 2024
Переглядів 265Місяць тому
#In this video, we're diving into JSON Server which is a powerful tool for creating a fake REST API with zero coding. Whether you're a developer looking to prototype quickly or a QA engineer in need of a mock back-end, I'll guide you through setting it up, configuring endpoints, and testing Fake API's using Rest-Assured. Install JSON Server: npm install json-server Create db.json and pass it to...
Building API Automation Testing Framework in Rest Assured from Scratch | PUT PATCH DELETE
Переглядів 756Місяць тому
Building #apiautomation Testing #framework in #restassured from Scratch | #PUT #PATCH #DELETE In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to v...
Building API Automation Testing Framework in Rest Assured from Scratch | POST Request Testing
Переглядів 393Місяць тому
#restassured #APIAutomationFrom#Scratch #Framework #CI | #APIPostRequest #apitesting #testing In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to v...
Building API Automation Testing Framework in Rest Assured from Scratch | Weather API Testing
Переглядів 4682 місяці тому
Learn to build a robust API automation framework using Rest Assured from the ground up? We'll test a weather API as a practical example. In this video, I'll guide you through testing a weather API with Rest Assured. We'll start by choosing the right API and gathering city data, then set up our test environment before writing and running test cases. This video will address the following question...
Building API Automation Testing Framework in Rest Assured from Scratch | BDD | Static Imports
Переглядів 4692 місяці тому
In this video, we will know how to use static import and use #restassured open-source Java library to write tests for #RESTful #APIs using Behavior Driven Development (#BDD) style, and also see How to use #Assertion in response in Rest Assured. Reference sites: #StaticImport - github.com/rest-assured/rest-assured/wiki/Usage#static-imports #APIForTesting - reqres.in/api/users?page=2 #JSONPathFin...
Building API Automation Testing Framework in Rest Assured from Scratch | TestNG Assertions
Переглядів 3642 місяці тому
Building API Automation Testing Framework in Rest Assured from Scratch | TestNG Assertions In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. We will learn how to put TestNG assertion to vali...
Building API Automation Testing Framework in Rest Assured from Scratch | GET REST Assured Test
Переглядів 5632 місяці тому
In this video, we'll explore REST Assured, which is a powerful tool for automating API tests in Java. We'll cover the basics, setup, and practical examples to get you started. This will be helpful for you to answer REST Assured questions during interviews. REST Assured is a powerful Java library that simplifies API testing, particularly for RESTful WebServices/APIs. It provides a domain-specifi...
How to fix "Exception in thread "main" java.lang.NoSuchFieldError: port" in TestNG| BDD| RestAssured
Переглядів 6442 місяці тому
There was a problem running a TestNG test case. A "NoSuchFieldError" exception arose in the main thread. This suggests that the code is trying to access a field named "port" that doesn't exist in the relevant class. This could be due to a class version mismatch or a typo in the field name. In this video, I've shown how to resolve the following error encountered during execution of a TestNG clas...
How to Write Data into Excel Files (xlsx, xls) using Apache POI in Selenium
Переглядів 1,3 тис.5 місяців тому
In this video, We will be using Apache POI to write data into Excel, for example, we will add Employees record into MS Excel file using Apache POI API's. #apache #poi is a popular open-source Java library provided by the Apache Software Foundation. It allows developers to create, modify, and manipulate Microsoft Office documents programmatically using Java. Specifically, it provides APIs for wo...
How to Read Excel File in Java using Apache POI | Data Driven Testing in Selenium
Переглядів 1,2 тис.5 місяців тому
In this video, We will be using Apache POI to read data, for example, username and password from the MS Excel file, and then, we will use that data in Selenium script. Apache POI is a popular open-source Java library provided by the Apache Software Foundation. It allows developers to create, modify, and manipulate Microsoft Office documents programmatically using Java. Specifically, it provides...
Run Selenium Tests in Headless Mode in Java
Переглядів 4525 місяців тому
In this video, we will see how To Run Selenium Tests In Headless Mode, You can run Selenium tests in headless mode using the ChromeDriver with ChromeOptions. Here's how you can do it- First, you need to ensure you have the necessary dependencies. You need Selenium WebDriver and the ChromeDriver. You can download the ChromeDriver from the official sites or download the selenium Java from mvnrepo...
How to access remote Selenium GRID Server running on Ubuntu 22.04 LTS from Host VM
Переглядів 6198 місяців тому
This video will help you fix the network issues encountered while accessing the Selenium GRID server from outside Ubuntu 22.04 LTS 10.0.2.15:4444/ This site can’t be reached 10.0.2.15 took too long to respond. Try: Checking the connection Checking the proxy and the firewall Running Windows Network Diagnostics ERR_CONNECTION_TIMED_OUT #javainterviewquestionsandanswers #seleniumgrid, #seleniumweb...
How to install Chrome on Ubuntu 22.04 command line | Terminal
Переглядів 2,5 тис.8 місяців тому
How to install Chrome browser on Ubuntu 22.04.3 Install from UI: Visit google chrome official site from your favorite browser and install chrome browser www.google.com/chrome/ Install from command line- cd ~/Downloads wget dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get install -f Once the installation is complet...
How to Install openjdk 11 on Ubuntu 22.04 | Step-by-Step Tutorial
Переглядів 5978 місяців тому
How to Install openjdk 11 on Ubuntu 22.04 | Step-by-Step Tutorial
[Updated 2024] How to Install Ubuntu 22.04.3 LTS VM on VirtualBox 7.0.12 in Windows 11
Переглядів 9 тис.9 місяців тому
[Updated 2024] How to Install Ubuntu 22.04.3 LTS VM on VirtualBox 7.0.12 in Windows 11
[Updated 2024] How to install VirtualBox hypervisor on Windows 10 / 11
Переглядів 4349 місяців тому
[Updated 2024] How to install VirtualBox hypervisor on Windows 10 / 11
How to schedule jobs in Jenkins at a given time| Every 5 minutes | Any day at a given Hour
Переглядів 6849 місяців тому
How to schedule jobs in Jenkins at a given time| Every 5 minutes | Any day at a given Hour
How to Delete a Repository in Github | GitHub 2024
Переглядів 1,5 тис.10 місяців тому
How to Delete a Repository in Github | GitHub 2024
MAVEN/LifecyclePhaseNotFoundException | Unknown lifecycle phase MVN error | Jenkins & GitHub
Переглядів 2,9 тис.10 місяців тому
MAVEN/LifecyclePhaseNotFoundException | Unknown lifecycle phase MVN error | Jenkins & GitHub
How to fix 'Can't connect to any URI: https://github.com/*/GitHub.git - not authorized' error
Переглядів 2,8 тис.10 місяців тому
How to fix 'Can't connect to any URI: github.com/*/GitHub.git - not authorized' error
How to push Cucumber BDD Maven Project from Eclipse to GitHub | Build from Jenkins
Переглядів 3,1 тис.10 місяців тому
How to push Cucumber BDD Maven Project from Eclipse to GitHub | Build from Jenkins
Building a Java Application from GitHub using Jenkins | Run java program from Jenkins
Переглядів 4,9 тис.10 місяців тому
Building a Java Application from GitHub using Jenkins | Run java program from Jenkins
How To Install Plugin In Jenkins Server| Install Plugin Using HPI File
Переглядів 72811 місяців тому
How To Install Plugin In Jenkins Server| Install Plugin Using HPI File
Jenkins Email Notification | Connection error sending email, retrying once more in 10 seconds
Переглядів 3,6 тис.11 місяців тому
Jenkins Email Notification | Connection error sending email, retrying once more in 10 seconds
How to configure Email Notification in Jenkins | Send Email using Gmail SMTP server
Переглядів 4,4 тис.11 місяців тому
How to configure Email Notification in Jenkins | Send Email using Gmail SMTP server
Selenium Cucumber BDD Framework with Java and TestNG| Run Tests with Maven commands from CommandLine
Переглядів 3,8 тис.11 місяців тому
Selenium Cucumber BDD Framework with Java and TestNG| Run Tests with Maven commands from CommandLine
How to fix org.openqa.selenium.remote.http.WebSocket$Listener onError with Selenium WebDriver | BDD
Переглядів 7 тис.11 місяців тому
How to fix org.openqa.selenium.remote.http.WebSocket$Listener onError with Selenium WebDriver | BDD
Jenkins setup on Windows OS | Create first Jenkins Job
Переглядів 1,8 тис.11 місяців тому
Jenkins setup on Windows OS | Create first Jenkins Job