Category: qa
-
Test Strategy
A Test strategy document defines testing approach(What & How). It is one of the important document for delivering a quality product. This has to be written early in the product lifecycle and it is a thought process to uncover any missing pieces. Test Plan vs Test Strategy A test Plan is what you want to…
-
Shiftleft Testing
Learn shiftleft testing in under 3 minutes
-
Testing Pyramid
Among the software community, Testing Pyramid is a very well-known pattern. At the same time, many couldn’t follow this pattern (or follow the Ice-cream cone anti-pattern). The pyramid highlights two facts, Grouping the tests Fewer slower tests The benefits of this model are Faster feedback loops Cheaper cost to fix bugs What is a feedback…
-
Software Testing
What is testing? Testing is an act of verifying and validating various aspects of a product and when the product is software, it is called software testing. Verification vs Validation Verification is a process of checking the design specifications. Validation is a process of checking customer requirements. Some of the aspects are, Product requirements Design…