David TzemachNov 15, 20201 minDefect Severity Vs Priority in Bug Life Cycle A fundamental question that I have come across many times is the difference between Severity and Priority. To simplify the differences,...
David TzemachNov 15, 20201 minSDLC vs STLCThis article will review the fundamental concepts of the Software Development Life Cycle (SDLC) and Software test life Cycle (STLC)...
David TzemachNov 14, 20203 minThe fundamentals of effective bug reporting There is no dispute about the importance of writing an effective bug report; it's the primary key to the success of any Bug life cycle...
David TzemachNov 14, 20202 minHow to Determine your bug’s Priority ?Before we begin to review this section, I want to add my personal opinion and say that the ability to determine the bug priority is a...
David TzemachNov 14, 20202 minHow to Determine your bug’s severity..?Bug severity determines the impact that the bug has on the system, both in the short and long term. I want to explain: Short term: How...
David TzemachNov 14, 20202 minWhat is Equivalence Partitioning Technique? This Black-Box test technique can be used at any level of testing (Unit, Component, Integration, and system). It is used to determine the...
David TzemachNov 14, 20203 minChecklist for User Acceptance TestingAfter the application is developed and approved by the engineering team, the application is now available to be delivered to the customer...
David TzemachNov 13, 20202 minThe catastrophic results of software failures | David TzemachTo understand the impact of software bugs and how they can lead to catastrophic results such as loss of life, damaged business...
David TzemachNov 13, 20204 minIntroduction to Software Bugs | David Tzemach In the software industry, we see bugs as an error in coding. Therefore, we can say that a bug is an error that causes either a specific...
David TzemachNov 13, 20202 minDatabase test checklist for Web-ApplicationsWhen a user performs operations on the browser (Client-Side), the requests are sent to the back-end server that stores the application...
David TzemachNov 13, 20201 minChecklist for team readinessThis checklist will review 25 simple questions and principles that will help you guarantee that your team has the right motivation and...
David TzemachNov 13, 20203 minChecklist for Database testingI prepared this awesome checklist that you can use when testing any software that contains a database. Just take what you need and add...