23.API Automation Framework - RestUtils Generic POST Requests Rest Assured, API Automation Playlist

preview_player
Показать описание
API Automation Framework Structure - Adding generic POST request method in RESTUtils class.

For practice you can download API project which we have used in our API Automation tutorials so that you can easily practice with this and it is will give real time experience as every where API automation people guys do same thing day to day wise.

1. Follow Below link to clone this API automation Practice project from GitHub:

2. For Postman download and API setup in PostMan, follow below link:

3. For git installation, please follow below link:

This tutorials series covers understanding API testing using REST Assured - from basic to Advance level with framework creation.
#API Automation - JAVA
#API Automation using REST assured - JAVA
#Framework Creation from Basic to Advance
#REST Assured
#Automation framework
#API Automation
#API Automation Tutorials
#API Automation PlayList

#Rest Assured API Automation
#Rest Assured API Automation Tutorials
#Rest Assured API Automation PlayList
Рекомендации по теме
Комментарии
Автор

Great video. can you please provide similar framework using cucumber with Rest Assured.

nandakpattar
Автор

Have you added the above framework in Git or any other repo ?

jithinadz
Автор

Hi I have some queries please answer.
1. If we have 50 lines of key value pairs then number of lines will be more right
2. I can store payload in file, read that file using JSONParser and pass it as payload instead of above approach, so it reduces lines of code
3. If I want to use same payload in different test scenarios then again I need to use all these key value pairs in all test scenario so number of lines get increases

ChethanCP
Автор

Hello Sir, Could you please post the video on how can we pass the Test data instead of doing hard code using the map object . For Eg : map.put("Key", "Value ") value should not be hard coded instead we need to read from somwhere

manikandankm
Автор

Hi bro o start creating designing Rest-assured framework ....by watching ur videos...is it possible to share ur framework for reference purpose...?

yesjay
Автор

hi bro, i have one doubt for hitting multiple post request with different set of data...how to do that can we create another set of data or any other method is there...?

yesjay