Which tool is commonly used for automated static analysis to detect code vulnerabilities?
- JIRA
- Jenkins
- Selenium
- SonarQube
SonarQube is a popular tool used for static code analysis. It scans source code for vulnerabilities, bugs, and code smells, providing a comprehensive overview of code quality. JIRA, Selenium, and Jenkins serve different purposes in the software development lifecycle.
Loading...
Related Quiz
- You are assessing the efficiency of your test processes. Which metric would give you insights into how many defects remain in the software post-release?
- The process where real users try out prototypes of the design to identify usability flaws before the design is finalized is called _______.
- When a system is deliberately pushed beyond its designed limits to identify weak points, it is undergoing _______ testing.
- When should a tester prioritize system testing over other forms of testing?
- _______ testing is beneficial when there are frequent code changes, and immediate feedback on the changes is needed.