-
Testing with no test management tool
Read more: Testing with no test management toolTesting with no test management tool? How is it possible? Can we actually store executions, provide metrics, control our project without a tool? This is probably a question that many people, mostly test managers, ask themselves. The answer is not simple, because the world is not black or white. In reality, it depends on the…
-
Testing with SAFe
Read more: Testing with SAFeFirst 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, can we perform testing in a project using SAFe? The testing activities, in this scenario,…
-
Exploratory testing
Read more: Exploratory testingExploratory testing is, in my opinion, the best way to find bugs. Let’s imagine to test a simple phone application, an e-commerce. We would have software requirements, all covered by software tests. They would probably run nightly, depending on the test selection. How many bugs do we expect to find while executing just these test…