{"id":18995331,"url":"https://github.com/testpointcorp/uipath-with-vansah","last_synced_at":"2025-10-28T03:33:00.853Z","repository":{"id":250069437,"uuid":"824207837","full_name":"testpointcorp/uipath-with-vansah","owner":"testpointcorp","description":"This guide demonstrates the process of integrating Vansah Send Results Activity into your basic workflow in Studio and executing it on your machine.","archived":false,"fork":false,"pushed_at":"2024-07-24T23:06:47.000Z","size":1441,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T16:22:22.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testpointcorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T15:29:02.000Z","updated_at":"2024-07-24T23:09:04.000Z","dependencies_parsed_at":"2024-07-25T02:13:38.581Z","dependency_job_id":null,"html_url":"https://github.com/testpointcorp/uipath-with-vansah","commit_stats":null,"previous_names":["testpointcorp/uipath-with-vansah"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testpointcorp%2Fuipath-with-vansah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testpointcorp%2Fuipath-with-vansah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testpointcorp%2Fuipath-with-vansah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testpointcorp%2Fuipath-with-vansah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testpointcorp","download_url":"https://codeload.github.com/testpointcorp/uipath-with-vansah/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010366,"owners_count":19733514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T17:30:00.777Z","updated_at":"2025-10-28T03:33:00.777Z","avatar_url":"https://github.com/testpointcorp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## UiPath Integration with Vansah Test Management for Jira\n\nThis guide demonstrates the process of integrating Vansah into your basic workflow in UiPath Studio. \n\nIn this example, a browser is launched to navigate to [Vansah.com](https://vansah.com/), proceed to the Book A Demo page to select a specific timeslot for a demo, and concurrently log the test result in the Vansah Test Management App.\n\n### Prerequisites\n- UiPath Studio is installed.\n- UiPath Extension is installed in your Chrome browser.\n- [`Vansah`](https://marketplace.atlassian.com/apps/1224250/vansah-test-management-for-jira?tab=overview\u0026hosting=cloud) is installed in your Jira workspace.\n- Vansah [`Connect`](https://docs.vansah.com/docs-base/generate-a-vansah-api-token-from-jira-cloud/) token is obtained and stored in the Environment variable named: `VANSAH_TOKEN`\n\n ### Step-by-Step Instructions for execution\n \n 1. Download project from [this](https://github.com/testpointcorp/uipath-with-vansah/) repo or Open your Existing Process in UIPath Studio.\n\n  ![Main](/asset/Main.png)\n    \n 2. In order to send results to Vansah, we need to download Vansah Send Results Activity from `Manage Packages`.\n  \n  ![Search Package](asset/Search_Package.png)\n \n 3. Search `Vansah` activity and add it to your Sequence .\n\n  ![Search Activity](/asset/Search_Activity.png)\n\n  \u003e Note :  Use Try, Catch and finally block to send results to Vansah on failure of your sequence. \n\n 4.Update Vansah Configuration.\n\n  - **API URL**: Leave blank to use the default API URL.\n  \u003e Note :\n  \u003e If your Jira instance is set to a specific location, the URL will be different. Update the URL by verifying it in the Vansah API Tokens section.\n  - **Token**: Leave blank to use the environment variable option to store the token with the name `VANSAH_TOKEN`, or provide your token directly here.\n  \u003e Note :\n  \u003e Using environment variables in your system is more secure than providing sensitive information directly in your Activity.\n \n   ![Vansah Configuration](/asset/Vansah_Config.png)\n\n   \n 5. Update the following fields in the activity.\n    1. **Asset Key**: The Jira Issue Key or Test Folder ID. ( \"Test-6\" or \"b97fe80b-0b6a-11ee-8e52-5658ef8eadd5\")\n    2. **Test Case Key**: The Vansah Test Case Key (e.g., \"TEST-C1\").\n    3. **Test Result**: The result of the test (e.g., \"Passed\" or \"Failed\").\n    4. Set **Operation** status to `Activate` in **Properties**.\n    \n   ![Required Fields](/asset/Required_Options.png)\n \n 6. Provide the following optional fields if required in the 'Properties'.\n\n   ![Required Fields](/asset/Test_Run_Properties.png)\n  \n 7. Execute Main.xaml file and verify whether the results are logged in Vansah Test Management app from the Output Console.\n\n   ![UiPath with Vansah Sample Process](/asset/Console.png)\n\n\n## Troubleshooting\n\n- Ensure all required fields are filled out correctly.\n- Make sure to set the Operation field as Activate.\n- Verify the format of the `Test Case Key` and `Asset Key`.\n- Make sure the `Test Result` is either \"Passed\" or \"Failed\".\n- If there are issues with the authentication, check the `Token` and `API URL` if they are customized.\n\n\nYou will now be able to run your process and send the  test results of your to Vansah using the `Vansah.SendResults.Activity` in UiPath successfully. Make sure to configure all required parameters accurately and refer to the Vansah documentation for additional details if necessary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestpointcorp%2Fuipath-with-vansah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestpointcorp%2Fuipath-with-vansah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestpointcorp%2Fuipath-with-vansah/lists"}