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.
Loading...
Related Quiz
- During the STLC, the process of executing the test cases and reporting defects is carried out in the _______ phase.
- Considering the advanced features and integrations, which tool would be best suited for continuous integration and testing in a DevOps environment?
- Imagine you're testing a newly developed mobile application, and you don't have any knowledge of its internal coding. Which type of testing technique would you primarily rely on?
- In Beta Testing, the software is released to a limited number of _______ for evaluation.
- For Continuous Integration to be effective, what should developers frequently do with their code?