diff --git a/README.md b/README.md index 22ec0cc5f..fa81c08bb 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,7 @@ [![Build UTBot and run unit tests](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/build-utbot.yml/badge.svg)](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/build-utbot.yml) [![Publish UTBot as an archive](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/publish-utbot.yml/badge.svg)](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/publish-utbot.yml) -UTBotCpp generates test cases by code, trying to cover maximum statements and execution paths. -We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand. -Generated tests are placed in so-called regression suite. -Thus, we fixate current behavior by generated test cases. -Using UTBotCpp developers obtain full control of their code. -No future change can break the code without being noticed once it's covered with tests generated by UTBot. -This way, modifications made by developers to an existing code are much safer. -Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement. +UTBot C/C++ generates test cases by code, trying to cover a maximum number of statements and execution paths. We treat source code as a source of truth, assuming that behavior is correct and corresponds to initial user demand. Generated tests are placed in the so-called regression suite. Thus, we fix current behavior with the help of generated test cases. Using UTBot for C/C++, developers obtain full control of their code. No future change can break the code without being noticed once it's covered with tests generated by UTBot. This way, modifications made by developers to an existing code are much safer. Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement. Features demonstration in 5 min (click to see on [YouTube](https://www.youtube.com/watch?v=bDJyWEeYhvk)):