Test Case Result Updates in Azure DevOps Using REST API

Sdílet
Vložit
  • čas přidán 7. 07. 2024
  • Get Test points and update(Patch) test point for your suite
    Book a session with me @ topmate.io/gauravkhurana
    Connect with me @ bit.ly/khuranagaurav
    for getting test points
    curl --location 'dev.azure.com/khuraanagaurav/... \
    --header 'Authorization: ••••••'
    for updating test points
    curl --location --request PATCH 'dev.azure.com/khuraanagaurav/... \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Basic OmhwNnNtM2t2a2xyZ3p5cXo2N3U0cmczN2tlaGFncWplczJxb3RkYnpvcGdvM3VmdXpoNXE=' \
    --data ' [{
    "id": 10,
    "results": {
    "outcome": 2
    }
    }
    ]'
    bit.ly/myshortcuts
    Want to learn AzureDevOps
    bit.ly/azuredevopsplaylist
    Want to learn Cloud and AI
    bit.ly/aiandcloud
    Want to learn about testing
    bit.ly/testing_tips
    Automation
    bit.ly/learn_automation
    bit.ly/automationbasics
    bit.ly/automationmusthave
    bit.ly/firstwebautomation
    bit.ly/codecheckin
    Use of AI for testers
    bit.ly/chatgptfortesters
    API Testing
    bit.ly/API_Testing
    30 Days of postman
    bit.ly/30daysofpostman
    Test Data in Testing
    bit.ly/testdataintesting
    Referral
    bit.ly/tipsforreferral
    Github
    bit.ly/improveyourgithubprofile
    Selectorshub
    bit.ly/XPATH
    Screenshot Tools
    bit.ly/ss_tools
    Time Management
    bit.ly/manageyourday
    My favorite Screenshot Tools ( bit.ly/ss_tools)
    Capture
    bit.ly/ss_tool1
    Sharex
    bit.ly/ss_tool2
    wink
    bit.ly/ss_tool3
    Book Recommendations - Growth Driven testing
    amzn.to/42S7EBG
    Featured playlist
  • Věda a technologie

Komentáře • 8

  • @darwinfonseca8724
    @darwinfonseca8724 Před 16 dny +1

    I am truly grateful, thank you very much.
    All your content is very interesting but this video was very useful to me.

    • @Udzial
      @Udzial  Před 15 dny +1

      Thank you for the kind comments @darwinfonseca8724 in the next video i will share th code which will make it even easier for pipeline

  • @kartikkohli03
    @kartikkohli03 Před 5 dny +1

    This was really helpful, the syncer approach didn't work for me but this one did. I have a question now - Can we also update the individual test steps status as well for a test point - based on cucumber json ? Please if you could help with that ?

    • @Udzial
      @Udzial  Před 5 dny

      I think that's overengineering. While it might be doable, but do we need that ?
      Are there teams who are going at that level to track which step failed ?
      Also I think mapping would be difficult, like script might have 10 steps but test case has 20 steps.
      because it can be done by UI so definitely its doable by API as well..
      let me know if its mandatory i will see to find time.. to do that.
      in the next video i will share code for these 2 APIs

  • @yashvats7815
    @yashvats7815 Před 19 dny +1

    Please upload automation video also
    Because I am using syncer right now
    If it is rest APIs directly it is better then third party utility

    • @Udzial
      @Udzial  Před 19 dny

      @yashvats7815 thank you, in this week next will come with code which will make it easier for you and everyone else. Let me know any other thing you need in ADO

  • @shubhamtiwari-ts6wk
    @shubhamtiwari-ts6wk Před 17 dny +1

    Please help us how to achieve this via code especially for java based projects. Thanks

    • @Udzial
      @Udzial  Před 15 dny

      Next video is about that please wait @shubhamtiwari-ts6wk it will be live soon, press the bell icon to receive the notification