testkube icon indicating copy to clipboard operation
testkube copied to clipboard

Sharing variables between postman collection tests inside a test-suite

Open ili-shmidt-wib opened this issue 2 years ago • 0 comments

Use case:

Assume the above test-suite:

  1. Register user with username, password (generate a password inside the test).
  2. Login user (with the generated password from the previous collection test) and run tests.

I would suggest using postman's global variables and running all test-suite tests in a shared postman's workspace.

ili-shmidt-wib avatar Aug 08 '22 08:08 ili-shmidt-wib