Cypress in a nutshell

In this tutorial, we will get some information about End-to-end testing, Cypress Test Automation Framework, and even we will use it in the example. E2E Testing What is E2E Testing? End-to-end testing is a type of testing in which we test business processes (user journey) from start to finish under production-like circumstances. The most advantage…

Continue reading

Selenium WebDriver

In this tutorial, we will focus on Automation Testing.This what I will present in this post will be testing in Selenium. What is Selenium? Selenium is a portable framework that we can use for test web applications. When we will visit the official Selenium website, we can see that we have 3 types of Selenium:…

Continue reading

API Testing using Postman

Two posts ago we’ve told something about JMeter, we’ve installed JMeter and conducted a simple performance test. In this post, we will jump to API Testing using Postman but from the beginning. What is API? API is the acronym for Application Programming Interface. It is a software intermediary that allows two applications to talk to…

Continue reading

Something about JMeter

This post will be something different than the previous, because in this post we will learn something about JMeter basics. We will focus on the topics below: What is JMeter? What can we do with JMeter? How are the JMeter features? How to use JMeter? JMeter Installation JMeter panel Example and components explanation What is…

Continue reading