RE: Do we need EasyRepro if we have JavaScript Unit Tests?
Hi Girish,
Please help to find the official documentation related to EasyRepro https://powerapps.microsoft.com/en-us/blog/easyrepro-automated-testing-framework-june-update-is-now-available/#:~:text=EasyRepro%20provides%20an%20easy%2Dto,to%20author%20your%20test%20cases.
We recommend to use it as EasyRepro helps you in following way:
How can EasyRepro help?
If you have previous experience writing automated UI test scripts, you would have completed a lot of HTML parsing, identifying various elements and identifiers in order to tell the web driver to run certain browser commands, such as clicking a menu item, or selecting a drop down option. This can be time-consuming, difficult to maintain and your test scripts can be brittle as UI updates are applied.
This is where EasyRepro can help! EasyRepro provides an easy-to-use set of APIs that make setting up UI testing quick and easy for your Dynamics implementations. With these APIs, EasyRepro abstracts and reduces the need for you to work directly with the Document Object Model (DOM) to author your test cases.
With over 200+ samples test cases for Unified Interface and Web Client available in the repository, you can get up-and-running quickly to start creating customized tests. The samples include create, retrieve, update, and delete scenarios for multiple entities including contacts, opportunities, accounts, leads, and cases.
Thank you for understanding.
Best Regards,
Mobeen Mohsin