Cypress in a nutshell

In this tutorial, we will get some information about End-to-end testing, the Cypress Test Automation Framework, and we will even 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 main advantage of E2E testing…

Continue reading

International Tester’s Day

Firstly, Happy Tester’s Day, everyone! This post will be short but will also explain how it happened that we can currently celebrate International Tester’s Day. World’s First Computer Bug On September 9, 1947, a team of computer scientists, including Grace Hopper, an American computer scientist, and a US Navy Rear admiral, reported the world’s first computer…

Continue reading

The Art of Application Performance Testing

In my last few posts, I wrote about performance testing. Therefore, we have learned a lot during this time. We could get knowledge about what performance testing is, what the performance testing measurements are, and how performance testing works in SDLC. Why this book? Some time ago, I wanted to learn more about performance testing.…

Continue reading

Performance Testing in SDLC

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

Continue reading

Basic aspects of Performance Testing

In the next few post we will focus on aspects of Performance Testing. It will be for example, basic aspects of Performance Testing, Performance measurements, Performance Testing in SDLC and much more. In this post, we’ve talked about JMeter. Moreover, we’ve also explained that JMeter is a tool for performance testing. But what is performance testing? This…

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

Job Titles in Software Testing

A lot of people who began their Software Testing journey are reaching the level when they want to find their first job in the industry or change the current. They want to gain more knowledge about Software Testing and improve themselves. Maybe you are currently at this moment of your journey. I was, and I was…

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: Selenium…

Continue reading

Test Techniques

When we’re performing the Software Testing we need to make sure that the tested software is working as expected.Once we’ve prepared the test plan, test script, etc., we need also to think about the tools which we want to use to get better results of the test process.How we can do that?We can use the…

Continue reading