CMake Tutorial: Building C/C++ Projects with Different Generators

CMake Tutorial: Building C/C++ Projects with Different Generators

For CMake, I had always understood it to be a project build tool, until I encountered –build and realized that CMake also unifies the compilation phase across different platforms. To understand CMake‘s build and compile process, one must first understand generators. 1. Generators The CMake generator is responsible for writing input files for the underlying … Read more

Top 10 Popular Software Testing Tools in 2021

Top 10 Popular Software Testing Tools in 2021

1Introduction This article introduces several testing tools that can help us deliver quickly and effectively. A global survey led by Tricentis provides us with several important observations about testing trends. The trends indicate that teams tend to prefer functional testing, which is understandable, but manual testing will also remain. How to choose a testing framework? … Read more