{"id":20065802,"url":"https://github.com/inflectra/rapise-dynamics-samples","last_synced_at":"2026-06-10T15:31:20.536Z","repository":{"id":98238427,"uuid":"103644567","full_name":"Inflectra/rapise-dynamics-samples","owner":"Inflectra","description":"Sample tests for Dynamics AX and Dynamics NAV desktop applications","archived":false,"fork":false,"pushed_at":"2020-01-20T15:30:54.000Z","size":2062,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-05T07:37:07.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Inflectra.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":"2017-09-15T10:20:44.000Z","updated_at":"2023-01-12T08:49:33.000Z","dependencies_parsed_at":"2023-03-13T16:04:06.501Z","dependency_job_id":null,"html_url":"https://github.com/Inflectra/rapise-dynamics-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Inflectra/rapise-dynamics-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inflectra","download_url":"https://codeload.github.com/Inflectra/rapise-dynamics-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34159249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T13:52:48.758Z","updated_at":"2026-06-10T15:31:20.521Z","avatar_url":"https://github.com/Inflectra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rapise-dynamics-samples\nSample tests for Dynamics AX and Dynamics NAV desktop applications.\n\n## Dynamics AX\n\n### AxCreatePO\n\n[![Creating a Purchase Order in Dynamics AX](http://img.youtube.com/vi/sa1Qq3h87Ww/0.jpg)](https://youtu.be/sa1Qq3h87Ww \"Creating a Purchase Order in Dynamics AX\")\n\n*Click on the image to view the video of script recording and playback*\n\n[See more details in KB391](https://www.inflectra.com/Support/KnowledgeBase/KB391.aspx)\n\n### AxCreateNewCustomerRVL\n\n[![Creating New Customer in Dynamics AX](http://img.youtube.com/vi/0NM7Bpj6Cc8/0.jpg)](https://youtu.be/0NM7Bpj6Cc8 \"Creating New Customer in Dynamics AX\")\n\n*Click on the image to view the video of script recording and playback*\n\n### DynamicsAX\n\n[![Rapise Testing Dynamics AX](http://img.youtube.com/vi/Gi0YSD-nNZ8/0.jpg)](https://youtu.be/Gi0YSD-nNZ8?list=PL1GncVUgF5nt2ha_RufRAqf40qg9O4vC3 \"Rapise Testing  Dynamics AX\")\n\n*Click on the image to view the video of script playback*\n\n### RPADynamicsAX\n\nRapise imports data from an Excel file into Dynamics AX instance. The automation script is smart. It creates new vendor, category and item only if there is no such record in the system. \n\n[See more details in KB378](https://www.inflectra.com/Support/KnowledgeBase/KB378.aspx)\n\n### DynamicsAXSecurityTestingFramework\n\nA framework for testing security configuration in Dynamics AX.\n\n## Dynamics NAV\n\n### DynamicsNAV\n\n[![Rapise Creating New Customer in Dynamics NAV](http://img.youtube.com/vi/0HOsXuv7hLE/0.jpg)](https://youtu.be/0HOsXuv7hLE?list=PL1GncVUgF5nupmesFItGIOgxiAsgA73_u \"Rapise Creating New Customer in Dynamics NAV\")\n\n*Click on the image to view the video of script playback*\n\n### DynamicsNAVFramework\n\nA set of tests combined together to form a framework. Demonstrates a lot of Rapise features:\n\n- Passing parameters between tests\n- Running one test from another\n- Sharing code and data\n- Rapise Visual Language (RVL)\n- Data-driven testing\n- Spreadsheet usage\n\nIncluded tests:\n\n- Master is a main test that includes all other tests\n- BasicSalesOrder test creates a new Sales Order and posts it\n- CreateCustomer creates new customer in the system\n- DeleteCustomer deletes customer created by CreateCustomer\n\n### DynamicsNAVWebClientFramework\n\nSame as `DynamicsNAVFramework` but for Web Client.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflectra%2Frapise-dynamics-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finflectra%2Frapise-dynamics-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflectra%2Frapise-dynamics-samples/lists"}