UFT Website

UFT integration know-how

How it works

You can report your automation test results directly to the tests in your Testuff repository. Submit new test statuses, update existing statuses, create and report to labs, and more.

Report Automation Results URL: https://serviceX.testuff.com/api/v0/testone/?token=[TOKEN]

Notes:

  • Reporting to Testuff is protected Via HTTP POST over SSL, and your Testuff user TOKEN is used for identification.
  • You’ll find your Testuff server number under the Settings->Company Details, and your user Token under the User settings.

Read about all the parameters you can control here.

UTF format is VB

Pre Requisites:

  1. UFT should be installed on execution machine.
  2. Copy ReportToTestuff.vbs function
  3. Update the script parameters ServiceX and TOKEN
  4. Save the function to UFT. file -> Settings ->Resources

ReportToTestuff.vbs

Copy to Clipboard