Архив за месяц: Май 2023

Tools for Manual Testing of Rest API

Tools for Manual Testing of Rest API Testing a REST API requires a client that consumes the REST API, users can then use the client to expose the particular HTTP method. In this post, I am presenting three tools using which one can Test the Rest API manually. These are Advanced Rest Client, Postman-Rest Client… Читать далее »

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… Читать далее »