You are an application developer for your company. You create an ASP.NET Web application. The application allows customers to select items for purchase. During the active session of a customer, data about the quantity and price of items selected by the customer is stored in a cookie on the client computer. You need to test the application for security vulnerabilities. What should you do?
A: Test the application by using a browser that has cookies disabled.
B: Test the application by selecting 150 items for purchase.
C: Test the application by using a cookie that you create in a text editor.
D: Test the application by using the five most common Internet browsers.
Select Answer:
A
B
C
D
|