-
U
Unit Testing
Unit testing is a way to test units - the smallest components of your software, the smallest piece of code.
-
P
Pilot Project
Pilot projects verify new functionalities or applications under real-time operating conditions implemented in a sample of clients.
-
C
Code Review
A Code Review is a software quality assurance practice in which developers check each other’s code, usually before merging the code.
-
P
Penetration Testing
Penetration Testing is a practice of testing a computer system, network or a web application to find flaws and potential security vulnerabilities.
-
C
Code Coverage
Code Coverage (CC) measures how many, and which specific source code lines are being tested by automated tests (for example, unit or integration test).
-
F
Fail Fast
Debugging can be very annoying.
-
S
Smoke Testing
A Smoke Test is aimed to verify that the most important features of the product really work.
-
P
Proper Bug Reporting
Bug reports are descriptions of bugs found by testers - they help to understand where the product lacks its functionality or performance.