Navigation

    SOFTWARE TESTING

    • Register
    • Login
    • Search
    • Job Openings
    • Freelance Jobs
    • Services
    • Conferences
    • Courses
    1. Home
    2. Tags
    3. postman
    Log in to post

    • A

      Dynamic variable for a value from array in Postman
      API Testing • postman array • • Amritpal  

      2
      0
      Votes
      2
      Posts
      3
      Views

      C

      let jsonData = pm.response.json(); pm.environment.set("test_name", jsonData.test3[0].id3); test3 is an array so you have to get the first object and then id3
    • inna

      Using arrays in tests in Postman
      API Testing • postman arrays • • inna  

      6
      0
      Votes
      6
      Posts
      9
      Views

      irl

      Never try to unify something without having a unified thing. Refactoring or optimization is done only if there is working code to compare the results. In your case, write a few examples by hand and then try to find a common denominator. The transition should always be from simple to complex.
    • 1 / 1