Emulate mobile and tablet devices with ChromeDriver

Desktop version of Google Chrome allows to users to open webpages in mobile view. This means that you can emulate browsing on devices like Google Nexus 5, Apple iPhone 6 etc. You can find this feature in developer tools by clicking on the mobile icon. Now ChromeDriver allows to use device emulation in automated tests […]

Read more
Ranorex – is this tool the tester heaven?

What is Ranorex? Is this a medicine? 🙂 Ranorex is an automated testing tool which provides testing of Microsoft desktop apps, webpages and mobile applications. It supports wide range of technologies like .NET, WFA, WPF, Java, HTML5, Flash, iOS, Android, Windows apps (hybrid and native) and so on. You can perform cross-browser, data-driven, automated functional, […]

Read more
Testrail – first impressions

Everybody can confirm that the software development and testing are very complex processes. Having a good organizing tool (or using more of them) can help a lot to make the process faster and more fluid. This time I will write about TestRail – the test management tool. Why Testrail? We have tried many test management […]

Read more
Some thoughts about the infamous StaleElementReferenceException

With the widespread of JavaScript we more and more met with one of our favourite exception which is the StaleElementReferenceException. It can be tricky because it does not have to appear on the test development machine. This issue can hide in the test code and appear in unexpected situations. The exception happens when the dom […]

Read more