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 QA 11 posts
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…
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 are the performance testing measurements and how performance testing works in SDLC. Why this book? Some time ago I wanted to learn more about performance testing.…
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…
33 Routines to make you a better tester
Sometimes we’re looking for information about the best testing practices, to use them work alone or in the team. We are deciding to look for information in websites, YouTube and in books.Some time ago I was interested in this subject, and that’s why I started to look for the information online, so I found The…
Test Levels (part 2)
As I wrote in my previous post, this one will be about System Testing and Acceptance Testing.Well, let’s start to talk about the 2 last Test Levels. We will start with System Testing System testing focuses on the behavior and capabilities of a whole system or product, often considering the end-to-end tasks the system can…
Test Levels (part 1)
In the last two posts, we explained what the Software Development Life Cycle (SDLC) is. We also got an answer to the question: Why is the SDLC important from the tester’s point of view and what is the role of the tester in it?We also explained how the SDLC presents itself in the context. Because…
Test process and its details
In my previous post, I wrote about testing is not only one activity but itβs included in the whole testing process.Let’s remind ourselves of the list of the test process: Test planning Test monitoring and control Analysis of the tests Test design Test implementation Execution of the tests Test completion Itβs time to write something…