Robot Framework - API Testing - Write First Test Case | GET Request

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • ✪✪✪ API Testing using Robot Framework ✪✪✪
    Robot Framework use requests library for REST API Testing
    Pre-requiste :
    ✍Install Python
    ✍Install Pycharm
    ✍Install Robot Framework
    ✍Create Project on Pycharm
    ✍Create Robot file
    ** Robot Framework Introduction **
    Robot Framework : Acceptance Testing framework
    Support keyword driven testing
    We can use keywords to perform differnt task
    Get Request : GET method (in REST API) is used to fetch data from application
    ✪Here we are going to make a GET Request of Rest API
    ✪Whatever response we are going to fetch, Store that response in a variable
    ✪Display Complete Response
    ✪Display Status Code
    Keywords Used:
    Create Session
    Get Request
    Log to Console
    Get Full Course in USD 10 : www.udemy.com/...

    You can get lifetime access to all 30+ Video courses (Selenium, JMeter, SoapUI, Python and many more) in RS 7000/- Only.
    ✍Check course content -goo.gl/t1wekH
    ✍Our Students Review: pos.li/2abqrw
    ✆Call or WhatsApp now at +91-8743-913-121
    ✪✪✪ Robot Framework - API Testing ✪✪✪
    1. Robot Framework - API Testing - Validate Response (Status code)- • Robot Framework - API ...
    2. Robot Framework - API Testing - Write Test case - POST request- • Robot Framework - API ...
    3. Robot Framework - API Testing - Write Test case - DELETE request- • Robot Framework - API ...
    4. Robot Framework - API Testing - Write Test case - PUT request- • Robot Framework - API ...
    #API Testing #Python Automation #API Automation #TestingWorld #Robot Framework
    ✪✪✪ Check out the video playlist here ✪✪✪
    ☞ / @testingworld
    Thank you for watching the videos. Please subscribe to our channel Testing World!
    Happy Learning!

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

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

    It's really helpful. Just FYI , now "get request" should be replace by "get on session"

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

    Very simple, but very useful 👏

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

    Best robot test tutorial for beginners. Thanks 🙏

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

    very well explained. Thank you

  • @ricardoamaro3158
    @ricardoamaro3158 4 года назад

    congrats, its great.

  • @desikoala4965
    @desikoala4965 5 лет назад

    simple and awesome video

  • @himanshushinde628
    @himanshushinde628 4 года назад +2

    @Testing World, while creating a variable for the session, I am getting error keyword not found. What is the possible solution?

  • @trohitkumarsai5484
    @trohitkumarsai5484 5 лет назад

    Great video !!

  • @icenyns5222
    @icenyns5222 4 года назад

    Thank you

  • @Dreamsframed
    @Dreamsframed 7 месяцев назад

    Can we do API GraphQL test using BDD?

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

    Noice

  • @mahendrav5228
    @mahendrav5228 4 года назад

    @Testing world can make a video on websocket two way connection using robot framework

  • @antonmakhatilov8008
    @antonmakhatilov8008 5 лет назад

    thanks. how to set authorization crendentials?

  • @sandersietsma7987
    @sandersietsma7987 5 лет назад

    Someone messed up the data on: thetestingworldapi.com/api/studentsDetails
    Can this be rest?

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

    pip install robotframework-extendedrequestslibrary to solve some problems

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

      Yes we will use them where we need Token Authentication