medium
Single Answer
0Sophia wants to test her company’s web application to see if it is handling business logic properly. Which testing method would be most effective for this?
Answer Options
A
Static code analysis
B
Fuzzing
C
Baselining
D
Version control
Correct Answer: A
Explanation
Static code analysis can help identify business logic issues by leveraging expert knowledge and understanding of the business process and logic involved. Fuzzing is a technique whereby the tester intentionally enters incorrect values into input fields to see how the application will handle it but doesn’t directly test business logic. Baselining is the process of establishing security standards, and version control simply tracks changes in the code—it does not test the code.