├── Output.xlsx ├── CollectWorkItems ├── Data │ ├── Config.xlsx │ └── Output.xlsx ├── Test_Framework │ ├── _Tests.xlsx │ ├── TestLog.txt │ └── RunAllTests.xaml ├── Documentation │ └── REFramework documentation.pdf ├── .local │ ├── nuget.cache │ └── PackageCache.json ├── .screenshots │ ├── 06e3a3e4f9123b2f118e823d7bb68b6d.png │ ├── 112503e31e82de2ba093f55bbb03b3f9.png │ ├── 2452e067aca6cd7cacad901a0b6e243c.png │ ├── 256bae458fb604dd4ed33210b8bf2614.png │ ├── 348d80564c3a392f23681a49a37ffd43.png │ ├── 356978e5d357e5e8f4de6a97e360ec21.png │ ├── 38755c3b5825c7340ee8cd663771d7bb.png │ ├── 44d6dfd46e59072d46fd35ec25339f7e.png │ ├── 63868b76fef7c0f2e99e8f459c13287c.png │ ├── 6ce13bf77fd66ee0714d64b6e4398d29.png │ ├── 85a42ad3be8699d1245802a35fe53b73.png │ ├── afb382cbfa1479569a29686a29264f34.png │ ├── b832249f9ced16909e7f8a56bfd968b9.png │ └── e4a3eb8516131bb3966d3c95eebe738f.png ├── Exceptions_Screenshots │ ├── ExceptionScreenshot_181021.044139.png │ ├── ExceptionScreenshot_181021.044626.png │ ├── ExceptionScreenshot_181021.050717.png │ ├── ExceptionScreenshot_181021.050733.png │ ├── ExceptionScreenshot_181021.052443.png │ ├── ExceptionScreenshot_181023.113405.png │ ├── ExceptionScreenshot_181023.113416.png │ ├── ExceptionScreenshot_181023.113502.png │ ├── ExceptionScreenshot_181023.113512.png │ ├── ExceptionScreenshot_181023.113521.png │ ├── ExceptionScreenshot_181023.113926.png │ ├── ExceptionScreenshot_181023.114217.png │ ├── ExceptionScreenshot_181023.114625.png │ ├── ExceptionScreenshot_181023.115322.png │ ├── ExceptionScreenshot_181023.115404.png │ ├── ExceptionScreenshot_181023.115447.png │ ├── ExceptionScreenshot_181023.115529.png │ ├── ExceptionScreenshot_181023.115610.png │ ├── ExceptionScreenshot_181023.115653.png │ ├── ExceptionScreenshot_181023.115735.png │ ├── ExceptionScreenshot_181023.120441.png │ └── ExceptionScreenshot_181023.123330.png ├── project.json ├── Framework │ ├── KillAllProcesses.xaml │ ├── CloseAllApplications.xaml │ ├── InitAllApplications.xaml │ ├── TakeScreenshot.xaml │ ├── GetTransactionData.xaml │ ├── GetAppCredentials.xaml │ └── InitAllSettings.xaml ├── ACME │ ├── ACME_NavigateTo_WorkItems.xaml │ ├── ACME_Close.xaml │ └── ACME_Open.xaml ├── Process.xaml └── _Test.xaml └── README.md /Output.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/Output.xlsx -------------------------------------------------------------------------------- /CollectWorkItems/Data/Config.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Data/Config.xlsx -------------------------------------------------------------------------------- /CollectWorkItems/Data/Output.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Data/Output.xlsx -------------------------------------------------------------------------------- /CollectWorkItems/Test_Framework/_Tests.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Test_Framework/_Tests.xlsx -------------------------------------------------------------------------------- /CollectWorkItems/Documentation/REFramework documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Documentation/REFramework documentation.pdf -------------------------------------------------------------------------------- /CollectWorkItems/.local/nuget.cache: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "dgSpecHash": "62kR2mFZdNiUE52ABl7uFQdDlo6KrjWMIRYhknppvzLE/bpjO2/nygm2II0+WMqdm7/QKjJ5jYpgH3waNWbc+w==", 4 | "success": true 5 | } -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/06e3a3e4f9123b2f118e823d7bb68b6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/06e3a3e4f9123b2f118e823d7bb68b6d.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/112503e31e82de2ba093f55bbb03b3f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/112503e31e82de2ba093f55bbb03b3f9.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/2452e067aca6cd7cacad901a0b6e243c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/2452e067aca6cd7cacad901a0b6e243c.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/256bae458fb604dd4ed33210b8bf2614.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/256bae458fb604dd4ed33210b8bf2614.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/348d80564c3a392f23681a49a37ffd43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/348d80564c3a392f23681a49a37ffd43.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/356978e5d357e5e8f4de6a97e360ec21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/356978e5d357e5e8f4de6a97e360ec21.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/38755c3b5825c7340ee8cd663771d7bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/38755c3b5825c7340ee8cd663771d7bb.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/44d6dfd46e59072d46fd35ec25339f7e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/44d6dfd46e59072d46fd35ec25339f7e.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/63868b76fef7c0f2e99e8f459c13287c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/63868b76fef7c0f2e99e8f459c13287c.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/6ce13bf77fd66ee0714d64b6e4398d29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/6ce13bf77fd66ee0714d64b6e4398d29.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/85a42ad3be8699d1245802a35fe53b73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/85a42ad3be8699d1245802a35fe53b73.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/afb382cbfa1479569a29686a29264f34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/afb382cbfa1479569a29686a29264f34.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/b832249f9ced16909e7f8a56bfd968b9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/b832249f9ced16909e7f8a56bfd968b9.png -------------------------------------------------------------------------------- /CollectWorkItems/.screenshots/e4a3eb8516131bb3966d3c95eebe738f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/.screenshots/e4a3eb8516131bb3966d3c95eebe738f.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.044139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.044139.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.044626.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.044626.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.050717.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.050717.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.050733.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.050733.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.052443.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181021.052443.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113405.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113416.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113502.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113512.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113521.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113926.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.113926.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.114217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.114217.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.114625.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.114625.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115322.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115404.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115447.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115529.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115529.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115610.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115610.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115653.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115653.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115735.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.115735.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.120441.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.120441.png -------------------------------------------------------------------------------- /CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.123330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miyaichi/CertificationExam4/HEAD/CollectWorkItems/Exceptions_Screenshots/ExceptionScreenshot_181023.123330.png -------------------------------------------------------------------------------- /CollectWorkItems/project.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CollectWorkItems", 3 | "description": "Certification exam (Collect Work Items)", 4 | "main": "Main.xaml", 5 | "dependencies": { 6 | "UiPath.Credentials.Activities": "[1.1.6479.13204]", 7 | "UiPath.UIAutomation.Activities": "[18.3.6864.20582]", 8 | "UiPath.System.Activities": "[18.3.6864.20561]", 9 | "UiPath.Excel.Activities": "[2.4.6863.30657]", 10 | "UiPath.Mail.Activities": "[1.2.6863.29868]" 11 | }, 12 | "schemaVersion": "3.2", 13 | "studioVersion": "18.3.0.0", 14 | "projectVersion": "1.0.0.0", 15 | "runtimeOptions": { 16 | "autoDispose": false, 17 | "excludedLoggedData": [ 18 | "Private:*", 19 | "*password*" 20 | ] 21 | }, 22 | "projectType": "Workflow", 23 | "libraryOptions": { 24 | "includeOriginalXaml": false, 25 | "privateWorkflows": [] 26 | } 27 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # RPA Developer Advanced Certification - Exam #4 2 | 3 | Exercise 4 | 5 | In this exercise, you will create a UiPath automation that performs the steps below. 6 | To achieve this, you will use the REFrameWork as the starting template and follow the UiPath development best practices. 7 | 8 | Here are the steps performed by the Robot: 9 | 1. Log in to https://www.acme-test.com. 10 | 2. On the landing page, Dashboard, click on the Work items menu item. Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery. 11 | 3. For each page: 12 | - Filter the records where Status is 'Open'; 13 | - Filter the records where Type is 'WI5'; 14 | - Filter the records where WIID is less than 500000; 15 | - Append the resulting datatable into an Excel worksheet; you shouldn't worry about the headers and format of the output file. 16 | 17 | Constraints to follow in the development, using the REFrameWork: 18 | 1. TransactionItem datatype should be a String. The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next transaction will execute. (Same as ACME Process 4 Dispatcher from the UiPath Academy). 19 | 2. Create a separate workflow file for the Login to ACME. File input arguments: URL ; Username ; Password . 20 | 3. Create a separate workflow file for closing ACME. 21 | 3. Add the ACME_URL and ACME_Credential to the Config file. 22 | 4. Populate InitAllApplications.xaml from the Framework folder with Invoking the Login to ACME and navigation to the Work Items. 23 | 5. Populate CloseAllApplications.xaml from the Framework folder with Invoking the Close ACME. 24 | 6. Populate KillAllProcesses.xaml from the Framework folder with killing the process used. 25 | 7. Populate the Process.xaml file with the following actions: Web scraping, Filtering and Appending to Excel. 26 | 27 | Important Note: Don't use external file references, outside of the project folder (including Orchestrator Assets). Place all the used files within the project folder, zip that folder and upload it to the UiPath Certification Platform. 28 | 29 | Zip ALL the used workflow files AND the output Excel file. Then upload the .zip file to the UiPath Certification Platform. 30 | 31 | Good luck! 32 | -------------------------------------------------------------------------------- /CollectWorkItems/Framework/KillAllProcesses.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | System.Activities 15 | System.Activities.Statements 16 | System.Activities.Expressions 17 | System.Activities.Validation 18 | System.Activities.XamlIntegration 19 | Microsoft.VisualBasic 20 | Microsoft.VisualBasic.Activities 21 | System 22 | System.Collections 23 | System.Collections.Generic 24 | System.Data 25 | System.Diagnostics 26 | System.Drawing 27 | System.IO 28 | System.Linq 29 | System.Net.Mail 30 | System.Xml 31 | System.Xml.Linq 32 | UiPath.Core 33 | System.Windows.Markup 34 | UiPath.Core.Activities 35 | 36 | 37 | 38 | 39 | System.Activities 40 | Microsoft.VisualBasic 41 | mscorlib 42 | System.Data 43 | System 44 | System.Drawing 45 | System.Core 46 | System.Xml 47 | System.Xml.Linq 48 | PresentationFramework 49 | WindowsBase 50 | PresentationCore 51 | System.Xaml 52 | System.ComponentModel.Composition 53 | System.ServiceModel 54 | UiPath.UiAutomation.Activities 55 | UiPath.System.Activities 56 | 57 | 58 | 59 | 60 | 61 | d4UBQzpcVXNlcnNcWW9zaGloaWtvIE1peWFpY2hpXE9uZURyaXZlXOODieOCreODpeODoeODs+ODiFxVaVBhdGhcQ2VydGlmaWNhdGlvbiBleGFtICM0XENvbGxlY3RXb3JrSXRlbXNcRnJhbWV3b3JrXEtpbGxBbGxQcm9jZXNzZXMueGFtbAU6Az4OAgEBOwU7iwECAQQ8BTynAQIBAjtyO4gBAgEFPGo8dAIBAw== 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | True 71 | True 72 | 73 | 74 | 75 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /CollectWorkItems/Framework/CloseAllApplications.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | System.Activities 15 | System.Activities.Statements 16 | System.Activities.Expressions 17 | System.Activities.Validation 18 | System.Activities.XamlIntegration 19 | Microsoft.VisualBasic 20 | Microsoft.VisualBasic.Activities 21 | System 22 | System.Collections 23 | System.Collections.Generic 24 | System.Data 25 | System.Diagnostics 26 | System.Drawing 27 | System.IO 28 | System.Linq 29 | System.Net.Mail 30 | System.Xml 31 | System.Xml.Linq 32 | UiPath.Core 33 | System.Windows.Markup 34 | UiPath.Core.Activities 35 | 36 | 37 | 38 | 39 | System.Activities 40 | Microsoft.VisualBasic 41 | mscorlib 42 | System.Data 43 | System 44 | System.Drawing 45 | System.Core 46 | System.Xml 47 | System.Xml.Linq 48 | PresentationFramework 49 | WindowsBase 50 | PresentationCore 51 | System.Xaml 52 | System.ComponentModel.Composition 53 | System.ServiceModel 54 | UiPath.UiAutomation.Activities 55 | UiPath.System.Activities 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | InvokeWorkflowFile_1 65 | 66 | d4kBQzpcVXNlcnNcWW9zaGloaWtvIE1peWFpY2hpXE9uZURyaXZlXOODieOCreODpeODoeODs+ODiFxVaVBhdGhcQ2VydGlmaWNhdGlvbiBleGFtICM0XENvbGxlY3RXb3JrSXRlbXNcRnJhbWV3b3JrXENsb3NlQWxsQXBwbGljYXRpb25zLnhhbWwFOgNDDgIBATsFO44BAgEEPAVBHQIBAjtyO4sBAgEFPIABPJYBAgED 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | True 76 | True 77 | 78 | 79 | 80 | 81 | 82 | 83 | -------------------------------------------------------------------------------- /CollectWorkItems/Test_Framework/TestLog.txt: -------------------------------------------------------------------------------- 1 | 2 | ================================================= 3 | Starting new set of tests at 06:32:21 30/05/2017 4 | ================================================= 5 | 06:32:21 Test 1 PASS ---> Framework\InitAllSettings.xaml 6 | 06:32:22 Test 2 PASS ---> Framework\InitAllApplications.xaml 7 | 06:32:25 Test 3 PASS ---> Framework\CloseAllApplications.xaml 8 | 06:32:55 Test 4 PASS ---> Framework\CloseAllApplications.xaml 9 | 06:32:56 Test 5 PASS ---> Framework\InitAllSettings.xaml 10 | 06:32:56 Test 6 PASS ---> Framework\InitAllSettings.xaml 11 | 06:32:57 Test 7 PASS ---> Framework\InitAllApplications.xaml 12 | 06:33:02 Test 8 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 13 | 06:33:08 Test 9 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 14 | 06:33:13 Test 10 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 15 | 06:33:19 Test 11 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 16 | 06:33:25 Test 12 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 17 | 06:33:34 Test 13 FAIL ---> Test_Framework\Test_ProcessTransaction.xaml ---> Success 18 | 06:33:38 Test 14 FAIL ---> Test_Framework\Test_ProcessTransaction.xaml ---> Success 19 | 06:33:43 Test 15 FAIL ---> Test_Framework\Test_ProcessTransaction.xaml ---> Success 20 | 06:33:48 Test 16 FAIL ---> Test_Framework\Test_ProcessTransaction.xaml ---> Success 21 | 06:34:18 Test 17 FAIL ---> Framework\CloseAllApplications.xaml ---> Success 22 | 06:34:22 Test 18 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 23 | 06:34:27 Test 19 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 24 | ======================== 25 | 06:34:27 Summary: 14/19 Tests Passed 26 | 27 | ================================================= 28 | Starting new set of tests at 06:37:32 PM, 30/05/2017 29 | ================================================= 30 | 06:37:34 PM Test 1 PASS ---> Framework\InitAllSettings.xaml 31 | 06:37:35 PM Test 2 PASS ---> Framework\InitAllApplications.xaml 32 | 06:37:38 PM Test 3 PASS ---> Framework\CloseAllApplications.xaml 33 | 06:38:08 PM Test 4 PASS ---> Framework\CloseAllApplications.xaml 34 | 06:38:08 PM Test 5 PASS ---> Framework\InitAllSettings.xaml 35 | 06:38:09 PM Test 6 PASS ---> Framework\InitAllSettings.xaml 36 | 06:38:09 PM Test 7 PASS ---> Framework\InitAllApplications.xaml 37 | 06:38:15 PM Test 8 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 38 | 06:38:20 PM Test 9 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 39 | 06:38:26 PM Test 10 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 40 | 06:38:32 PM Test 11 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 41 | 06:38:37 PM Test 12 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 42 | 06:38:43 PM Test 13 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 43 | 06:38:48 PM Test 14 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 44 | 06:38:54 PM Test 15 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 45 | 06:38:59 PM Test 16 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 46 | 06:39:02 PM Test 17 PASS ---> Framework\CloseAllApplications.xaml 47 | 06:39:07 PM Test 18 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 48 | 06:39:12 PM Test 19 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 49 | ======================== 50 | 06:39:12 Summary: 19/19 Tests Passed 51 | 52 | ================================================= 53 | Starting new set of tests at 06:44:33 PM, 30/05/2017 54 | ================================================= 55 | 06:44:35 PM Test 1 PASS ---> Framework\InitAllSettings.xaml 56 | 06:44:35 PM Test 2 PASS ---> Framework\InitAllApplications.xaml 57 | 06:44:39 PM Test 3 PASS ---> Framework\CloseAllApplications.xaml 58 | 06:45:09 PM Test 4 PASS ---> Framework\CloseAllApplications.xaml 59 | 06:45:09 PM Test 5 PASS ---> Framework\InitAllSettings.xaml 60 | 06:45:09 PM Test 6 PASS ---> Framework\InitAllSettings.xaml 61 | 06:45:10 PM Test 7 PASS ---> Framework\InitAllApplications.xaml 62 | 06:45:15 PM Test 8 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 63 | 06:45:21 PM Test 9 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 64 | 06:45:26 PM Test 10 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 65 | 06:45:32 PM Test 11 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 66 | 06:45:38 PM Test 12 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 67 | 06:45:43 PM Test 13 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 68 | 06:45:49 PM Test 14 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 69 | 06:45:54 PM Test 15 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 70 | 06:46:00 PM Test 16 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 71 | 06:46:03 PM Test 17 PASS ---> Framework\CloseAllApplications.xaml 72 | 06:46:07 PM Test 18 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 73 | 06:46:12 PM Test 19 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 74 | ================================ 75 | 06:46:12 Summary: 19/19 Tests Passed. Total execution time: 1.65871666666667 Minutes 76 | 77 | ================================================= 78 | Starting new set of tests at 06:49:20 PM, 30/05/2017 79 | ================================================= 80 | 06:49:23 PM Test 1 PASS ---> Framework\InitAllSettings.xaml 81 | 06:49:23 PM Test 2 PASS ---> Framework\InitAllApplications.xaml 82 | 06:49:26 PM Test 3 PASS ---> Framework\CloseAllApplications.xaml 83 | 06:49:57 PM Test 4 PASS ---> Framework\CloseAllApplications.xaml 84 | 06:49:57 PM Test 5 PASS ---> Framework\InitAllSettings.xaml 85 | 06:49:57 PM Test 6 PASS ---> Framework\InitAllSettings.xaml 86 | 06:49:58 PM Test 7 PASS ---> Framework\InitAllApplications.xaml 87 | 06:50:03 PM Test 8 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 88 | 06:50:09 PM Test 9 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 89 | 06:50:14 PM Test 10 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 90 | 06:50:20 PM Test 11 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 91 | 06:50:26 PM Test 12 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 92 | 06:50:31 PM Test 13 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 93 | 06:50:37 PM Test 14 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 94 | 06:50:42 PM Test 15 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 95 | 06:50:48 PM Test 16 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 96 | 06:50:51 PM Test 17 PASS ---> Framework\CloseAllApplications.xaml 97 | 06:50:55 PM Test 18 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 98 | 06:51:00 PM Test 19 PASS ---> Test_Framework\Test_ProcessTransaction.xaml 99 | ================================ 100 | 06:51:00 Summary: 19/19 Tests Passed. Total execution time: 100 seconds -------------------------------------------------------------------------------- /CollectWorkItems/Framework/InitAllApplications.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | Initialization_1 19 | 20 | 21 | System.Activities.XamlIntegration 22 | System.Activities.Validation 23 | System.Activities 24 | System.Activities.Statements 25 | System.Activities.Expressions 26 | Microsoft.VisualBasic 27 | Microsoft.VisualBasic.Activities 28 | System 29 | System.Collections.Generic 30 | System.Data 31 | System.Diagnostics 32 | System.IO 33 | System.Linq 34 | System.Management.Automation 35 | System.Net.Mail 36 | System.Xml 37 | System.Xml.Linq 38 | System.Windows.Markup 39 | System.Drawing 40 | UiPath.Core 41 | System.Security 42 | UiPath.Core.Activities 43 | 44 | 45 | 46 | 47 | System.Activities 48 | Microsoft.VisualBasic 49 | mscorlib 50 | System.Data 51 | System 52 | System.Core 53 | System.Management.Automation 54 | System.Xml 55 | System.Xml.Linq 56 | PresentationFramework 57 | WindowsBase 58 | PresentationCore 59 | System.Xaml 60 | System.ServiceModel 61 | System.ComponentModel.Composition 62 | System.Drawing 63 | TimeSpan2 64 | UiPath.UiAutomation.Activities 65 | UiPath.System.Activities 66 | System.ValueTuple 67 | System.Runtime.WindowsRuntime 68 | 69 | 70 | 71 | 72 | 73 | 74 | [in_Config("ACME_URL").ToString] 75 | [in_Config("ACME_Credential").ToString] 76 | 77 | 78 | 79 | 80 | 81 | 82 | InvokeWorkflowFile_2 83 | 84 | d4gBQzpcVXNlcnNcWW9zaGloaWtvIE1peWFpY2hpXE9uZURyaXZlXOODieOCreODpeODoeODs+ODiFxVaVBhdGhcQ2VydGlmaWNhdGlvbiBleGFtICM0XENvbGxlY3RXb3JrSXRlbXNcRnJhbWV3b3JrXEluaXRBbGxBcHBsaWNhdGlvbnMueGFtbAlGA1UOAgEBRwVHoQECAQpIBU0dAgEETgVTHQIBAkeFAUeeAQIBC0pESmQCAQhLS0tyAgEGSLYBSMsBAgEFTo8BTrQBAgED 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | True 95 | True 96 | 97 | 98 | 99 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /CollectWorkItems/ACME/ACME_NavigateTo_WorkItems.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | System.Activities 15 | System.Activities.Statements 16 | System.Activities.Expressions 17 | System.Activities.Validation 18 | System.Activities.XamlIntegration 19 | Microsoft.VisualBasic 20 | Microsoft.VisualBasic.Activities 21 | System 22 | System.Collections 23 | System.Collections.Generic 24 | System.Data 25 | System.Diagnostics 26 | System.Drawing 27 | System.IO 28 | System.Linq 29 | System.Net.Mail 30 | System.Xml 31 | System.Xml.Linq 32 | System.Windows.Markup 33 | UiPath.Core 34 | UiPath.Core.Activities 35 | 36 | 37 | 38 | 39 | System.Activities 40 | Microsoft.VisualBasic 41 | mscorlib 42 | System.Data 43 | System 44 | System.Drawing 45 | System.Core 46 | System.Xml 47 | System.Xml.Linq 48 | PresentationFramework 49 | PresentationCore 50 | WindowsBase 51 | System.Xaml 52 | UiPath.UiAutomation.Activities 53 | UiPath.System.Activities 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | d4kBQzpcVXNlcnNcWW9zaGloaWtvIE1peWFpY2hpXE9uZURyaXZlXOODieOCreODpeODoeODs+ODiFxVaVBhdGhcQ2VydGlmaWNhdGlvbiBleGFtICM0XENvbGxlY3RXb3JrSXRlbXNcQUNNRVxBQ01FX05hdmlnYXRlVG9fV29ya0l0ZW1zLnhhbWwFOANYDgIBATkFRxACAQRIBVYQAgECRZgBRcMCAgEFVJgBVJACAgED 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | True 97 | True 98 | 99 | 100 | 101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /CollectWorkItems/ACME/ACME_Close.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | System.Activities 15 | System.Activities.Statements 16 | System.Activities.Expressions 17 | System.Activities.Validation 18 | System.Activities.XamlIntegration 19 | Microsoft.VisualBasic 20 | Microsoft.VisualBasic.Activities 21 | System 22 | System.Collections 23 | System.Collections.Generic 24 | System.Data 25 | System.Diagnostics 26 | System.Drawing 27 | System.IO 28 | System.Linq 29 | System.Net.Mail 30 | System.Xml 31 | System.Xml.Linq 32 | System.Windows.Markup 33 | UiPath.Core 34 | UiPath.Core.Activities 35 | 36 | 37 | 38 | 39 | System.Activities 40 | Microsoft.VisualBasic 41 | mscorlib 42 | System.Data 43 | System 44 | System.Drawing 45 | System.Core 46 | System.Xml 47 | System.Xml.Linq 48 | PresentationFramework 49 | PresentationCore 50 | WindowsBase 51 | System.Xaml 52 | UiPath.UiAutomation.Activities 53 | UiPath.System.Activities 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | d3pDOlxVc2Vyc1xZb3NoaWhpa28gTWl5YWljaGlcT25lRHJpdmVc44OJ44Kt44Ol44Oh44Oz44OIXFVpUGF0aFxDZXJ0aWZpY2F0aW9uIGV4YW0gIzRcQ29sbGVjdFdvcmtJdGVtc1xBQ01FXEFDTUVfQ2xvc2UueGFtbAc4A1UOAgEBOQVTFwIBAjmQAjm6AgIBBz8LUBYCAQNADU4YAgEFTw1PdAIBBEygAUz0AQIBBg== 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | True 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | True 102 | True 103 | 104 | 105 | 106 | 107 | 108 | 109 | -------------------------------------------------------------------------------- /CollectWorkItems/.local/PackageCache.json: -------------------------------------------------------------------------------- 1 | {"Packages":[{"Package":{"Id":"UiPath.Credentials.Activities","Version":"1.1.6479.13204"},"Assemblies":["C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\credentialmanagement/1.0.2\\lib/net35/CredentialManagement.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.credentials.activities/1.1.6479.13204\\lib/net40-client/UiPath.Credentials.Activities.dll"]},{"Package":{"Id":"UiPath.UIAutomation.Activities","Version":"18.3.6864.20582"},"Assemblies":["C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\avalonedit/5.0.3\\lib/Net40/ICSharpCode.AvalonEdit.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\caliburn.micro/3.0.1\\lib/net45/Caliburn.Micro.Platform.Core.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\caliburn.micro/3.0.1\\lib/net45/Caliburn.Micro.Platform.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\caliburn.micro/3.0.1\\lib/net45/System.Windows.Interactivity.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\caliburn.micro.core/3.0.1\\lib/net45/Caliburn.Micro.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.AvalonDock.Themes.Aero.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.AvalonDock.Themes.Metro.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.AvalonDock.Themes.VS2010.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.AvalonDock.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.DataGrid.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\extended.wpf.toolkit/2.8.0\\lib/net40/Xceed.Wpf.Toolkit.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\humanizer.core/2.4.2\\lib/netstandard2.0/Humanizer.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath/9.0.6856.19270\\lib/UiPath.Interop.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Docking.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Editors.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Ribbon.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Shared.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.SyntaxEditor.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Text.Addons.DotNet.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Text.LLParser.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Text.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/ActiproSoftware.Wizard.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/UiPath.UIAutomation.Activities.Design.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/UiPath.UiAutomation.Activities.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.uiautomation.activities/18.3.6864.20582\\lib/net461/UiPath.Wizards.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.vision/1.1.0\\lib/net452/UiPath.Vision.Core.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.vision/1.1.0\\lib/net452/UiPath.Vision.Package.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.vision/1.1.0\\lib/net452/UiPath.Vision.dll"]},{"Package":{"Id":"UiPath.System.Activities","Version":"18.3.6864.20561"},"Assemblies":["C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\csvhelper/2.13.5\\lib/net40-client/CsvHelper.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\microsoft.rest.clientruntime/2.3.10\\lib/net452/Microsoft.Rest.ClientRuntime.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\newtonsoft.json/10.0.3\\lib/net45/Newtonsoft.Json.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Docking.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Ribbon.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Shared.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.SyntaxEditor.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Text.Addons.DotNet.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Text.LLParser.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Text.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/ActiproSoftware.Wizard.Wpf.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/UiPath.OrchestratorClient.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/UiPath.System.Activities.Design.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.system.activities/18.3.6864.20561\\lib/net461/UiPath.System.Activities.dll"]},{"Package":{"Id":"UiPath.Excel.Activities","Version":"2.4.6863.30657"},"Assemblies":["C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\closedxml/0.87.1\\lib/net40/ClosedXML.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\csvhelper/2.13.5\\lib/net40-client/CsvHelper.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\documentformat.openxml/2.5.0\\lib/DocumentFormat.OpenXml.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\microsoft.visualstudio.ole.interop/7.10.6071\\lib/Microsoft.VisualStudio.OLE.Interop.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\npoi/2.2.1\\lib/net40/NPOI.OOXML.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\npoi/2.2.1\\lib/net40/NPOI.OpenXml4Net.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\npoi/2.2.1\\lib/net40/NPOI.OpenXmlFormats.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\npoi/2.2.1\\lib/net40/NPOI.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\sharpziplib/0.86.0\\lib/20/ICSharpCode.SharpZipLib.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.excel.activities/2.4.6863.30657\\lib/net452/UiPath.Excel.Activities.Design.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.excel.activities/2.4.6863.30657\\lib/net452/UiPath.Excel.Activities.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.excel.activities/2.4.6863.30657\\lib/net452/UiPath.Excel.dll"]},{"Package":{"Id":"UiPath.Mail.Activities","Version":"1.2.6863.29868"},"Assemblies":["C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\bouncycastle/1.8.1\\lib/BouncyCastle.Crypto.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\microsoft.exchange.webservices/2.2.0\\lib/40/Microsoft.Exchange.WebServices.Auth.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\microsoft.exchange.webservices/2.2.0\\lib/40/Microsoft.Exchange.WebServices.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.mail.activities/1.2.6863.29868\\lib/net40/MailKit.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.mail.activities/1.2.6863.29868\\lib/net40/MimeKit.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.mail.activities/1.2.6863.29868\\lib/net40/UiPath.Mail.Activities.Design.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.mail.activities/1.2.6863.29868\\lib/net40/UiPath.Mail.Activities.dll","C:\\Users\\Yoshihiko Miyaichi\\.nuget\\packages\\uipath.mail.activities/1.2.6863.29868\\lib/net40/UiPath.Mail.dll"]}],"Conflicts":[]} -------------------------------------------------------------------------------- /CollectWorkItems/Framework/TakeScreenshot.xaml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | TakeScreenshot_2 21 | 22 | 23 | System.Activities 24 | System.Activities.Statements 25 | System.Activities.Expressions 26 | System.Activities.Validation 27 | System.Activities.XamlIntegration 28 | Microsoft.VisualBasic 29 | Microsoft.VisualBasic.Activities 30 | System 31 | System.Collections 32 | System.Collections.Generic 33 | System.Data 34 | System.Diagnostics 35 | System.Drawing 36 | System.IO 37 | System.Linq 38 | System.Net.Mail 39 | System.Xml 40 | System.Xml.Linq 41 | UiPath.Core 42 | UiPath.Framework.Activities 43 | System.Windows.Markup 44 | 45 | 46 | 47 | 48 | System.Activities 49 | Microsoft.VisualBasic 50 | mscorlib 51 | System.Data 52 | System 53 | System.Drawing 54 | System.Core 55 | System.Xml 56 | System.Xml.Linq 57 | UiPath.Core 58 | UiPath.Framework.Activities 59 | PresentationFramework 60 | WindowsBase 61 | PresentationCore 62 | System.Xaml 63 | System.ServiceModel 64 | System.ComponentModel.Composition 65 | TimeSpan2 66 | System.Runtime.WindowsRuntime 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | [io_FilePath] 84 | 85 | 86 | [Path.Combine(in_Folder, "ExceptionScreenshot_"+Now.ToString("yyMMdd.hhmmss")+".png")] 87 | 88 | 89 | 90 | 91 | 92 | 93 | [screenshotFileInfo] 94 | 95 | 96 | [new fileinfo(io_FilePath)] 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | d44BQzpcVXNlcnNcbWloYWkuZHVuYXJlYW51XEdvb2dsZSBEcml2ZVxXb3Jrc3BhY2VcVWlQYXRoXEluSG91c2UgQXBwIEF1dG9tYXRpb25zXERpc3RyaWJ1dGVkQUlfSW1hZ2VDbGFzc2lmaWNhdGlvblxGcmFtZXdvcmtcVGFrZVNjcmVlbnNob3QueGFtbBRFA2sOAgEBSgVOGQIBGk8FWgoCARNbBWIOAgEPYwVnCgIBCmgFaI8BAgEFaQVppgECAQJKigFKmAECARtPE084AgEUUQlYEgIBFmAzYE4CARJdNF1IAgEQYxNjSQIBC2UJZbcBAgEMaDpoSQIBCGh+aIwBAgEGaXJpowECAQNWNFaKAQIBGVM1U0ICARdlkAFltAECAQ0= 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | True 119 | False 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | True 129 | True 130 | 131 | 132 | 133 | 134 | 135 | 136 | -------------------------------------------------------------------------------- /CollectWorkItems/Framework/GetTransactionData.xaml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | GetTransactionData_1 26 | 27 | 28 | System.Activities 29 | System.Activities.Statements 30 | System.Activities.Expressions 31 | System.Activities.Validation 32 | System.Activities.XamlIntegration 33 | Microsoft.VisualBasic 34 | Microsoft.VisualBasic.Activities 35 | System 36 | System.Collections 37 | System.Collections.Generic 38 | System.Data 39 | System.Diagnostics 40 | System.Drawing 41 | System.IO 42 | System.Linq 43 | System.Net.Mail 44 | System.Xml 45 | System.Xml.Linq 46 | UiPath.Core 47 | UiPath.Core.Activities 48 | System.Windows.Markup 49 | Microsoft.Activities 50 | 51 | 52 | 53 | 54 | System.Activities 55 | Microsoft.VisualBasic 56 | mscorlib 57 | System.Data 58 | System 59 | System.Drawing 60 | System.Core 61 | System.Xml 62 | System.Xml.Linq 63 | PresentationFramework 64 | WindowsBase 65 | PresentationCore 66 | System.Xaml 67 | Microsoft.Activities 68 | System.ComponentModel.Composition 69 | System.ServiceModel 70 | Microsoft.VisualStudio.Services.Common 71 | System.Data.DataSetExtensions 72 | UiPath.UiAutomation.Activities 73 | UiPath.System.Activities 74 | System.ValueTuple 75 | System.Runtime.WindowsRuntime 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | [out_TransactionItem] 103 | 104 | 105 | [in_TransactionNumber.ToString] 106 | 107 | 108 | 109 | 110 | 111 | 112 | [out_TransactionItem] 113 | 114 | 115 | [Nothing] 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | [out_TransactionID] 126 | 127 | 128 | [in_TransactionNumber.ToString] 129 | 130 | 131 | 132 | 133 | [out_TransactionField1] 134 | 135 | 136 | [string.Empty] 137 | 138 | 139 | 140 | 141 | [out_TransactionField2] 142 | 143 | 144 | [string.Empty] 145 | 146 | 147 | 148 | 149 | 150 | d4cBQzpcVXNlcnNcWW9zaGloaWtvIE1peWFpY2hpXE9uZURyaXZlXOODieOCreODpeODoeODs+ODiFxVaVBhdGhcQ2VydGlmaWNhdGlvbiBleGFtICM0XENvbGxlY3RXb3JrSXRlbXNcRnJhbWV3b3JrXEdldFRyYW5zYWN0aW9uRGF0YS54YW1sHE4DlwEOAgEBUgVhFwIBH2IFdwoCARN4BZUBCgIBAlKWAlLJAgIBJ1gLXhYCASBiE2IlAgEUZAlrEgIBGm4JdRICARZ4E3g4AgEDegmTARQCAQVZDV0iAgEhaTRpUwIBHWY1ZkoCARtzNHM9AgEZcDVwSgIBF3sLggEUAgEOgwELigEUAgEKiwELkgEUAgEGW4sBW58CAgElW6oCW7ACAgEkWU9ZYQIBIoABNoABVQIBEX03fUoCAQ+IATaIAUQCAQ2FATeFAU4CAQuQATaQAUQCAQmNATeNAU4CAQc= 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | True 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | True 173 | True 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | True 182 | True 183 | 184 | 185 | 186 | 187 | 188 | 189 | -------------------------------------------------------------------------------- /CollectWorkItems/Framework/GetAppCredentials.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | GetCredentials_1 24 | 25 | 26 | System.Activities 27 | System.Activities.Statements 28 | System.Activities.Expressions 29 | System.Activities.Validation 30 | System.Activities.XamlIntegration 31 | Microsoft.VisualBasic 32 | Microsoft.VisualBasic.Activities 33 | System 34 | System.Collections 35 | System.Collections.Generic 36 | System.Data 37 | System.Diagnostics 38 | System.Drawing 39 | System.IO 40 | System.Linq 41 | System.Net.Mail 42 | System.Xml 43 | System.Xml.Linq 44 | UiPath.Core 45 | UiPath.Framework.Activities 46 | System.Windows.Markup 47 | System.Security 48 | 49 | 50 | 51 | 52 | System.Activities 53 | Microsoft.VisualBasic 54 | mscorlib 55 | System.Data 56 | System 57 | System.Drawing 58 | System.Core 59 | System.Xml 60 | System.Xml.Linq 61 | UiPath.Core 62 | UiPath.Framework.Activities 63 | PresentationFramework 64 | WindowsBase 65 | PresentationCore 66 | System.Xaml 67 | System.ServiceModel 68 | System.ComponentModel.Composition 69 | TimeSpan2 70 | System.Runtime.WindowsRuntime 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | [out_Password] 108 | 109 | 110 | [new SecureString()] 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | [out_Password] 122 | 123 | [key] 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | d3RDOlxVc2Vyc1xtaWhhaS5kdW5hcmVhbnVcR29vZ2xlIERyaXZlXFdvcmtzcGFjZVxVaVBhdGhcVGVtcGxhdGVzXFVpUGF0aF9SRUZyYW1ld29ya1xGcmFtZXdvcmtcR2V0QXBwQ3JlZGVudGlhbHMueGFtbCgBZgF7AQJJA40BDgIBAU4HTuYBAgE3igEHigFVAgE2VguFARACAQJOPU5OAgE8TtMBTuMBAgE6TrkBTskBAgE4VhlWTwIBA1gPgwEaAgEGXBFcpQICAS1dEYIBFgIBB1z3AVyIAgIBNFySAlyiAgIBMlzcAVzvAQIBMFynAVy3AQIBLl0fXTICAQhfFYABIAIBCmAXYOYCAgEjYRdoHAIBF2kXcCACARNxF38kAgELYIwBYPUBAgErYNMCYOMCAgEpYJkCYKwCAgEnYLMCYMkCAgEmYP8BYJECAgEkYSVhPAIBGGMbY7MBAgEhZhtmgwICARpuSW5dAgEWa0prWAIBFHGUAXGyAQIBEXcdfCwCAQxjT2OGAQIBImbVAWbmAQIBH2bwAWaAAgIBHWaeAWawAQIBG3tEe0kCAQ95T3ldAgEN 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | True 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | True 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | True 173 | False 174 | 175 | 176 | 177 | 178 | 179 | 180 | True 181 | 182 | 183 | 184 | 185 | 186 | 187 | True 188 | False 189 | True 190 | 191 | 192 | 193 | 194 | 195 | 196 | -------------------------------------------------------------------------------- /CollectWorkItems/ACME/ACME_Open.xaml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ACME_Open_1 21 | 22 | 23 | System.Activities 24 | System.Activities.Statements 25 | System.Activities.Expressions 26 | System.Activities.Validation 27 | System.Activities.XamlIntegration 28 | Microsoft.VisualBasic 29 | Microsoft.VisualBasic.Activities 30 | System 31 | System.Collections 32 | System.Collections.Generic 33 | System.Data 34 | System.Diagnostics 35 | System.Drawing 36 | System.IO 37 | System.Linq 38 | System.Net.Mail 39 | System.Xml 40 | System.Xml.Linq 41 | System.Windows.Markup 42 | UiPath.Core 43 | UiPath.Core.Activities 44 | System.Security 45 | 46 | 47 | 48 | 49 | System.Activities 50 | Microsoft.VisualBasic 51 | mscorlib 52 | System.Data 53 | System 54 | System.Drawing 55 | System.Core 56 | System.Xml 57 | System.Xml.Linq 58 | PresentationFramework 59 | PresentationCore 60 | WindowsBase 61 | System.Xaml 62 | UiPath.UiAutomation.Activities 63 | UiPath.System.Activities 64 | UiPath.Studio.Plugin.Workflow 65 | System.ServiceModel 66 | System.ComponentModel.Composition 67 | System.Runtime.WindowsRuntime 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | [username] 79 | [in_ACME_Credential] 80 | [password] 81 | 82 | 83 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | d3lDOlxVc2Vyc1xZb3NoaWhpa28gTWl5YWljaGlcT25lRHJpdmVc44OJ44Kt44Ol44Oh44Oz44OIXFVpUGF0aFxDZXJ0aWZpY2F0aW9uIGV4YW0gIzRcQ29sbGVjdFdvcmtJdGVtc1xBQ01FXEFDTUVfT3Blbi54YW1sH0YDnAEOAgEBTAVSHQIBIFMFfxYCAQ+AAQWEARoCAQqFAQWaAQoCAQJQTVBXAgEmT0ZPWgIBJE5GTlACASJMvgFM4AECASFTuwFTygECAR5ZC3wWAgEQggGDAYIB1wECAQ6CAeIBggHoAQIBDYABR4ABWgIBC4UBE4UBKgIBA4cBCZgBFAIBBV0NYR0CARxiDWKFAQIBG2MNZxsCARdoDWwhAgETbQ17GAIBEYgBC5YBFgIBCJcBC5cBmAECAQZdmANdnAMCAR1loAFlygECARpjnAJjqAICARhqoAFqzQECARZoiQJolQICARR5oAF50QECARKUAZ4BlAGIAgIBCZcBHJcBawIBBw== 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | True 164 | False 165 | True 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | True 177 | 178 | 179 | 180 | 181 | 182 | 183 | False 184 | False 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | True 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | True 203 | True 204 | 205 | 206 | 207 | 208 | 209 | 210 | -------------------------------------------------------------------------------- /CollectWorkItems/Framework/InitAllSettings.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | GetAllSettings_1 24 | 25 | 26 | System.Activities 27 | System.Activities.Statements 28 | System.Activities.Expressions 29 | System.Activities.Validation 30 | System.Activities.XamlIntegration 31 | Microsoft.VisualBasic 32 | Microsoft.VisualBasic.Activities 33 | System 34 | System.Collections 35 | System.Collections.Generic 36 | System.Data 37 | System.Diagnostics 38 | System.Drawing 39 | System.IO 40 | System.Linq 41 | System.Net.Mail 42 | System.Xml 43 | System.Xml.Linq 44 | UiPath.Core 45 | UiPath.Framework.Activities 46 | System.Windows.Markup 47 | System.Runtime.InteropServices 48 | System.Xml.Serialization 49 | 50 | 51 | 52 | 53 | System.Activities 54 | Microsoft.VisualBasic 55 | mscorlib 56 | System.Data 57 | System 58 | System.Drawing 59 | System.Core 60 | System.Xml 61 | System.Xml.Linq 62 | UiPath.Core 63 | UiPath.Framework.Activities 64 | PresentationFramework 65 | WindowsBase 66 | PresentationCore 67 | System.Xaml 68 | System.ServiceModel 69 | System.Data.DataSetExtensions 70 | System.ComponentModel.Composition 71 | TimeSpan2 72 | UiPath.Excel.Activities 73 | System.Runtime.WindowsRuntime 74 | 75 | 76 | 77 | 78 | 79 | [out_Config] 80 | 81 | 82 | [new Dictionary(of String, object)] 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | [out_Config(row("Name").ToString.Trim)] 107 | 108 | 109 | [row("Value")] 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | [assetValue] 143 | 144 | 145 | 146 | 147 | [out_Config(row("Name").ToString)] 148 | 149 | 150 | [assetValue] 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | d3RDOlxVc2Vyc1xtaWhhaS5kdW5hcmVhbnVcR29vZ2xlIERyaXZlXFdvcmtzcGFjZVxVaVBhdGhcRmxlZXRfQktBTF9TY2hlZHVsaW5nX091dGJvdW5kXEZyYW1ld29ya1xJbml0QWxsU2V0dGluZ3MueGFtbCoBpQEB1AEBAwFrAXwBAkwDuwEOAgEBTQVUDgIBL1UFeBICARx5BbkBEAIBAlJKUm0CATJPS09XAgEwVY0BVaEBAgEtWwt1FgIBHXsJrQEUAgEFtQENtQGhAQIBA18NX94BAgEmYA10HQIBHn8Lf9QBAgEWgAELrAEbAgEGtQF7tQGeAQIBBF9IX1cCAStfsgFfuwECASlfyQFf2wECASdgJmA1AgEkZhNxGAIBH39Gf1ACARp/qQF/sQECARl/vwF/0QECAReAASSAAS4CARSGARGpARwCAQdmIWZiAgEgaBdvIAIBIYgBFZkBIAIBDKEBGaUBHgIBCG1CbVACASNqQ2pqAgEijAEXkAEqAgEQkQEXmAEgAgENoQEnoQFkAgEJowEdowH5AQIBCo4BSo4BVgIBEowBSIwBawIBEZYBQpYBTgIBD5MBQ5MBZQIBDqMBigGjAfYBAgEL 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | True 199 | False 200 | 201 | 202 | 203 | 204 | 205 | 206 | True 207 | False 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | True 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | True 226 | False 227 | 228 | 229 | 230 | 231 | 232 | 233 | False 234 | False 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | True 243 | False 244 | 245 | 246 | 247 | 248 | 249 | 250 | True 251 | False 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | False 260 | False 261 | 262 | 263 | 264 | 265 | 266 | 267 | True 268 | False 269 | 270 | 271 | 272 | 273 | 274 | 275 | True 276 | True 277 | 278 | 279 | 280 | 281 | 282 | 283 | -------------------------------------------------------------------------------- /CollectWorkItems/Process.xaml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ProcessTransaction_1 21 | 22 | 23 | System.Activities 24 | System.Activities.Statements 25 | System.Activities.Expressions 26 | System.Activities.Validation 27 | System.Activities.XamlIntegration 28 | Microsoft.VisualBasic 29 | Microsoft.VisualBasic.Activities 30 | System 31 | System.Collections 32 | System.Collections.Generic 33 | System.Data 34 | System.Diagnostics 35 | System.Drawing 36 | System.IO 37 | System.Linq 38 | System.Net.Mail 39 | System.Xml 40 | System.Xml.Linq 41 | UiPath.Core 42 | UiPath.Core.Activities 43 | System.Windows.Markup 44 | System.Xml.Serialization 45 | 46 | 47 | 48 | 49 | System.Activities 50 | Microsoft.VisualBasic 51 | mscorlib 52 | System.Data 53 | System 54 | System.Drawing 55 | System.Core 56 | System.Xml 57 | System.Xml.Linq 58 | PresentationFramework 59 | WindowsBase 60 | PresentationCore 61 | System.Xaml 62 | System.ComponentModel.Composition 63 | System.ServiceModel 64 | Microsoft.VisualStudio.Services.Common 65 | UiPath.UiAutomation.Activities 66 | UiPath.System.Activities 67 | System.Data.DataSetExtensions 68 | System.ValueTuple 69 | UiPath.Excel 70 | UiPath.Mail 71 | System.Runtime.WindowsRuntime 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | [CollectedWorkItems] 112 | 113 | 114 | [WorkItems.Clone()] 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | [CollectedWorkItems] 131 | 132 | [row] 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | Sequence_9 154 | 155 | 156 | 157 | ExcelApplicationScope_3 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | Sequence_10 170 | 171 | 172 | 173 | ExcelApplicationScope_4 174 | 175 | 176 | If_4 177 | 178 | 179 | If_5 180 | 181 | d2BDOlxVc2Vyc1xZb3NoaWhpa28gTWl5YWljaGlcRG9jdW1lbnRzXFVpUGF0aFxDZXJ0aWZpY2F0aW9uIGV4YW0gIzRcQ29sbGVjdFdvcmtJdGVtc1xQcm9jZXNzLnhhbWwxSgO2AQ4CAQFMOExVAgECTwVdEAIBPF4FbBwCASttBXQOAgEmdQWMARUCARiNAQW0AQoCAQNbmAFboQICAT1gCWcUAgEvXrUBXrwBAgEsapgBasACAgEtcjRyRwIBKW81b0kCASd1NnVDAgEkewuJARYCARmNARONATsCAQSPAQmxAQ4CAQVhC2UcAgE0Zgtm4gECATB8DYgBEgIBGo8BF48BUwIBBpEBDZ4BKAIBEKEBDa4BKAIBB2HGAmHLAgIBO2OeAWPuAQIBOmF6YX8CATlhR2FNAgE4YVhhZQIBNmG+AWGCAgIBNWZUZl0CATNmaGZ1AgExfBt8rQECARt+EYYBHAIBHJEBbpEBnQECARaXAROaAR4CARGhAW6hAZ0BAgEOpwETqgEeAgEIfxN/kwICASKAAROFASICAR2YARWYAbABAgESqAEVqAHRAQIBCX9xf5ACAgEjhAE+hAFDAgEgggFCggFWAgEemAE0mAFKAgEUmAFwmAF4AgETqAGWAagBmgECAQ2oAUWoAVsCAQuoAYABqAGIAQIBCg== 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | True 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | True 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | True 211 | 212 | 213 | 214 | 215 | 216 | 217 | True 218 | False 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | True 227 | False 228 | 229 | 230 | 231 | 232 | 233 | 234 | False 235 | False 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | True 244 | 245 | 246 | 247 | 248 | 249 | 250 | False 251 | False 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | True 261 | True 262 | 263 | 264 | 265 | 266 | 267 | 268 | -------------------------------------------------------------------------------- /CollectWorkItems/_Test.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | System.Activities 18 | System.Activities.Statements 19 | System.Activities.Expressions 20 | System.Activities.Validation 21 | System.Activities.XamlIntegration 22 | Microsoft.VisualBasic 23 | Microsoft.VisualBasic.Activities 24 | System 25 | System.Collections 26 | System.Collections.Generic 27 | System.Data 28 | System.Diagnostics 29 | System.Drawing 30 | System.IO 31 | System.Linq 32 | System.Net.Mail 33 | System.Xml 34 | System.Xml.Linq 35 | System.Windows.Markup 36 | UiPath.Core 37 | UiPath.Core.Activities 38 | 39 | 40 | 41 | 42 | System.Activities 43 | Microsoft.VisualBasic 44 | mscorlib 45 | System.Data 46 | System 47 | System.Drawing 48 | System.Core 49 | System.Xml 50 | System.Xml.Linq 51 | PresentationFramework 52 | PresentationCore 53 | WindowsBase 54 | System.Xaml 55 | UiPath.UiAutomation.Activities 56 | UiPath.System.Activities 57 | System.ServiceModel 58 | Microsoft.VisualStudio.Services.Common 59 | System.ComponentModel.Composition 60 | System.ValueTuple 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | [Config] 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | [TransactionNumber] 84 | 85 | 86 | 2 87 | 88 | 89 | 90 | 91 | [TransactionNumber] 92 | [Config] 93 | [TransactionItem] 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | [TransactionItem] 103 | [Config] 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | __ReferenceID0 112 | 113 | 114 | 115 | [Config] 116 | 117 | 118 | 119 | __ReferenceID1 120 | 121 | 122 | 123 | 124 | 125 | 126 | [Config("ACME_URL").ToString] 127 | [Config("ACME_Credential").ToString] 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | [Config("ACME_URL").ToString] 137 | ACME_Bad_Credential 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | [Config("ACME_URL").ToString] 147 | [Config("ACME_Credential").ToString] 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | [TransactionNumber] 162 | 163 | 164 | 1 165 | 166 | 167 | 168 | 169 | [TransactionNumber] 170 | [Config] 171 | [TransactionItem] 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | __ReferenceID1 182 | d3BDOlxVc2Vyc1xZb3NoaWhpa28gTWl5YWljaGlcT25lRHJpdmVc44OJ44Kt44Ol44Oh44Oz44OIXFVpUGF0aFxDZXJ0aWZpY2F0aW9uIGV4YW0gIzRcQ29sbGVjdFdvcmtJdGVtc1xfVGVzdC54YW1sET8DtwEPAgEBRwlNIQIBFVANahgCAQJLYktqAgEXR8ABR+ABAgEWUQ9YGAIBEVkPYycCAQlkD2knAgEDVjlWOgIBFFM6U00CARJdV11oAgEPW1ZbaQIBDVxmXG4CAQtZyQFZ7AECAQpnZmduAgEHZlVmZgIBBWS/AWTNAQIBBA== 183 | 184 | 185 | 186 | 187 | 188 | 189 | True 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | True 200 | 201 | 202 | 203 | 204 | 205 | 206 | 220,424 207 | 200,52 208 | 209 | 210 | 211 | 212 | 213 | 214 | 220,124 215 | 200,52 216 | 320,176 320,206 -30,206 -30,394 320,394 320,424 217 | 218 | 219 | 220 | 221 | 222 | 223 | True 224 | 225 | 226 | 227 | 228 | 229 | 230 | 220,224 231 | 200,52 232 | 320,276 320,306 450,306 450,450 420,450 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | True 241 | 242 | 243 | 244 | 245 | 246 | 247 | 0,324 248 | 200,52 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | True 257 | 258 | 259 | 260 | 261 | 262 | 263 | 0,424 264 | 200,52 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | True 273 | 274 | 275 | 276 | 277 | 278 | 279 | True 280 | 281 | 282 | 283 | 284 | 285 | 286 | 0,524 287 | 200,52 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | True 298 | 299 | 300 | 301 | 302 | 303 | 304 | 220,324 305 | 200,52 306 | 307 | 308 | 309 | 310 | 311 | 312 | False 313 | 290,2.5 314 | 60,75 315 | 320,77.5 320,124 316 | 317 | 318 | 319 | 320 | 321 | 322 | -------------------------------------------------------------------------------- /CollectWorkItems/Test_Framework/RunAllTests.xaml: -------------------------------------------------------------------------------- 1 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | RunAllTests_1 23 | 24 | 25 | System.Activities 26 | System.Activities.Statements 27 | System.Activities.Expressions 28 | System.Activities.Validation 29 | System.Activities.XamlIntegration 30 | Microsoft.VisualBasic 31 | Microsoft.VisualBasic.Activities 32 | System 33 | System.Collections 34 | System.Collections.Generic 35 | System.Data 36 | System.Diagnostics 37 | System.Drawing 38 | System.IO 39 | System.Linq 40 | System.Net.Mail 41 | System.Xml 42 | System.Xml.Linq 43 | UiPath.Core 44 | UiPath.Core.Activities 45 | System.Windows.Markup 46 | System.Xml.Serialization 47 | Microsoft.VisualBasic.CompilerServices 48 | 49 | 50 | 51 | 52 | System.Activities 53 | Microsoft.VisualBasic 54 | mscorlib 55 | System.Data 56 | System 57 | System.Drawing 58 | System.Core 59 | System.Xml 60 | System.Xml.Linq 61 | UiPath.Core 62 | UiPath.Core.Activities 63 | PresentationFramework 64 | WindowsBase 65 | PresentationCore 66 | System.Xaml 67 | System.Data.DataSetExtensions 68 | System.ComponentModel.Composition 69 | System.ServiceModel 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | [TestCounter] 117 | 118 | 119 | [TestCounter+1] 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | [PassedTestsCounter] 134 | 135 | 136 | [PassedTestsCounter+1] 137 | 138 | 139 | 140 | 141 | 142 | [row("Status")] 143 | 144 | 145 | ["PASS"] 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | [FailedTestsCounter] 155 | 156 | 157 | [FailedTestsCounter+1] 158 | 159 | 160 | 161 | 162 | 163 | [row("Status")] 164 | 165 | 166 | ["FAIL"] 167 | 168 | 169 | 170 | 171 | [row("Comments")] 172 | 173 | 174 | ["No exception thrown"] 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | [PassedTestsCounter] 195 | 196 | 197 | [PassedTestsCounter+1] 198 | 199 | 200 | 201 | 202 | 203 | [row("Status")] 204 | 205 | 206 | ["PASS"] 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | [FailedTestsCounter] 216 | 217 | 218 | [FailedTestsCounter+1] 219 | 220 | 221 | 222 | 223 | 224 | [row("Status")] 225 | 226 | 227 | ["FAIL"] 228 | 229 | 230 | 231 | 232 | [row("Comments")] 233 | 234 | 235 | ["AppEx: "+exception.Message+" at Source: "+exception.Source] 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | [PassedTestsCounter] 255 | 256 | 257 | [PassedTestsCounter+1] 258 | 259 | 260 | 261 | 262 | 263 | [row("Status")] 264 | 265 | 266 | ["PASS"] 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | [FailedTestsCounter] 276 | 277 | 278 | [FailedTestsCounter+1] 279 | 280 | 281 | 282 | 283 | 284 | [row("Status")] 285 | 286 | 287 | ["FAIL"] 288 | 289 | 290 | 291 | 292 | [row("Comments")] 293 | 294 | 295 | ["BRE: "+exception.Message+" at Source: "+exception.Source] 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | d1NDOlxVc2Vyc1xBbmRyZWlcRG9jdW1lbnRzXFVpUGF0aFxVaVBhdGhfUkVGcmFtZXdvcmtcVGVzdF9GcmFtZXdvcmtcUnVuQWxsVGVzdHMueGFtbIoBAV4BeQECSAPHAg4CAQFLM0s2AgEFTDNMNgIBBE0zTTYCAQNONk49AgECUAVUCgMBpwFVBcUCIAIBBlATUDMDAagBUglSowEDAakBVaABVbwBAwGmAVsLwgIWAgEHUjhSPgMBrAFSkQFSoAEDAaoBXA1iIQMBoQFjDWPdAQMBnQFkDWSTAgMBmQFlDWW7AQMBlQFmDWasAgMBkQFnDWewAgMBjQFoDbQCHQIBHbUCDbUCvwECARi2Ag22AqoBAgEUtwINtwKUAwIBELgCDcECIgIBCFw8XEgDAaQBXxNfQgMBowFcnwFcpgEDAaIBY4UBY9oBAwGgAWNAY08DAZ4BZIUBZJACAwGcAWRAZE8DAZoBZYUBZbgBAwGYAWVAZU8DAZYBZpgBZqABAwGUAWarAWa3AQMBkgFnmAFnogEDAZABZ60BZ7kBAwGOAWgmaDIDAYsBbhOxAh4CAR61ArgBtQK8AQIBHLUCPbUCSQIBGrUCogG1AqoBAgEZtgKFAbYCpwECARe2AkC2Ak8CARW3AosBtwKRAwIBE7cCR7cCVgIBEbgCrAK4AvkCAgEPuAKEA7gCigMCAQ64AoQBuAKKAQIBDbgCZLgCcwIBC7gCzQG4Au4BAgEKvgITvgJeAgEJbxWwAiACAR9xGbQBJAIBYbwBHfEBKAIBP/kBHawCIgIBIHIbeSQDAYYBeht6wgEDAYMBext/MwMBgQGAARuzASACAWK9AR/wASQCAUD5ASv5AWICASH7ASGNAiwCATKQAiGqAiwCASJ3RXdUAwGJAXRGdFMDAYcBeokBer8BAwGEAXvDAXvtAQMBggGAASmAAWQCAWOCAR+UASoCAXSXAR+xASoCAWS9AS29AWYCAUG/ASPRAS4CAVTUASPuAS4CAUL8ASODAiwCATqEAiOEAroCAgE2hQIjjAIsAgEzkQIjmAIsAgEtmQIjmQL0AgIBKZoCI6ECLAIBJqICI6kCLAIBI4MBIYoBKgIBfIsBIYsBuAICAXiMASGTASoCAXWYASGfASoCAW+gASGgAfICAgFroQEhqAEqAgFoqQEhsAEqAgFlwAElxwEuAgFcyAElyAG8AgIBWMkBJdABLgIBVdUBJdwBLgIBT90BJd0B9gICAUveASXlAS4CAUjmASXtAS4CAUOBAk2BAmMCAT3+AU7+AWICATuEAp4BhAK3AgIBOYQCWoQCaQIBN4oCTooCVgIBNYcCT4cCXgIBNJYCTZYCYwIBMJMCTpMCYgIBLpkCngGZAvECAgEsmQJamQJpAgEqnwJOnwJWAgEonAJPnAJeAgEnpwJOpwKJAQIBJaQCT6QCYAIBJIgBS4gBYQIBf4UBTIUBYAIBfYsBnAGLAbUCAgF7iwFYiwFnAgF5kQFMkQFUAgF3jgFNjgFcAgF2nQFLnQFhAgFymgFMmgFgAgFwoAGcAaAB7wICAW6gAVigAWcCAWymAUymAVQCAWqjAU2jAVwCAWmuAUyuAWMCAWerAU2rAV4CAWbFAU/FAWUCAV/CAVDCAWQCAV3IAaAByAG5AgIBW8gBXMgBawIBWc4BUM4BWAIBV8sBUcsBYAIBVtoBT9oBZQIBUtcBUNcBZAIBUN0BoAHdAfMCAgFO3QFc3QFrAgFM4wFQ4wFYAgFK4AFR4AFgAgFJ6wFQ6wGNAQIBRegBUegBYgIBRA== 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | True 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | True 359 | 360 | 361 | 362 | 363 | 364 | 365 | True 366 | False 367 | 368 | 369 | 370 | 371 | 372 | 373 | True 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | True 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | True 395 | 396 | 397 | 398 | 399 | 400 | 401 | True 402 | False 403 | 404 | 405 | 406 | 407 | 408 | 409 | True 410 | 411 | 412 | 413 | 414 | 415 | 416 | False 417 | False 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | True 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | True 439 | 440 | 441 | 442 | 443 | 444 | 445 | True 446 | False 447 | 448 | 449 | 450 | 451 | 452 | 453 | False 454 | False 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | True 463 | 464 | 465 | 466 | 467 | 468 | 469 | True 470 | False 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | True 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | True 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | True 497 | 498 | 499 | 500 | 501 | 502 | 503 | --------------------------------------------------------------------------------