Архив метки: Q&A

Open a New Tab in Selenium

Open a New Tab in Selenium In this tutorial, we will learn how to open a new tab in Selenium Webdriver with Java. Although there are multiple ways of opening a new tab in Selenium like using Robot class, using Actions class, passing Keys.Control+”t” in the sendKeys() method to any element. But Action class and… Читать далее »

Java for Testers

Java for Testers Are you looking to learn automation testing but don’t know any programming language? This Java for testers tutorial series is designed for complete beginners with no or minimal programming background in Java or any other programming language. Here, we will teach you the concepts of Java with a focus on the parts… Читать далее »

Selenium Webdriver Installation

Selenium Webdriver Installation In this tutorial, we will set up our test environment to run the Selenium automation suite. We will install Java, download Eclipse, add Selenium jars to an Eclipse project, and then provide you a sample script to test the Selenium WebDriver installation. Now browse to the location where selenium libraries are placed… Читать далее »

Output Devices of Computer

Output Devices of Computer A computer is an electronic device that is used to store, display and manipulate data given by the user. A computer can only work when all its components – input unit, output unit, storage unit, and processing unit work together in sync. Here we will talk about the output unit and… Читать далее »