Monthly Archives: October 2017

Ranorex Mobile Web Testing using Appium

By |2018-03-29T14:31:13+00:00October 20th, 2017|Categories: Appium, Ranorex|Tags: , , , |

Ranorex and Appium Integration Ranorex 7.2 introduced the ability to test web applications in native web browsers in mobile devices. This means we can test Chrome, or Android's default Web Browsers on Android devices, or Safari on iOS devices! We can use emulators or physical devices, but our web tests can still be recorded simply [...]

ChromeDriver Options for starting Chrome with WebDriver

By |2018-03-29T14:31:13+00:00October 13th, 2017|Categories: Selenium WebDriver|Tags: , , , , |

In this Blog we take a look at some of the options provided with the ChromeDriver Server for starting Chrome with various options when using Selenium WebDriver. The examples are in C# so you may need to tailor for Java. Set Path to the ChromeDriver Server System.setProperty("webdriver.chrome.driver","C:\\Drivers\\chromedriver.exe") WebDriver driver = new ChromeDriver(); driver.get("http://www.google.com"); or you [...]

Headless Browser Testing

By |2022-11-22T16:20:09+00:00October 11th, 2017|Categories: Selenium WebDriver|Tags: , , , , , |

Headless Browser Testing - Selenium WebDriver Headless browser testing is simply testing a web pages functionality, without a GUI present. There are various different browsers we could use for this, including: Chrome Firefox PhantomJS HtmlUnit PhantomJS is the only driver that must be downloaded separately, the other three, come bundled in with their corresponding driver servers, [...]

How to use Ranorex Parallel Runner for Web Testing

By |2022-11-22T16:30:23+00:00October 9th, 2017|Categories: Ranorex, Selenium Grid|Tags: , , , |

The Ranorex Parallel Runner is a new feature in Ranorex Studio 7.2, it is a command-line tool that allows you to execute Web Tests against Selenium Server/Grid on remote machines, in parallel! This blog takes you through the set-up and process of using the Ranorex Parallel Runner, to execute our tests, remotely, in parallel. Requirements: Ranorex [...]

Contact Info

Lasyard House, Underhill St. Bridgnorth WV16 4BB

Phone: +44 (0)333 939 8884

Go to Top