https://github.com/inflectra/rapise-dynamics-samples
Sample tests for Dynamics AX and Dynamics NAV desktop applications
https://github.com/inflectra/rapise-dynamics-samples
Last synced: 15 days ago
JSON representation
Sample tests for Dynamics AX and Dynamics NAV desktop applications
- Host: GitHub
- URL: https://github.com/inflectra/rapise-dynamics-samples
- Owner: Inflectra
- Created: 2017-09-15T10:20:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T15:30:54.000Z (over 6 years ago)
- Last Synced: 2026-03-05T07:37:07.243Z (4 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rapise-dynamics-samples
Sample tests for Dynamics AX and Dynamics NAV desktop applications.
## Dynamics AX
### AxCreatePO
[](https://youtu.be/sa1Qq3h87Ww "Creating a Purchase Order in Dynamics AX")
*Click on the image to view the video of script recording and playback*
[See more details in KB391](https://www.inflectra.com/Support/KnowledgeBase/KB391.aspx)
### AxCreateNewCustomerRVL
[](https://youtu.be/0NM7Bpj6Cc8 "Creating New Customer in Dynamics AX")
*Click on the image to view the video of script recording and playback*
### DynamicsAX
[](https://youtu.be/Gi0YSD-nNZ8?list=PL1GncVUgF5nt2ha_RufRAqf40qg9O4vC3 "Rapise Testing Dynamics AX")
*Click on the image to view the video of script playback*
### RPADynamicsAX
Rapise 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.
[See more details in KB378](https://www.inflectra.com/Support/KnowledgeBase/KB378.aspx)
### DynamicsAXSecurityTestingFramework
A framework for testing security configuration in Dynamics AX.
## Dynamics NAV
### DynamicsNAV
[](https://youtu.be/0HOsXuv7hLE?list=PL1GncVUgF5nupmesFItGIOgxiAsgA73_u "Rapise Creating New Customer in Dynamics NAV")
*Click on the image to view the video of script playback*
### DynamicsNAVFramework
A set of tests combined together to form a framework. Demonstrates a lot of Rapise features:
- Passing parameters between tests
- Running one test from another
- Sharing code and data
- Rapise Visual Language (RVL)
- Data-driven testing
- Spreadsheet usage
Included tests:
- Master is a main test that includes all other tests
- BasicSalesOrder test creates a new Sales Order and posts it
- CreateCustomer creates new customer in the system
- DeleteCustomer deletes customer created by CreateCustomer
### DynamicsNAVWebClientFramework
Same as `DynamicsNAVFramework` but for Web Client.