Skip to main content

Microsoft Dynamics 365

Note:
  • Please note that the integration will work for most users but has not been tested for every use case.

This project demonstrates how Katalon Studio helps users automate Microsoft Dynamic 365 applications. It contains some test cases for PowerBI. Because of the very dynamic nature of the PowerBI DOM structure, you might need to make some necessary changes before recording the test cases.

Use case

  • Create and Delete a lead in Microsoft 365 account.

Automate Microsoft Dynamics 365 applications

  • Katalon Studio

  • You should have an active Microsoft 365 account.

  1. Customize Setting before recording a test case:
    Go to Project > Settings > Test Design > Web UI and change the priority of Xpath Locators.change Xpath Locators priority in Katalon Studio project settings
  2. Record test script via Katalon Recorder and save test objects and test cases. You can refer to Record web utility in Katalon Studio.
  3. Update the application URL, username, and password inside the Default profile. Update URL, username, password in the Default profile
  4. Run the test execution. You can refer to Execute tests with Katalon Studio overview.
  5. Verify the test execution result. You can refer to View session logs.
If the test execution fails because of "Element not interactable" exception, you can change the keyword Click to Enhanced Click.Katalon Studio keyword enhanced click