Tag Archives: EasyRepro

How to: using PowerShell for automated testing of PowerApps

  If you have not looked at the EasyRepro yet, you probably should: https://github.com/microsoft/EasyRepro I wrote a post about EasyRepro before with some explanations of how it works, so this may also be helpful: https://www.itaintboring.com/dynamics-crm/easy-repro-what-is-it/ Now, I am not sure if Microsoft is “all in” on making PowerApps development a primarily dev-only activity, but, at… Read More »

EasyRepro Tips: one way to work with invisible elements

  When using EasyRepro for automated testing on your Dynamics projects, you will almost inevitably run into the ElementNotVisibleException: This exception may happen in different places, and, if you wanted to understand why, this thread at StackOverflow will provide a very good explanation: https://stackoverflow.com/questions/22110282/how-to-click-on-hidden-element-in-selenium-webdriver Basically, as mentioned there, Selenium has been specifically written to NOT… Read More »