April 25, 2018
In this post, we will take a look at how you can create a Selenium testing framework to simplify your tests using C#. Of course, the principles apply to other programming languages as well. Why A Testing Framework? Why should you even go through the hassle of creating your own
(more…)
January 27, 2018
Learn how to use the Watir framework to create Selenium tests. Please note that Watir can only be used with the Ruby programming language so if you are using a different language this might not be for you.
(more…)
January 27, 2018
The Watir framework is an abstraction that sits atop the Selenium framework and can be used with Selenium Webdriver or a Selenium Grid. Watir tests can be created using the Ruby programming language and it strives to make the tests as readable and maintainable as possible. Please note that Watir
(more…)
January 27, 2018
Learn how to create end-to-end tests for your Angular applications using the Protractor framework.
(more…)
January 27, 2018
In this lesson we will take a look at how you can create Selenium tests for Angular applications using the Protractor framework. The Protractor framework is built on top of Selenium and makes testing Angular applications much easier. Setup Protractor Before you can create Protractor tests you need to setup
(more…)
January 27, 2018
Learn how you can use the Galen framework to test your responsive layouts using Selenium tests. https://vimeo.com/255023368/7d9fbe0abf
(more…)
January 27, 2018
Up until now, all our lessons talked about validating functionality by using Selenium tests. But of course, you might also want to automatically test the layout of your page. For this you can use the Galen Framework in combination with Selenium. The Galen framework is designed to make testing the
(more…)
January 27, 2018
Learn how you can use the Galen framework to test your responsive layouts using Selenium tests. In this lesson you will learn: How to setup the Galen framework Create layout tests using the Galen spec language Create layout tests using Galen and JavaScript Create layout tests using Galen and Java
(more…)
January 27, 2018
Learn how to create end-to-end tests for your Angular applications using the Protractor framework. In this lesson you will learn: How to setup Protractor Create a simple test Creating a configuration file Running your test Prerequisites: Ideally, you should complete these lessons first: Local Selenium Setup Development Environment Setup for
(more…)
January 27, 2018
Learn how to use the Watir framework to create Selenium tests. Please note that Watir can only be used with the Ruby programming language so if you are using a different language this might not be for you. In this lesson you will learn: How to setup Watir How to
(more…)