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

Rest API testing using Katalon Studio

Rest API testing using Katalon Studio Hello friends, in this tutorial, we are going to learn Restful web service automation using Katalon Studio. Katalon with its new and improved features as well as the interface (refer to Katalon version 5.4 and above) helps in seamless automation of Rest and SOAP web services. If you are… Читать далее »

WebPage – Definition, Elements and Types

WebPage – Definition, Elements and Types Ever thought what are these screens that we keep switching on a website? Is there a term for these dynamic screens? How do we shift from one screen to other? Today all such questions will be answered in this article, so keep reading. Whenever we open a page through… Читать далее »

Components of Computer

Components of Computer A computer is an electronic device that performs arithmetic and logical functions automatically. It helps in retrieving, storing, and manipulating data and makes work easier for the user. This is the basic definition of the computer. But have you ever wondered, how does this compact box works, what components does it constitute… Читать далее »

Double Click in Selenium WebDriver

Double Click in Selenium WebDriver Hello friends! in this post, we will learn to double click an element using Selenium Webdriver with Java. For double clicking an element in Selenium we make use of the Actions class. The Actions class provided by Selenium Webdriver is used to generate complex user gestures including right click, double… Читать далее »