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

Performance Testing in SDLC

Some time ago, a long time ago I wrote a post about Software Development Lifecycle (SDLC). We explained there what the SDLC is, why is that important in Software Testing. We also presented to ourselves the SDLC models and explained them. In this post we will focus on SDLC as well, but this time from…

Continue reading

AI and Software Testing

We hear more and more about AI. Artificial Intelligence (AI) is everywhere. The everyday activities are supported by AI machines, for example, face recognition, speech recognition, language transformation, etc. But what is AI really? We will explain it ourselves below. What is AI? Artificial Intelligence (AI) is the ability of a computer or a robot…

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