Category Selenium
Selenium is a set of tools used to automate and test web applications. Since it is not a single tool, it is referred to as a Suite. For deeper and better understanding, think of Selenium as an API for the web browser, i.e. manipulating the elements present in it. Here you will find list of article dedicated to selenium
9ac. WebDriver – Unable to locate an element easily? Read on…
10l. Advanced WebDriver – Using Log4j Part 2
This is a continuation of the article, ‘Using Log4j Part 1’ and hence, I suggest that you read part 1 before proceeding any further to get a grip on what’s happening. Scenario Configure Log4j.properties file, Log level – DEBUG Loggers –…
10k. Advanced WebDriver – Using Log4j Part 1
Let me take a stab at explaining logging for Selenium with Apache Log4j today! So, without further ado, let’s dive in!! Why do we need logging in the first place? As an automation tester, we deal with troubleshooting, debugging and…
9ab. WebDriver – Using Actions Class
Lights, camera, action! Yes, today its all about Actions. Oh, I am not talking about those fight sequences you watch in movies but about the keyboard and mouse actions. 😛 Selenium WebDriver provides a user-facing API for performing complex user…
9r. WebDriver – Assert and Verify
Hiya superstars! We have been locating elements for quite some days now. Let us switch gears and talk about “Assert and Verify” today. To remember, The major difference between the two when the assert or verify condition/check fails is, Assert will…
9aa. WebDriver – Executing JavaScript code
Hiya Champs! Let’s have some quality interaction with the browser today!! So, can you guess the language that is preferred by the browser? Yes, you got that right. It is JavaScript indeed. If you are using Chrome, clicking on ‘F12’…
10j. Advanced WebDriver – Reading data from excel using POI
Hiya friends! Today, let us delve into excel sheets and understand how to read data from them. As part of automation and building an automation framework, we tend to store data in excel sheets in a predefined format (usually following…
10i. Advanced WebDriver – Using property files
Hiya champions! Welcome back to another fun filled article which tells you why property files exist in the first place!! This particular concept is not just limited to Selenium WebDriver projects. It can be used in basically any Java project that…
10h. Advanced WebDriver – Sending email with attachments
Hiya champs! Now that we have our JUnit report in PDF format let us attach it with an email and send it across to various project stakeholders. So, today we are mostly going to work with just Java. Grab a cup…