Integration TestingIntegration Testing is a web development terminology used to test the software modules. Software is subdivided into multiple modules that different web developers code.Aug 04, 20218 min read
Test CardsTest cards help you to test and validate your business ideas by defining how you will test them, what you will measure, and what success looks like.Aug 03, 20213 min read
Staged RolloutA staged Rollout enables you to release the upcoming product version slowly in a gradual way. You can slowly increase the percentage of users who receive the update.Nov 11, 20194 min read
Smoke TestingIt is a test aimed to verify that the most important features of the product really work. This term was used during testing hardware and the product passed the test when it did not burn or smoke.Nov 11, 20193 min read
Continuous IntegrationContinuous Integration is a software development practice that makes developers integrate code changes into a shared repository routinely and frequently. Usually, each person integrates at least daily and that ensures them that their code changes do not break anything.Nov 11, 20195 min read
Clickable PrototypeClickable Prototypes are interactive demos of a website or a software application. These are often used to gather feedback early in the project lifecycle, before the project goes into the final stage of development.Nov 11, 20194 min read
Pilot ProjectA Pilot Project is a small-scale version of your larger project that helps you catch potential errors before the full implementation.Nov 11, 20194 min read
Penetration TestingPenetration Tests are performed to identify network security weaknesses. It is a "friendly cyberattack" for spotting flaws and potential vulnerabilities.Nov 11, 20193 min read
Unit TestingUnit Tests are a foundation of your testing. They test the smallest pieces of code called units that have to be isolated from a system. Unit Tests are small, cheap and easy to maintain. The number of Unit Tests outnumbers any other types of tests.Nov 11, 20194 min read
Code CoverageCode Coverage measures the percentage of source code lines that are covered by automated tests. If you have 90% CC, it means that 10% of the source code is not being tested at the moment.Nov 11, 20193 min read