Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

DiscoverTestCases

Corey Wallis edited this page Aug 22, 2019 · 1 revision

Dynamically detect and register use cases contained in the directory tree of a UiPath project.

Arguments

Name Purpose Direction Type Default Value
TestCaseDirectory The path to the directory that contains test cases. In String System.IO.Directory.GetCurrentDirectory()
TestCases A list of all discovered test cases. Out DataTable
Clone this wiki locally