Author Archives: total-qa

HTML & CSS Tutorial

      No Comments on HTML & CSS Tutorial

HTML & CSS Tutorial | Total-QA HTML & CSS Tutorial for Beginners 1. Introduction to HTML HTML (HyperText Markup Language) is used to structure a webpage using tags.

2…. Read more »

Modular Driven Framework in Selenium WebDriver | Real Time Examples |Step by Step Explanation

Modular Driven Framework is the approach where all the test cases are first analyzed to find out the reusable flows. Then while scripting, all these reusable flows are created as… Read more »

Selenium WebDriver, Keyword Driven Framework Design Architecture ,XLSX,Reflection API

In this tutorial we are going to discuss about the implementation of Keyword Driven Framework. In Keyword Driven framework, you can create various keywords and associate function with each of… Read more »

How to explain ExplicitWait in interviews?? Selenium WebDriver

Synchronization,Thread.sleep(time in millis),ImplicitWait https://youtu.be/vtltAlKpyjs ExplicitWait is mainly useful to apply wait on a single element.Synchronizing the state between the browser and its DOM, and your WebDriver script.This means that for… Read more »

Interview Question Identify the Duplicate Items in the Listbox|HashMap|Selenium WebDriver

In Selenium WebDriver selecting a values from the Listbox is important based on the required input. In few scenario’s we need to validate the Listbox contains duplicate items are getting… Read more »