Forum Discussion

kathir_43's avatar
kathir_43
Contributor
3 years ago

how to save postman collection files in testcomplete

we are doing API Testing using POSTMAN .we are planning to execute collection files using Newman from TestComplete itself. For this we need to store POSTMAN collection files (collection ,data & environment files) in TestComplete project . Can someone help me with way of storing these files in TestComplete and how to retrieve them for execution. Thanks in advance!!

3 Replies

    • kathir_43's avatar
      kathir_43
      Contributor

      Stores section in TestComplete is not storing files in Json format and am not able to read these files as well. 

      • mattb's avatar
        mattb
        Staff

        Are you planning to use git or source control?

        If we can put these files in a repository (local or remote) I imagine we can Trigger the files (again .bat might be the easiest per different environments) via a relative location script. The would not necessarily be packaged into TestComplete, just the source folder TestComplete is interacting with.