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 on Window OS only.
Asked
Active
Viewed 564 times
0
-
Have a look at [this](http://seleniumsimplified.com/2016/01/can-i-use-selenium-webdriver-to-automate-a-windows-desktop-application/) page. – Jeroen Heier May 29 '17 at 04:05
-
You can run selenium test in EI explorer, however, ability of selenium limited to working with browser's HTML,CSS ,JavaScript (Most common components of websites) If you planning to test with Selenium against different technologies, you should consider other solutions – May 29 '17 at 04:06
1 Answers
1
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.

undetected Selenium
- 183,867
- 41
- 278
- 352