Архив метки: Q&A
Selenium WebDriver Architecture Framework Explained
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… Читать далее »
Recovery Testing
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… Читать далее »
Running Selenium Tests in Parallel using TestNG
Running Selenium Tests in Parallel using TestNG Quite often in automation testing, we want to reduce the test execution time to get the test results as fast as possible. When we run the selenium tests using as testNG suite, by default it runs the tests serially. But testNG provides an inherent support to run the… Читать далее »
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… Читать далее »