Utilizing a blend of UI script and personalized server-side scripts to initiate automated testing through TestRail

Many teams opt to run their automated tests separately from TestRail, usually through a continuous integration system, while using TestRail's API to input the test results.

However, I am interested in initiating automated tests directly from TestRail by combining a UI script with custom server-side scripts.

Is there a way to accomplish this?

For more information, please visit the following link:

Answer №1

One potential way to initiate automated tests through a UI script within TestRail was explored. However, it appears that this functionality is currently lacking in TestRail (version 5.x). More information can be found at the following link:

Further investigation revealed that leveraging external triggers for running automated tests may offer more advantages than relying on TestRail alone. Manually triggering tests or integrating with a continuous integration system outside of TestRail is considered a better approach. Utilizing TestRail's API to report test results back to TestRail is recommended as the most efficient and effective method. Thank you for your time.

Similar questions

If you have not found the answer to your question or you are interested in this topic, then look at other similar questions below or use the search

Guide on how to use Selenium to drag and drop a canvas web element specifically in the Chrome browser

Having trouble moving an image within the canvas web element (avatar editor) on Chrome using Selenium. Check out this canvas element: Watch a quick demo of what I'm trying to accomplish with Selenium Webdriver: Please review the code snippet below. ...

Initiate a react change event using Appium

I'm currently working on automating a hybrid app that has a login screen implemented as a react web view, and unfortunately, I don't have control over it. The challenge I'm facing is that the Sign-in button remains disabled until something i ...