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…
Home Quality Assurance 18 posts
Review Types
In the last post, we’ve got the information mainly about Static Testing. We’ve also compared the Static and Dynamic Testing and we’ve seen how are the phases of Review. In this post we will get the information about the Review Types. First of all, reviews can be executed for various purposes, one of the main…
Static testing vs dynamic testing
Static testing vs dynamic testing – what are the difference and why you should know about them? In this post, we’ll focus on static testing and its advantages. When we’re testing the software, we want to ensure it will be tested properly.We want to choose appropriate testing methods. When the software is developed it’s most…
ISTQB Online
We’re living currently in difficult times. COVID-19, unemployment, economic crisis. This situation affects our motivation to get a new better job, sometimes we lose our current job. No matter, what happens, some of us think: Maybe now is the time to change something in my life? Maybe a new job? What about IT? Software Testing,…
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…