Sitemap

Member-only story

Test Automation on MS Dynamics Customer Engagement / CRM using TypeScript Library — D365 UI Test

3 min readMar 22, 2020

--

Nowadays, Test Automation is the most important requirement for any company to check Quality assurance of their product or software. There are very few tools available for Test Automation of MS Dynamics CRM.

In this blog, we are going to see how we can do Test Automation using TypeScript Library (D365-UI-Test). It is the opensource library you can edit as per requirement and if any issue is present in the repo you can create an issue on Github Repo. Florian Krönert will resolve the issue as soon as possible.

GitHub Repo Link: https://github.com/digitalFlow/D365-UI-Test

Setup and Installation:

We will use Visual Studio Code because it is a lightweight Code Editor with integrated Git support. And we will require git to clone directory, and we can do operation directly from the VS Code editor itself.

Installation Process:

First, we will be required D365-UI-Test Source Files So, we need to clone that Repo from GitHub remote GitHub Repo to Local Machine in your working project directory.

To open Terminal inside the VS Code use the keyboard shortcut

Ctrl + `

In terminal run following git command to clone the directory

git clone https://github.com/DigitalFlow/D365-UI-Test.git

--

--

Amit Prajapati
Amit Prajapati

Written by Amit Prajapati

I am Technical Consultant from Mumbai, India. I like to contribute my knowledge to the community and good social cause.

No responses yet