Архив рубрики: English

Tutorials on English

JMeter Tutorial

JMeter Tutorial Apache JMeter is one of the most widely used open-source performance testing tools. Using JMeter, we can test different kinds of applications ranging from HTTP/HTTPS-based applications to Database and FTP servers. Our Apache JMeter tutorial starts with the basics of performance testing. After that, we move to its various features using which we… Читать далее »

Payment Gateway Testing

Payment Gateway Testing Payment gateways act as a window between the e-commerce website/application and the bank. They ensure that the transaction occurs in a secured form by encrypting customer details. They make the whole online shopping experience smooth and hassle-free and free us from the stress of online frauds. With the payment gateways being so… Читать далее »

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