SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS
AUTOMATED TESTING TOOLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
1. Code Inspector
|
|
2. Static Analyzer
|
|
3. Standard Enforcer
|
|
4. Coverage Analyzer
|
|
0
|
Detailed explanation-1: -5. Which of the following testing tools examine program systematically & automatically ? Explanation: A static analyzer operates from a pre-computed database o descriptive information derived from the source text of the program.
Detailed explanation-2: -SourceMeter is an example of a static testing tool that can aid in analyzing code in C, C++, Java, C# and Python. PyCharm is a Python integrated development environment that also has static code testing features. Veracode is another static testing tool.
Detailed explanation-3: -Few points of differences among static and dynamic testing are as under: Testing tools can be classified into following two categories: Dynamic Test Tools: These tools test the software system with ‘live’ data.