1 / 22

TestPage and Performance Test

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.

boothby
Download Presentation

TestPage and Performance Test

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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.

  2. 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.

  3. TestPage and Performance Test How to record Fields are not recognized if you tab between fields, so remember to click into fields.

  4. TestPage and Performance Test How to record Code can only be produced properly if you remember to click into the fields before entering data.

  5. TestPage and Performance Test How to record Click into a field without a following keyboard into will validate the current value of the field.

  6. TestPage and Performance Test How to record Click into a field with a following keyboard input will set the value of a field.

  7. TestPage and Performance Test How to record Actions must be recorded by clicking on the dialog buttons or the ribbon buttons.

  8. TestPage and Performance Test Generate code Click on the list element NAV 2015 Create new customer.

  9. TestPage and Performance Test Generate code Click on the button Edit. You may also press Alt+D.

  10. TestPage and Performance Test Generate code Click on the menu Replay (Quality Assurance) role.

  11. TestPage and Performance Test Connect to NAV Database Make sure to make the right connection to your database.

  12. 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.

  13. TestPage and Performance Test Connect to NAV Database Click on the button Connect.

  14. TestPage and Performance Test Connect to NAV Database Click on the input field Server.

  15. TestPage and Performance Test Connect to NAV Database Click on the combo box Database name.

  16. TestPage and Performance Test Connect to NAV Database Click on the button OK. You may also press Alt+O.

  17. TestPage and Performance Test TestPage C/AL code Click on NAV Test Page

  18. TestPage and Performance Test TestPage C/AL code Click on the link Download

  19. TestPage and Performance Test TestPage C/AL code Click on the button Save. You may also press Alt+S.

  20. TestPage and Performance Test Performance Test C# code Click on NAV Performance testing

  21. TestPage and Performance Test Performance Test C# code Click on the link Download

  22. TestPage and Performance Test Performance Test C# code Click on the button Save. You may also press Alt+S.

More Related