Sometimes when you are looking for a job as a Software Tester or even when you work as a tester, you are considering the things that make you a great tester (when you are working already as a tester), or what skills are needed to get this position (when you are looking for). What skill…
Home Quality Assurance 18 posts
Software Testing Trends in 2022
It’s 2022! π I can’t still believe how the time is going fast as the blog is 1 year old! π₯³Thank you everyone for reading and I hope you will enjoy the reading in 2022 π When the New Year starts, we’re starting to consider what are the Software Testing trends for this year. In…
5 Challenges at work of a junior tester
After some short break, now is the time to write about something important especially for junior testers. Challenges at work and how to sort them out. I will present 5 of them with tips on how to resolve them. This article is only my opinion and it’s partly based on challenges I have faced at…
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…
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…
Performance Testing Measurements (Fundamentals)
In my last post, we’ve explained to ourselves the basic aspects of Performance Testing such as what is Performance Testing, and what it includes. In this post, we will focus on metrics in performance testing. For instance, we will explain why we need performance metrics, how to select them, and categories of measurements. Why do…
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…
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…
My Software Testing journey
Some time ago, Iβve got an email message with a question about how did I start my Software Testing journey. I thought it would be a really good idea if I will share my Software Testing journey with you. First of all, I don’t have a Computer Science Degree, I haven’t worked in the IT…
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…