Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When possible, the Quik! development team pushes any product updates to our User Acceptance Testing (UAT) environment for customer testing prior to a production release. Follow the instructions below to test your Quik! implementation in this non-production environment.

HOW TO TEST UAT

Credentials

When testing in the UAT environment, customers must add "uat" to the beginning of the username for the account credentials used to call UAT APIs. For example, if a customer's production username is johnsmith, their username to be used when testing in UAT would be uatjohnsmith. Customer ID and password remain the same.

When calling Quik! APIs directly

Everything in our UAT environment is available by prefixing web service URLs with “uat” or by replacing “www” with “uat”. For example, a web service such as “https://websvcs.quikforms.com/rest/QuikFormsEngine/qfemqfe/v5400execute/formsdatawebservice.asmxhtml” becomes “https://uatwebsvcsuatwebsvcs.quikforms.com/rest/QuikFormsEngine/qfemqfe/v5400execute/formsdatawebservice.asmxhtml” where “uat” is added after the https:// and before the existing URL. Apply this same pattern to all URLs for accessing them in the UAT environment. 

...