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:
- UFT should be installed on execution machine.
- Copy ReportToTestuff.vbs function
- Update the script parameters ServiceX and TOKEN
- Save the function to UFT. file -> Settings ->Resources
ReportToTestuff.vbs
Copy to Clipboard