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…)
January 15, 2018
Learn how you can set up a distributed test execution environment with Selenium Grid. JavaC#RubyPythonJavaScript
(more…)
January 15, 2018
In this lesson, we will take a closer look at how you can use a Selenium Grid to make executing your tests at scale easier. What Is Selenium Grid? Selenium Grid can be used to run Selenium tests parallel and on one or multiple machines. This can help with: Reducing
(more…)
January 15, 2018
Learn what steps you can take to create Selenium tests that run smoothly cross-browser. JavaC#RubyPythonJavaScript
(more…)
January 15, 2018
In this lesson, we will take a look at what you need to know to make sure that your tests can run in different browsers. Selectors You Should Avoid As we have covered before you can use a lot of different selectors to identify elements during your tests. Unfortunately, not
(more…)