Software & Finance





Software Automated Testing - Testing Tools





Testing tools helps the software testing more efficient and faster. There are different kind of testing tools that helps in identifying the defects. We can detect the memory leaks, resource leaks, coverage of code, profiling the software component and functions, automate the testing using scripts.

 

Here is the set of examples:

 

Purify - To detect the memory or resource leaks.

Profiler - To find out the time taken by each and every function and number of time a function is called.

Visual Pure Coverage - Displays the source code lines which are executed and not executed.

Rational Robot - Helps to automate the testing by writing scripts.