Memorizing Everything: How Mnemonics Aid in Testing
When analyzing a lot of information, it’s always a challenge to retain things in memory. In order to facilitate this process, mnemonics were invented — simple mechanisms of tweaking your brain to memorize and later recall some sequence of actions, events, or other data. I’d also like to show you how they can improve your […]
Decomposition in Software Testing
The mightiest rivers lose their force when split up into several streams. Ovid What Is Decomposition? The academic definition of decomposition is “a method that allows us to replace the solution of a complex problem with the solutions of many interrelated but smaller problems”. In simple words, we divide a whole into parts to make […]
Tour Testing: Structured Approach to Exploratory Testing
As you know, traditional testing follows a fairly simple model in which there are test cases written beforehand for all the possible use cases and then, after the test cases are reviewed and approved, they are executed until they reach specific pass criteria. Exploratory testing follows a different approach. In exploratory testing, tests are designed […]