[2024]: API Testing Automation + Java + BDD Framework + Cucumber + Rest Assured + Maven in Intellij

**********************************************************************
This course is easy step by step approach to build a practical Java based Cucumber API Test Automation framework in Intellij.
This covers in just more than 2 hours various topics like how to setup java, maven in local machine as well cucumber & rest assured dependency in the Project. This course has avoided traditional Java IDE eclipse and focussed on latest Intellij IDEA IDE which are being used in enterprise solutions. this video share with basics of apis, api testing, nested json responses &
cover various topics like BDD framework, features, step definitions and assertions of response code, body etc in cucumber.
**********************************************************************
00:04:11: Understanding what's an API? & why is it so popular?
00:04:11: Where does API Testing really come handy?
00:15:01: Looking at some sample real time APIs
00:15:01: Install & using postman tool to perform some manual API Tests
00:27:25: More Apis: different response codes that can be encountered in the apis
00:31:12: What are nested json response objects in apis
00:34:10: Installation of Intellij, verify java, verify Maven
00:53:35: Introduction BDD framework
00:57:50: New project and added dependency of rest assured and cucumber
00:59:55: Adding our first feature file of Get Api
00:10:59: Creating step definition file
01:12:31: Running execution in debug mode
01:16:20: Verifying the status code of the get api call
01:20:23: Validation of response body of get api call
01:43:53: Verification of the status code of the post api call
02:00:21: Validation of response body of the post api call
02:11:20: Verification and validation of the put api response code and body
02:25:30: Verification and validation of the delete api response code and body
02:28:44: Reporting in cucumber
#api
#automationtesting
#java
#apitesting
#restassured
#bddframework
#testing
#softwaretesting
#java
#intellij
#maven
#javatest
#cucumber
#testing
#bddtesting
#bddframework
#api
#automation

Пікірлер: 33

  • @aceautomationacademy6926
    @aceautomationacademy69269 ай бұрын

    ******** sample apis that is used in the video: fakestoreapi.com/docs ******** 00:04:11: Understanding what's an API? & why is it so popular? 00:04:11: Where does API Testing really come handy? 00:15:01: Looking at some sample real time APIs 00:15:01: Install & using postman tool to perform some manual API Tests 00:27:25: More Apis: different response codes that can be encountered in the apis 00:31:12: What are nested json response objects in apis 00:34:10: Installation of Intellij, verify java, verify Maven 00:53:35: Introduction BDD framework 00:57:50: New project and added dependency of rest assured and cucumber 00:59:55: Adding our first feature file of Get Api 00:10:59: Creating step definition file 01:12:31: Running execution in debug mode 01:16:20: Verifying the status code of the get api call 01:20:23: Validation of response body of get api call 01:43:53: Verification of the status code of the post api call 02:00:21: Validation of response body of the post api call 02:11:20: Verification and validation of the put api response code and body 02:25:30: Verification and validation of the delete api response code and body 02:28:44: Reporting in cucumber github url : 🤖 : github.com/aceautomationacademy/APITestingJavaC Buy me a coffe: www.buymeacoffee.com/aceauto #api #apitesting #restassured #bddframework #testing #softwaretesting #java #intellij #maven #javatest #cucumber #testing #bddtesting #bddframework

  • @serafimt-fr4nk
    @serafimt-fr4nkАй бұрын

    Awesome job. Tip for beginners: before 57:45, create a new Java project in Intelijj and chose Maven as build method, also add in Settings -> Plugins: Cucumber for Java and Gherkin. Don't forget to build your project before running anything and also to run the command Maven clean + install in case of dependency missing or not recognized. Cheers!

  • @InterviewPreparationWithAKB
    @InterviewPreparationWithAKB3 ай бұрын

    Thanks for this! Really useful..

  • @aceautomationacademy6926

    @aceautomationacademy6926

    3 ай бұрын

    Glad it was helpful!

  • @damidelOK
    @damidelOK8 ай бұрын

    Hello how are you? When creating the project, the run is not configured for the feature or where you want to execute it (run /configuration.

  • @SoyJavero
    @SoyJaveroАй бұрын

    Fantastic job, i implemented everything to my current project at work and im looking for a vid to generate the report thanks anyway bro

  • @aceautomationacademy6926

    @aceautomationacademy6926

    Ай бұрын

    Glad to hear this !

  • @afzalnuthoo1413
    @afzalnuthoo1413Күн бұрын

    At 2:10:29 , you did not move the statements before running it again. why?

  • @AbioyeObaloluwa-fw5hl
    @AbioyeObaloluwa-fw5hlАй бұрын

    How do I run the project? After building, the run button is greyed out

  • @koustavtubesaha
    @koustavtubesaha3 ай бұрын

    Where is the Extent reporting video part?

  • @ashwinims99
    @ashwinims998 ай бұрын

    What dependencies/plugins you have used for generating cucumber reporting. Please share the pom.xml file.

  • @aceautomationacademy6926

    @aceautomationacademy6926

    8 ай бұрын

    Hi Ashwini, please find the public github url which hosts this code: github url : 🤖 : github.com/aceautomationacademy/APITestingJavaC

  • @gtr3440
    @gtr34406 ай бұрын

    Thanks for this bro ! Really useful. Can you please provide the source code or the entire project ? So that we can directly import it from intellij and learn

  • @aceautomationacademy6926

    @aceautomationacademy6926

    6 ай бұрын

    github.com/aceautomationacademy/APITestingJavaC

  • @gtr3440

    @gtr3440

    6 ай бұрын

    @@aceautomationacademy6926 Thanks for quick response bro ! Appreciate it.

  • @saitejavarmadantuluri3361
    @saitejavarmadantuluri33613 ай бұрын

    Hi, I need to pass access token since i am working with salesforce. Can please help me out how to work with it

  • @aceautomationacademy6926

    @aceautomationacademy6926

    3 ай бұрын

    Hi, if you are looking for how to use secure access token in api testing: kindly check this video in our channel: kzread.info/dash/bejne/eKyClLySabzaYcY.html This will definitely help please note you will have to create the credentials first and then use it

  • @yeasin_arafat_himel
    @yeasin_arafat_himel8 ай бұрын

    make web automation using java,bdd framework,cucumber,pom model,allure or any report

  • @aceautomationacademy6926

    @aceautomationacademy6926

    4 ай бұрын

    hello: yes : kindly find the latest tutorial on this : kzread.info/dash/bejne/nYSc0qyznNG7hNY.html

  • @adnana9906
    @adnana990628 күн бұрын

    My feature file does not recognize the step definitions class. Does anyone else face this issue?

  • @aceautomationacademy6926

    @aceautomationacademy6926

    26 күн бұрын

    Kindly check the glue path It should have the exact mapping between the feature files path and step definition path

  • @akshaymungekar4748
    @akshaymungekar47487 ай бұрын

    kzread.info/dash/bejne/k6Smr8enfLGekbw.html ---> Why did we convert json response to string at line no. 43 if we are not using that in the following code? We are directly creating an object of JsonPath and traversing through the entire response.

  • @aceautomationacademy6926

    @aceautomationacademy6926

    7 ай бұрын

    yes good pick up - thats right - we can ignore the line 43

  • @prachijoshiporwal3353
    @prachijoshiporwal33532 ай бұрын

    Can i have git link for this project ?

  • @aceautomationacademy6926

    @aceautomationacademy6926

    2 ай бұрын

    Hi prachi; Yes you can find in the description section

  • @prachijoshiporwal3353

    @prachijoshiporwal3353

    2 ай бұрын

    ​@@aceautomationacademy6926cant see any link in decription section for git can you share here.

  • @venkygiri2635
    @venkygiri26354 ай бұрын

    can u plz provide me git hub link

  • @aceautomationacademy6926

    @aceautomationacademy6926

    4 ай бұрын

    github.com/aceautomationacademy/APITestingJavaC

  • @aceautomationacademy6926

    @aceautomationacademy6926

    4 ай бұрын

    Hope it was useful and helped!