Rest Assured Tutorial | How to Setup Installing IntelliJ & Maven Project For API Automation | Day 10

preview_player
Показать описание

Hey BugHunters, In this video we are going to discuss How to Setup IntelliJ & Maven Project
for API Automation.

✅ In this Rest Assured Tutorial series, we will create a Maven project with the following dependencies
1. RestAssured
2. TestNG
3. JaxB
4. Apache POI
5. Jackson Java Bind

🔥 Download the following dependencies to Maven Pom

#api #apitesting #restassured #rest #restapi #restassuredtutorial

P.S:
This is Day 10 of the 30 days of API Testing challenge Series. Where will learn the Basics before jumping to API Automation.

In this Video, We are going to discuss, What things you should Know before learning the API Testing.

Concepts like Cookie, Authentication, HTTP Methods and headers, SOAP, REST and many more concepts related to API are important to understand before diving into the world of API Testing.

✅ What is REST?
REST is acronym for Representational State Transfer.
It is architectural style for distributed hypermedia systems and was first presented by Roy Fielding in 2000 in his famous dissertation.
The REST architectural style describes six constraints.

✅REST Six Constraints

- Uniform Interface
- Stateless
- Cacheable
- Client-Server
- Layered System
- Code on Demand (optional)

✅ What is API?
API is the acronym for Application Programming Interface. It’s Kind of intermediary that allows two applications to talk to each other.
They can be set of subroutine definitions, protocols.
API can be web-based system, operating system, database system, computer hardware or software library.

✅ Types of APIs
We are only Concern about the Web API
- Simple Object Access Protocol
- Remote Procedure Call
- Representational State Transfer (REST).

✅ What is API Testing?
API testing is testing that APIs and its integration with the services.

✅ What to Test in API Testing?
- Validate the keys with the Min. and Max range of APIs (e.g maximum and minimum length)
- Have a test case to do XML, JSON Schema validation.
- Keys verification. If we have JSON, XML APIs we should verify it’s that all the keys are coming.
- Verify that how the APIs error codes handled.

✅Types of Bugs that API testing Detects
- Fails to handle error conditions gracefully
- Unused flags
- Missing or duplicate functionality
- Reliability Issues. Difficulty in connecting and getting a response from API.
- Security Issues
- Multi-threading issues
- Performance Issues. API response time is very high.
- Improper errors/warning to caller
- Incorrect handling of valid argument values
- Response Data is not structured correctly (JSON or XML)

✅ Time Jump

✅ What is covered in Rest Assured Tutorial or 30 Days of API Testing with Rest Assured Challenge?
- Learn How to Master API Testing with Rest API Testing with Rest Assured.
- Step By Step Tutorials
- Building your Own Custom Framework.

✅ What is Rest Assured?
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. I'll be using real-world code examples you can copy, run, and reuse directly in your own test automation efforts

#restassured #restassuredtutorial #apitesting #api #automationtesting #manualtesting #testautomation #thetestingacademy #scrolltest

🚀 Tools and services I recommend:
Some of the courses that I recommend to become better Automation Tester 🙌🙌

🐦 Learn Jenkins for QA -

📸 Programming Java -

🌍 Test Automation -

💌 API Testing -

🎙 Cypress Tutorial with LIVE Projects -

📝 REST API testing with Python -

PS: Some of the links in this description are affiliate links that I get a kickback from 😜
Рекомендации по теме
Комментарии
Автор

✅ In this Rest Assured Tutorial series, we will create a Maven project with the following dependencies
1. RestAssured
2. TestNG
3. JaxB
4. Apache POI
5. Jackson Java Bind

TheTestingAcademy
Автор

You are doing great work Pramod .. God Bless you !!

kumarsaheb
Автор

Is there a way to test my JDK installed properly on my MAC or Windows machine?

dpkumar
Автор

Hi there, I am following your steps to setup testng, but when I put in the depenency, it showing red for the version, any idea how can I fix it?

Fei-D
Автор

Hi Pramod Intellij or eclipse for rest Assured in 2022

SMallineni
Автор

Hi Pramod. I sent you an email Regarding 2DAY REST ASSURED WORK SHOP please give reply to that.

RajKumar-ijrr