13 - Top 10 REST-Assured API Automation Interview Questions And Answers.

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Here you will learn Top 10 interview questions and answers for REST-Assured API Automation .
    Additional Info
    Link for SDET/QA Interview Full Play List ► bit.ly/3frBpQZ
    Link for API Testing Full Play List ► bit.ly/2BY0vHu
    Link for Cypress Tutorial Full Play List ► bit.ly/3iMdi2a
    Link for Web-services Full Play List ► bit.ly/3bfK0Ef
    Link for Protractor Testing Full Play List ► bit.ly/2ztlEIK
    Link for Java Programs for Software Testers Full Play List ► bit.ly/2ZGeBFC
    Link for Java Tutorial Full Play List ► bit.ly/2Z3tP8L
    Link for Selenium Tutorial Full Play List ► bit.ly/3vFR9X5
    Link for TestNG Full Play List ► bit.ly/3jGJ3YT
    Please subscribe to our channel ► bit.ly/2UIvFcm
    and press the bell icon to get updates on latest tutorial.
    #softwaretestingandautomation #subhasishmishra #softwaretesting #selenium #apitesting #java #restassuredapiautomation #testng #sql #unix #automationtesting #softwaretestinginterviewquestionandanswers #testautomation

Комментарии • 117

  • @hmpjandroid
    @hmpjandroid 2 года назад +20

    This is the only video giving interview questions for rest assured. Rest all give questions for api only.
    I watched this yesterday, many questions were asked in my interview yesterday. Glad I could answer them perfectly.
    Thanks from the heart! God bless you..

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  2 года назад

      I am glad to hear that, Thank you!! Keep learning and sharing with your friends 😊

    • @alkakasbe3798
      @alkakasbe3798 2 года назад

      Only this type are question or they asked different questions?

    • @_tanugupta
      @_tanugupta 4 месяца назад

      Yes

  • @PoojaShendge-r9b
    @PoojaShendge-r9b 6 часов назад

    Hi Subhashish,
    This is the best video to refer Rest Assured API Automation.
    Thank you for the detailed explanation, It's very useful! If possible, could you provide PDFs for each topic related to manual testing and automation? Having these would make it easier to review concepts before interviews.
    Once again Thank you!🙂

  • @tiyasharma441
    @tiyasharma441 3 года назад +5

    You have been absolutely clear crisp and amazing. GBU

  • @rakeshhansalia
    @rakeshhansalia 2 года назад +24

    1. What is Rest-Assured and why it is used?
    2. What is URI, endpoint, and query parameter?
    3. What are the static imports in Rest Assured and why do we need it?
    4. What are the given, when, then methods in Rest-assured?
    5. What are the different authentication methods in Rest-Assured?
    6. How to check Response time for an API?
    7. How to send a complex payload for a post API using POJO classes?
    8. How to log requests and responses for a post API?
    9. How to validate the response of a POST API?
    10. How to verify cookie, header & content type in API response?

  • @shoaibkolkata
    @shoaibkolkata Месяц назад

    Please check why screen becomes green at 34:14 and it was there for sometime? Other than this it was a very useful video

  • @kavita5982
    @kavita5982 6 месяцев назад

    Very nice video in short time you explained everything in very simple words, just one thing in b/w the video is blank or paused or blank green screen sometimes, not sure the issue is only with me or everyone

  • @prameelaseelam7685
    @prameelaseelam7685 2 года назад +1

    Too good. very very useful. Thanks so much for sharing

  • @shankarraj3433
    @shankarraj3433 Год назад +1

    Thanks a lot.

  • @Avanisfunworld355
    @Avanisfunworld355 Год назад +1

    Awesome explanation.. Thanks!

  • @dineshpathak4805
    @dineshpathak4805 3 года назад +1

    Awesome bro, all real world interview questions on Restassured..... Help me lot

  • @svetlanamazhaykina6918
    @svetlanamazhaykina6918 9 месяцев назад

    Thanks for your work! Well done!

  • @priyatayal4541
    @priyatayal4541 3 года назад +1

    One question :while validating response we can use following 3 ways ryt ?
    1. response.getBody(). Path(details.email)
    2.response.JsonPath.get("details.email") ;
    3.then.body("details.emailId", equal to("") ;
    Correct me if I am wrong at some place.
    And also let me know is this sufficient to know only these 3 ways for interview.

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад +4

      Yes, you are correct, Once you have extracted the response then you can validate it and these are sufficient for the interview.
      Response getResponse= …
      getResponse.body("details.email", equalTo(“abc@gmail.com”));
      Assert.assertEquals(getResponse.getBody().path(“details.email”), “abc@gmail.com”);
      Assert.assertEquals(getResponse.jsonPath().get("details.emailId"), “abc@gmail.com");

    • @priyatayal4541
      @priyatayal4541 3 года назад +2

      @@SoftwareTestingAndAutomation thanks a tone 😊

    • @atulgupta9202
      @atulgupta9202 3 года назад

      I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine ..
      Is there any email id where i can send you screenshot .
      Please help

  • @अभिजातमराठी
    @अभिजातमराठी 3 года назад

    Helpful information, thanks!

  • @shubhamsinha9037
    @shubhamsinha9037 Год назад +3

    Your content is really commendable. Anyone can clear the interview or revise the total concept in less time. Great initiative. Thank you

  • @ashutoshpandey5416
    @ashutoshpandey5416 10 месяцев назад

    How to validate response when we are passing data dynamically through faker library, then how can we assert ?

  • @thetestquest
    @thetestquest Год назад +3

    One of the best API session/questionnaire, i came across.

  • @umangsharma7447
    @umangsharma7447 2 года назад +2

    Thank you so much !! explaining each question along with hands-on was made it easier to understand. Thanks!

  • @bhagyashreenavarkar8656
    @bhagyashreenavarkar8656 3 года назад +2

    Can you please tell how to use these authentication methods in RestAssured with TestNG framework ?I am not using BDD.Kindly reply

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад +1

      Here we have used RestAssured with TestNG only. Please go through the complete playlist ( bit.ly/2BY0vHu ) for more understanding. If you are looking for Oauth-2.0 here is the video link ruclips.net/video/Fs8fsrngI3Q/видео.html

    • @bhagyashreenavarkar8656
      @bhagyashreenavarkar8656 3 года назад +1

      @@SoftwareTestingAndAutomation Thanks! I will go through it.

  • @yogeshganpule2695
    @yogeshganpule2695 3 года назад +1

    at execution at 34:56 screen goes green happened almost every time at the peak of cracking the concept .

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад

      Thank you for the feedback, Yes, it was a green screen issue which I have resolved in new videos.

  • @RodrigoCoelho.Oficial
    @RodrigoCoelho.Oficial 3 года назад +1

    How can I send new values in ".body(ep)" ?

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад

      check these links. It may help you ruclips.net/video/7LIeP16Ki9g/видео.html ruclips.net/video/9yD5tSFuod8/видео.html and ruclips.net/video/UqYf_a4auGM/видео.html

  • @krishna_raj9331
    @krishna_raj9331 Год назад +1

    Really very helpful and handy stuff.. 💯💯✔️✔️

  • @sweetyagrawal1487
    @sweetyagrawal1487 3 года назад +2

    Very well explained. Thankyou

  • @SimplyTheBestTech
    @SimplyTheBestTech 10 месяцев назад

    Excellent but in between there are some glitches otherwise its awesome.

  • @Gopi_Pamulapati
    @Gopi_Pamulapati 3 года назад +3

    It's help to many of them keep doing like this series 👍👍

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад

      Thank you 😊

    • @Gopi_Pamulapati
      @Gopi_Pamulapati 3 года назад +1

      @@SoftwareTestingAndAutomation thanks for reply bro ..can you make a video on one simple project on API Testing 👍

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад +1

      I hope you have been through the complete API play list link, if not here is the link - bit.ly/2BY0vHu , Yes I am planning for a API project with complete framework structure, It will come soon :-)

    • @Gopi_Pamulapati
      @Gopi_Pamulapati 3 года назад

      @@SoftwareTestingAndAutomation hoo great work ...eagarly waiting I am the first 😀👍

  • @automationlabs2385
    @automationlabs2385 3 года назад

    Can you tell how to put assert on date value in JSON response?

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад

      Try something like this and see if it works ?
      body("order.createdDate", everyItem(greaterThanOrEqualTo(LocalDate.now().minusMonths(1).format(DateTimeFormatter.ofPattern("yyyy-MM-dd")))))

  • @jayashreebajolgi6577
    @jayashreebajolgi6577 Год назад

    How we will come to know that import relevant methods needs

  • @kaz-ittraininghub9388
    @kaz-ittraininghub9388 3 года назад +1

    I enjoyed the video, very informative used easy language which authenticate best video ever.

  • @minuc224
    @minuc224 2 года назад +1

    Thank you very good explanation.

  • @sharathcgowda1031
    @sharathcgowda1031 2 года назад +1

    Thank you so much for the wonderful explanation with the great detailing....👏

  • @atulgupta9202
    @atulgupta9202 3 года назад +1

    I am facing error can you help me ..java net connection ..while run the same code in Windows 10 machine ..
    Is there any email id where i can send you screenshot .
    Please help

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  3 года назад

      Let me know in details about your issue. You can email me on subhasishhelpinghand@gmail.com

    • @atulgupta9202
      @atulgupta9202 3 года назад +1

      @@SoftwareTestingAndAutomation emailed you ..its very basic program related to api
      And its throwing error .
      But selenium automation is working fine in same eclipse .
      Only problem in api automation

  • @manojhegde7651
    @manojhegde7651 5 месяцев назад

    Noone is bothered by the green screen in the middle?

  • @raghubanshuk
    @raghubanshuk 2 года назад +1

    Thank you.. Nicely explained.

  • @simrankin4324
    @simrankin4324 Год назад +1

    Your way of explaining stuff is very helpful 😊thank you sir

  • @gaur_sisters
    @gaur_sisters 8 месяцев назад +1

    Very well explained

  • @bhagyashriharsure4611
    @bhagyashriharsure4611 2 года назад

    Please share this program ... complete

  • @DavinderSingh-kn8qz
    @DavinderSingh-kn8qz 3 года назад +3

    Not practically possible to always pass entire payload in constructors, instead we should use getter setters

  • @beingkind3610
    @beingkind3610 11 месяцев назад +1

    Thank you so much! ❤

  • @hasanozdemir8245
    @hasanozdemir8245 Год назад +1

    Best API video ❤❤

  • @rd3316
    @rd3316 3 года назад +1

    Awesome video, you have cleared many of my doubts

  • @gravielsosa688
    @gravielsosa688 2 года назад +1

    Thanks a lot!!! it was an amazing explanation

  • @bindunagaraj123
    @bindunagaraj123 3 года назад +1

    very informative video.

  • @avinashhosamani8400
    @avinashhosamani8400 2 года назад

    How api is authenticated @

  • @enochhi
    @enochhi 3 года назад +1

    Very useful

  • @akashsontake1440
    @akashsontake1440 2 года назад +1

    Very useful

  • @_tanugupta
    @_tanugupta 4 месяца назад

    This was so good❤

  • @bharatvarshney5332
    @bharatvarshney5332 3 года назад +1

    Helpful thanks

  • @srikanthsubramanya3624
    @srikanthsubramanya3624 3 года назад +1

    Good video 👍

  • @soniyavijaywargi5051
    @soniyavijaywargi5051 4 года назад +1

    Very helpful...Thanks:)

  • @priyatayal4541
    @priyatayal4541 3 года назад +1

    Very well explained

  • @Cool94_4u
    @Cool94_4u 3 года назад +1

    Excellent

  • @MirzaTalks36
    @MirzaTalks36 4 года назад +1

    Super

  • @rohiniwakodikar9837
    @rohiniwakodikar9837 Год назад +1

    👍👍👍👍

  • @rabitminder
    @rabitminder 2 года назад

    Sir Thanks for your video . Video is not visible on 35:00 Please correct it

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  2 года назад +1

      Thank you for the feedback, It was a green screen issue which I have resolved in new videos.

    • @rabitminder
      @rabitminder 2 года назад

      @@SoftwareTestingAndAutomation Sir Is it possible to view same video fully without green screen

    • @SoftwareTestingAndAutomation
      @SoftwareTestingAndAutomation  2 года назад +1

      @@rabitminder Unfortunately I can not edit the video which is uploaded. But if you want to understand same concept you can refer ruclips.net/video/UqYf_a4auGM/видео.html Also refer the complete playlist.

    • @rabitminder
      @rabitminder 2 года назад

      @@SoftwareTestingAndAutomation Thanks

    • @rabitminder
      @rabitminder 2 года назад

      sir why we are using POJO classes which one is more effective

  • @anuragtestdata3830
    @anuragtestdata3830 3 года назад

    ITS A GREAT VIDEO.

  • @atulgupta9202
    @atulgupta9202 3 года назад +1

    Excellent work