Does Selenium suports CRM applications

十年热恋 提交于 2019-12-13 22:33:18

问题


What are the best automation tools which support dynamic Full CRM dynamics application? does Selenium webdriver supports it ?


回答1:


You can only test HTML based websites with Selenium. If the CRM application exposes an HTML based front end that is accessible via a web browser then you can use Selenium to test it, if not you can't.




回答2:


You should check following toolkit from product team based on the Celenium - https://github.com/microsoft/easyrepro

Here is short quote:

The purpose of this library is to provide Dynamics customers the ability to facilitate automated UI testing for their projects. These API’s provide an easy to use set of commands that make setting up UI testing quick and easy. The functionality provided covers the core CRM commands that end users would perform on a typical workday and working to extend that coverage to more functionality.



来源:https://stackoverflow.com/questions/46072701/does-selenium-suports-crm-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!