dto-btn / todo

Catch-all for issues that aren't related to a specific project.
0 stars 0 forks source link

Automated testing of Windows based applications #28

Closed patheard closed 4 years ago

patheard commented 4 years ago

The UiPath Community Edition is an RPA tool, but it can also be used to run automated tests as part of a CI/CD pipeline.

Flow would be:

  1. Pipeline triggers spin up of Windows VM with UiPath dependencies.
  2. UiPath story is run and tracks results using try/catch blocks.
  3. Results are sent back to the pipeline.

This could be used for testing the AccessPro ATIP system releases.

patheard commented 4 years ago

Will re-open if more interest in this.