Appium

  • 25
    Mar

    Java program to press Android home key using appium

    public void pressAndroidMenu(AppiumDriver driver) { AndroidDriver androidDriver = (AndroidDriver) driver; androidDriver.pressKey(new KeyEvent(AndroidKey.MENU)); }

    Read More
  • 27
    Aug

    Mobile / Cross browser testing options

    SauceLabs Alternatives CrossBrowserTesting https://crossbrowsertesting.com/ Usetrace https://usetrace.com/ Nemo.js http://paypal.github.io/nemo/ Endtest https://endtest.io/ Ghostlab https://www.vanamco.com/ghostlab/ Browserbite http://browserbite.com/ Galen http://galenframework.com/ Testim http://testim.io/ mabl https://www.mabl.com/ Watir http://watir.com/ TestComplete https://smartbear.com/product/testcomplete/overview/ Geb http://www.gebish.org/ TestingBot http://testingbot.com/ Selenide...

    Read More