Book Image

Mastering Microsoft Dynamics NAV 2016

By : Rabindra Sah
Book Image

Mastering Microsoft Dynamics NAV 2016

By: Rabindra Sah

Overview of this book

The book begins by giving you a brief introduction to setting up your NAV environment and shows you how to install and configure it according to your requirements. You will then dive deep into the latest design patterns, network architecture, and topologies. We will show you how you can integrate NAV with the Microsoft platform, and secure your deployment by managing roles and permissions. Moving on, we will explain how to monitor and manage server instances using the Administration tool. We’ll discuss how you can take advantage of the expanded extensibility and connectivity capabilities for a tighter integration with the cloud as well as handheld devices. Then, we’ll show you how you can make use of the PowerBI capabilities that have been built into Dynamics NAV. By the end of the book, you will be confident in developing and administering a Dynamics NAV implementation that will leverage all of the new features.
Table of Contents (19 chapters)
Mastering Microsoft Dynamics NAV 2016
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Load testing


Load testing is a very interesting technique to test the load of the system process. Basically, we carry out a load test on the following operations:

  • Open Page

  • Enter Data

  • Click Action

This constitutes the total transaction. We measure the start and end of each transaction and then compare it with the standard time and look at the difference in the measurement.

Here, running the LoadTest project requires a basic level of Visual Studio knowledge. You need to download the already created project and run it in the system that contains the Dynamics NAV system or the system that is linked with it.

The basic steps required for load testing are as follows:

  1. Create a NAVLoadTest project in Visual Studio online.

  2. Set up the NAVLoadTest project to run tests in Visual Studio online.

  3. Run the load test using Visual Studio online.

  4. Compare the result.

Here, we are going to use a GitHub repository called NAVLoadTest, which has all the code that you need for this load test. The link for the repository...