Which tool or method would be best for identifying vulnerabilities in a web application's code before it's deployed?

  • Code Review
  • JUnit
  • Selenium
  • Wireshark
A Code Review is a systematic examination of the application's source code. It's conducted to find vulnerabilities or bugs before the app is deployed. While tools like Selenium and JUnit focus on functional testing, and Wireshark on network analysis, only a thorough code review provides insights into code vulnerabilities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *