Category: testing
-
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…
-
Types of tests
As we have seen in the last blog there are various aspects we want to test in software or product. In order to achieve that there are many testing, practices are followed and they can be grouped under, Functional Testing Functional testing is a process by which the functional aspects of a software or software…
-
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…