Easily Integrate Tricentis Webhooks with your application.

https://documentation.tricentis.com/qtest/od/en/content/apis/webhooks.htm

Steps to receive Tricentis Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Tricentis. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Tricentis, you'll see it under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Save countless hours integrating Tricentis webhooks into your application.

Integrating Tricentis Webhooks Using Javascript

Integrating Tricentis webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Tricentis Webhooks Using Ruby

Integrating Tricentis webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Tricentis Webhook Authentication

Here's how it works

Supported Tricentis Webhook Events

defect_modified

A defect is updated in qTest

defect_submited

A new internal defect is submitted in qTest

project_created

A new project is created in qTest

project_updated

A project is updated in qTest

testcase_created

A new test case is created in qTest

testcase_deleted

A test case is deleted in qTest

testcase_updated

A test case is updated in qTest

testlog_modified

A test log is updated in qTest

testlog_submitted

A new test log, either manual or automation, is submitted in qTest

testrun_created

A new test run is created in qTest

testrun_deleted

A test run is deleted in qTest

testrun_updated

A test run is updated in qTest

requirement_created

A new requirement is created in qTest

requirement_deleted

A requirement is deleted in qTest

requirement_updated

A requirement is updated in qTest