Tosca error “Unknown Command ‘updateall'” when running tests using batch file
Question ID:
110255
♥ 0 |
We’re trying to use Windows Task Scheduler to trigger a batch file to kick off our Tosca tests, but we’re getting the following error:
Marked as spam
|
Answers (1)
Private answer
The problem here is that the Tosca project was created as a single user environment rather than a multi-user environment. You should be able to simply remove the "updateall" command in your .tcs file and run the batch file again. The alternative would be to recreate the project as a multi-user environment. Here's some additional info: Marked as spam
|