Robot framework
Robot Framework is an open-source test automation framework designed to simplify and streamline the process of software testing.
Robot Framework is an open-source test automation framework designed to simplify and streamline the process of software testing.
A static code analysis tool is a utility for analyzing the code without having to compile it. Without any compilation the analysis happens much faster than other tests which require compilation, for example unit tests.
Test-driven development is a methodology in which the developer is intentionally writing the test code for a piece of code before the actual code is implemented.
Unit test is a testing method, which covers one unit of code (e.g. a method in Java) per test case. The idea behind unit tests is to cover the source code on the lowest and narrow possible level.
Mutation testing is a way of testing software with the intention of creating bugs in the code and verifying that the test suites catch the bug.