220 likes | 232 Views
Learn how to transform ClickLearn recordings from Dynamics NAV into C/AL TestPage code and Visual Studio Performance C# code. This guide will show you how to record and generate code efficiently.
E N D
TestPage and Performance Test Objective You may transform a ClickLearn recording that has been recorded on a Dynamics NAV Windows client into C/AL TestPage code and Visual Studio Performance C# code.
TestPage and Performance Test Objective Depending on the process you have recorded, it may require additional coding or modifications, which has to be done manually afterwards.
TestPage and Performance Test How to record Fields are not recognized if you tab between fields, so remember to click into fields.
TestPage and Performance Test How to record Code can only be produced properly if you remember to click into the fields before entering data.
TestPage and Performance Test How to record Click into a field without a following keyboard into will validate the current value of the field.
TestPage and Performance Test How to record Click into a field with a following keyboard input will set the value of a field.
TestPage and Performance Test How to record Actions must be recorded by clicking on the dialog buttons or the ribbon buttons.
TestPage and Performance Test Generate code Click on the list element NAV 2015 Create new customer.
TestPage and Performance Test Generate code Click on the button Edit. You may also press Alt+D.
TestPage and Performance Test Generate code Click on the menu Replay (Quality Assurance) role.
TestPage and Performance Test Connect to NAV Database Make sure to make the right connection to your database.
TestPage and Performance Test Connect to NAV Database If the connection cannot be made, or the database does not contain the objects required by your recording, the code generated will be lacking code lines.
TestPage and Performance Test Connect to NAV Database Click on the button Connect.
TestPage and Performance Test Connect to NAV Database Click on the input field Server.
TestPage and Performance Test Connect to NAV Database Click on the combo box Database name.
TestPage and Performance Test Connect to NAV Database Click on the button OK. You may also press Alt+O.
TestPage and Performance Test TestPage C/AL code Click on NAV Test Page
TestPage and Performance Test TestPage C/AL code Click on the link Download
TestPage and Performance Test TestPage C/AL code Click on the button Save. You may also press Alt+S.
TestPage and Performance Test Performance Test C# code Click on NAV Performance testing
TestPage and Performance Test Performance Test C# code Click on the link Download
TestPage and Performance Test Performance Test C# code Click on the button Save. You may also press Alt+S.