Quantcast
Channel: Learning Selenium WebDriver » 01. Selenium IDE
Browsing all 8 articles
Browse latest View live

Exexute test scripts in different browsers

In this tutorial we are going to execute test scripts in different browsers. Prerequisites It is necessary to download the Selenium standalone server, IEDriverServer and chromedriver....

View Article



Create test suites

A test suite is a collection of test scripts. In this tutorial we are going to take a closer look on how to create a test suite. In practice Create a test script as described in the previous tutorials....

View Article

Dealing with AJAX functionality

Some websites are using AJAX to modify the graphical user interface (GUI) without being reloaded. In this tutorial we are going to record website functionality which is using AJAX. We can use waitFor...

View Article

Store information from the page

With Selenium IDE we can store data and use it later. There are a couple of actions to store data, like: store, storeValue, storeText. In practice We like to store the text from a specific link and...

View Article

Modify a test script

In this tutorial we will modify a test script by adding some commands manually. Prerequisites We can use the test script created in the previous tutorial, but now we want to change the language without...

View Article


Record a test script

In this tutorial we are going to record a test script with Selenium IDE. Prerequisites Ensure that the record button is enabled. Selenium IDE automatically opens in record mode, otherwise you need to...

View Article

Image may be NSFW.
Clik here to view.

Using Selenium IDE for the first time

Selenium IDE comes as a Firefox plug-in and has an easy-to-use user interface. Although the interface is very intuitive the most frequently used parts are explained in this section. Prerequisites As we...

View Article

Selenium IDE Introduction

Selenium IDE (Integrated Development Environment) is a tool that we can use to develop automated test scripts. It has record-and-playback functionality, but we can also write the test scripts ourselves...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images