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
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
WireframingWireframing is a visual tool to create a scheme of the user interface (UI) without focusing on graphic design. It helps to get a better picture of the elements that will be programmed.Nov 11, 20194 min read