Category Archives: EasyRePro

How to read the value from a Flip Switch Control in EasyRepro?

Introduction: Over time we have seen how by using EasyRepro we can perform UI Automation testing in Dynamics 365 CRM by getting and setting values in fields of different datatypes. In EasyRepro we do find predefined methods to get and set values of fields of different data types. However, recently while creating an automation project… Read More: How to read the value from a Flip Switch Control… »

How to Set Value in A Regarding Field Using Easyrepro in Dynamics CRM

Introduction Using Easyrepro we can perform UI Automation testing in Dynamics CRM by setting values in fields of different datatypes. Recently while working with Easyrepro we wanted to set a value in the Regarding field of the Email record. However, the code below which is used to set the value in a lookup field doesn’t… Read More: How to Set Value in A Regarding Field Using Easyrepro… »

Set the subject hierarchy field on Products, Cases, Sales Literature and Articles using Easypro

Introduction EasyRepro is an automated UI testing framework that helps developers perform unit testing on Dynamics 365 CRM. Even though it helps a lot for UI testing, still there are some shortcomings due to which we cannot perform certain actions on Dynamics 365 CRM. In this blog, we will be tackling one such issue of… Read More: Set the subject hierarchy field on Products, Cases, Sales Literature… »

How to Add an Existing Record into a Subgrid in Dynamics 365 CRM Using EasyRepro

Introduction EasyRepro provides automatic testing in Dynamics 365 CRM. It also gives the power to interact with Subgrid of Dynamics 365 CRM. However, it carries some limitations along with its benefits, like adding an existing record in the Subgrid, which we are going to cover up in this blog. We will show you a generic… Read More: How to Add an Existing Record into a Subgrid in… »

How to Interact with Business Process Flow in Dynamics 365 CRM using EasyRepro

Introduction EasyRepro provides the ability to do automate testing in Dynamics 365 CRM. It gives the power to interact with Dynamics 365 CRM UI and perform automated testing. However, in case of Business Process Flow (BPF) it only supports until the dialog box of BPF stage is accessible as shown below: But what if you… Read More: How to Interact with Business Process Flow in Dynamics 365… »

How to set value for Multi-Select attribute in Dynamics 365 CRM using XPath in EasyRepro

Introduction Automate Testing can be done in a proficient way in Dynamics 365 CRM through EasyRepro. It covers mass functionalities for support in fields, command bar and much more. As we know, Option Set fields cannot be set like a string field so we use the below syntax to tackle the option set field. xrmApp.Entity.SetValue… Read More: How to set value for Multi-Select attribute in Dynamics 365… »

How to click on Ribbon buttons easily using Easyrepro in Dynamics 365 CRM

Introduction Easyrepro has given us an easy way of UI Automation testing for Dynamics 365 CRM. There are many functions related to Command bar, which makes clicking any button on the Command bar easy. In this blog, we will share our experience while working with Ribbon buttons. If you need to click on ‘New’ button… Read More: How to click on Ribbon buttons easily using Easyrepro in… »

EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified Interface

Introduction EasyRepro is a framework which is used to automate UI testing for dynamics customers Projects. Problem Grid.OpenRecord() method is used for opening the record from home page. This method opens the record by clicking on the first available anchor tag in the list of records, which makes it necessary to have the first column… Read More: EasyRepro – Open record using Grid.OpenRecord() in Dynamics 365 Unified… »