Need a cross platform tool for UI Testing

631 views Asked by At

I want to write code in a platform that supports multi-device capabilities for UI automation. Can I use Selenium? Does Selenium support this? I can see that Winium for Windows and Appium for Android and ios are available.

1

There are 1 answers

0
ekostadinov On

Selenium

automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.

But you can use SeeTest Studio for Automation of

  • iOS
  • Android
  • Windows Phone

If you keep the Write-once test-everywhere pattern, you can just swap between the captured elements in the Object Repository. This way you will have unified test flow, but different devices.