Can Selenium alone be used to automate the testing of an Intranet Web portal where the links on the portal are directed to SAP application

前端 未结 1 1760
清歌不尽
清歌不尽 2021-01-29 05:21

Can Selenium alone be used to automate the testing of an Intranet Web portal where the links on the portal are directed to SAP application.Portal works on IE and SAP application

相关标签:
1条回答
  • 2021-01-29 05:59

    In the simplest terms, Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms.

    Inorder to use Selenium to automate the testing of an Intranet Web Portal you have to use either of the Selenium bindings among java, python, c#, ruby, php, javascript, perl, etc.

    Ideally, Selenium would be able to do each and every task hosted by an Web Application. If the concerned SAP Application Portal as of now supports ie, it can be well automated through Selenium irrespective of whether it is hosted in a Windows/Linux box.

    0 讨论(0)
提交回复
热议问题