How To Structure Your Selenium Tests
In this post we will cover a few techniques you can use to make your Selenium tests easier to write and maintain. If you are not already familiar with the Selenium basics you might want to read our introduction guide and the basics about elements first. Test Example Below …
Selenium: Waiting and Validating
In this post we will cover 2 different techniques to make your Selenium tests more useful and robust. If you are not already familiar with the Selenium basics you might want to read our introduction guide and the basics about elements first. Waiting For Conditions Sooner or later you …
Selenium: Finding and Interacting with Elements
In this post we will cover a few more advanced topics in regards to finding and interacting with page elements using Selenium web browser automation. If you are not already familiar with the Selenium basics you might want to read our introduction guide first. Finding Elements Before …
Selenium Basics
In this post we will cover all the basics to get you started writing Selenium web automation tests. If you don’t already know what exactly Selenium is or how you can setup your Selenium environment please head over to the setup guide. Now that you are …
Running Selenium Tests Using Jenkins
In this post you will get a quick introduction on running Selenium tests as part of your continuous integration workflow using the famous Jenkins CI server. What is Jenkins? Jenkins is an open source continuous integration server which supports countless building and deployment scenarios through its hundredths …
How to Run Selenium Tests On Android And IOS
In todays post we will go over the process to setup and run Selenium tests for a mobile website or web application on Android and iOS. We will cover running tests on device emulators and on real mobile devices. You can perform all below steps …
Get Started With Selenium 3 and Selenium Grid
In this post we will go over everything you need to know to run your first web automation tests with Selenium 3. What is Selenium? Selenium is a free and open-source browser automation framework. This means with Selenium you can automate almost anything in any popular web …
Guide To Effective Cross-Browser Testing
In this post, we will share some tactics and tools you can use to do more effective cross-browser testing. What to test? Before we jump right into testing it is worth thinking about what we really need to test. Define your target browsers! Not every website …
How To Automate Cross-Browser Testing
Today I would like to show you a great way to automate and speed up most of your cross browser testing. But before we jump right into automation lets see when it even makes sense to use automation in your cross browser testing. When to automate? …
BrowseEmAll 8: Accurate IE, Microsoft Edge, Safari 10, Native Developer Tools, and Selenium Grid Support
Nearly 10 months have passed since the last major update to our on-premises cross-browser testing tool BrowseEmAll. So it is rather big news that today the next major version is available! In this new release you will find: 100% accurate Internet Explorer testing Microsoft Edge …