1

I am working on a retail software where i have to do automation testing of desktop application using selenium. How it can be done using selenium? And we have portal too in which some details are being updated. So the testing will be done for a desktop application and web application. i am fresher i this field and started learning new things. Please help me with this. Thanks in advance. i have completed automation of portal but there are details which are being updated to portal from software.

2 Answers2

0

I don't think Selenium can do it. This software is tailored for web applications and it only runs in browsers. I've recently heard a lot about AutoIt, which is more appropriate for desktop applications. Fortunately, there seem to exist ways to make Selenium and AutoIt work together. http://www.toolsqa.com/selenium-webdriver/autoit-selenium-webdriver/

Good luck with your issue

0

Selenium only works in a browser environment.
You could try out Sikuli to solve your problem

metar
  • 434
  • 7
  • 17