Sample tests for Dynamics AX and Dynamics NAV desktop applications.
Click on the image to view the video of script recording and playback
Click on the image to view the video of script recording and playback
Click on the image to view the video of script playback
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.
A framework for testing security configuration in Dynamics AX.
Click on the image to view the video of script playback
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
Same as DynamicsNAVFramework
but for Web Client.