Forum Discussion

deepak2113's avatar
deepak2113
New Contributor
11 years ago

How to provide the username/password parameters at a single place for all the requests?

I have around 200 requests to be tested and currently i am providing the username parameters to be used for a request separately for each request. So if i have to change the username i have to edit all the request. Is there a way by which i can specify the parameter globally so that all the requests can access it and execute?

4 Replies

    • deepak2113's avatar
      deepak2113
      New Contributor

      Hi ,

       

       I am trying to test a set of  GET and PUT API's by creating a new Soap Project. This API's are being called from a mobile application.