What is a linked list? The Linked Lists is another data structure and is also a common data structure that includes a group of nodes in a sequence that is divided into two parts and each node consists of data and the address part of the next node and forms a chain. It is used… Continue reading
Searched for ""
7f. Selenium IDE – Commands, target and value
Hiya friends! Isn’t it exciting to know that we can have more control on the things we do? Yes. In the land of Magic Meadows, apart from just recording, Selenium IDE gives us the power to both insert and edit commands. What makes all this, a reality is the ‘Command/ Target/ Value Editor’.
7e. Selenium IDE – Know your IDE features Contd.
Welcome back after the break. Guess you are all geared up to continue with our features exploration. So, here we go! Toolbar Selenium IDE provides a very simple but useful toolbar that can be used to record, play, pause, step and schedule our tests with just a few clicks. Time to get into some detail…
7d. Selenium IDE – Know your IDE features
Welcome back to Magic Meadows! Today we will be diving in to know more about the features of the Selenium IDE that we installed with the help of my previous post, “Breaking the Surface: A First Look”. For reference, I am going to paste the first look image that we saw some time back,
Groovy Beginners Tutorial
Installation The only prerequisite for installing Groovy is that you must first have a 1.4 or 1.5 or 1.6 JDK installed (available free from http://java.sun.com/j2se/) and the JAVA_HOME environment variable set to the location of your JDK installation.
Compiling and Running Groovy
We have used Groovy in direct mode. In this part, there is another way of using Groovy is to compile it to Java byte code and running it as regular Java application code within a Java Virtual Machine (JVM). This is called precompiled mode. Both ways execute Groovy inside a JVM eventually, and both ways… Continue reading
7c. Selenium IDE – Breaking the Surface: A First Look
Hiya friends! Today we are going to see what makes Magic Meadows so magical to live in. No, seriously, it’s pretty darn awesome! Don’t believe me? Read on… I know you are interested in understanding what exactly this Selenium IDE is going to empower you with so that you will be able to easily automate… Continue reading
7b. Selenium IDE – Selenium IDE and Firebug installation
Welcome to our first explore-along (just like sing-along!) post. To get the best out of our selenium series it is recommended that you follow closely and work along. It is as simple as that! In the land of Magic Meadows, before we see some real magic happening, it’s time we set the environment for it…. Continue reading
7a. Selenium IDE – Introduction, benefits and limitations
Selenium takes us to new places and it is time for us to know more about the World we are going to live in – the World of Selenium. It has four major parts viz., The Magic Meadows of Selenium IDE popularly known as “The All-Time Leader for Selenium beginners” The Diversity Delta of Selenium… Continue reading
6. Selenium Tools: A fight for Supremacy
Just like us testers fighting for supremacy among the lot, Selenium Tools have also been in a very similar battle in order to prove themselves, the best! Let’s see what exactly is going amidst them… Selenium IDE – The All-Time Leader especially for Selenium beginners It has been boasting that Selenium IDE is the simplest… Continue reading