2Understanding the Role of New and Delete Functions in C++C++ is one of the most commonly used languages in corporate development, and the New and Delete functions are both loved and hated by developers. Bugs and coredumps caused by New and Delete have made countless programmers work overtime.
3Types of Performance TestingWe have introduced importance of performance testing in the last article. There are different types of performance tests that can be applied during software testing. So now let us take a closer look at the performance testing methods.