Question

Does Tosca provide to set up the testcases execution on Dex Agents by the schedule?

  • 21 July 2023
  • 1 reply
  • 57 views

Userlevel 5
Badge +2
  • Head of Community
  • 47 replies

Hi,

I like to execute the test cases on Dex by their timing. For example, run test case 1 on Agent 1 at 3 pm, run test case 2 on Agent 2 at 4 pm, etc.

Let me know if that is possible!


1 reply

Userlevel 4
Badge +2

The best approach would indeed be by triggering it by a CI tool. However, if you don't have a CI tool it's also possible to schedule the execution of testevents by using TC-Shell through the commandprompt together with the windows task scheduler.

See this KB article for more information:

https://support-hub.tricentis.com/open?id=kb_article_view&sys_kb_id=d51d170adb46bb00904d41efaa9619db

OR

You can achieve that by integrating Tosca with CI tools(Jenkins\Azure\Bamboo).

Reply