Author: paolo
-
Testing with SAFe
First of all, what is SAFe? To summarize it in one sentence, it is a framework that defines a way of working in a software project. To have more details, I advise to read directly on the official website. Anyway, how can we perform testing in a project using SAFe? The testing activities, in this…
-
Exploratory testing
Exploratory testing is, in my opinion, one of the best way to find bug. Let’s imagine to perform software tests on a phone application, an e-commerce. We would have software requirements, all covered by software tests. They would probably run nightly, or at least some, depending on the test selection. How many bugs do we…
-
What is testing?
Or, what do I think testing is? What an easy question. Or not? In my opinion, it is not that simple. First of all, there are so many levels, types and techniques, which even makes the choice difficult. Of course an article is not enough to touch all the points, but let’s try to write…