zoukankan      html  css  js  c++  java
  • auto testing by easyrepro for dynamics 365 / powerapps

    This is an open source framework provided by Microsoft for Dynamics 365 CE UI automated testing. This framework provides support for Dynamics 365 CE versions 8.2 to 9.1. This framework can be downloaded from https://github.com/microsoft/EasyRepro and contains the following sample for both the Dynamics 365 CE Unified Interface (UI) and the web client.

    We can use this framework's APIs for quick UI testing. These APIs contain core Dynamics 365 CE commands that we use in our day-to-day work. For example, the following is a sample test from GitHub for creating account entity records by setting the nametelephone1, and websiteurl fields. In this sample test, we can see that it acquires the necessary credentials in order to connect with Dynamics 365 CE and then navigates to the Accounts subarea from the Sales area and creates an account record:

    You can find more details about this framework on GitHub.

    Apart from this, there are some automated tested tools available that can be used by developers for unit testing. Let's discuss some of the available tools.

  • 相关阅读:
    Python正课132 —— Vue 进阶5
    Python正课131 —— Vue 进阶4
    Python正课130 —— Vue 进阶3
    logging模块
    作业20
    suprocess模块
    configparser模块
    hashlib模块
    shutil模块
    序列化模块
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/15009634.html
Copyright © 2011-2022 走看看