> For the complete documentation index, see [llms.txt](https://qatesting.gitbook.io/qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qatesting.gitbook.io/qa/manual-testing/defect-life-cycle/sample-defect-reports.md).

# Sample Defect Reports

<table data-full-width="true"><thead><tr><th width="108">ID</th><th width="160">Description</th><th width="200">Steps to Reproduce</th><th width="199">Expected Result</th><th width="141">Actual Result</th><th width="110">Severity</th><th>Priority</th><th>Assigned To</th><th>Status</th></tr></thead><tbody><tr><td>D001</td><td>The login button is not working on the login page of the website.</td><td>1. Navigate to the login page of the website.<br>2. Attempt to click on the login button.<br>3. Observe that the button does not respond to clicks.</td><td>The user should be able to click on the login button to proceed with the login process.</td><td>The login button does not respond to clicks, preventing users from logging in.</td><td>High</td><td>High</td><td>John Doe</td><td>Open</td></tr><tr><td>D002</td><td>The search bar is not functioning on the home page.</td><td>1. Navigate to the home page of the website.<br>2. Attempt to use the search bar to search for a product.<br>3. Observe that no search results are displayed.</td><td>The user should be able to search for products using the search bar on the home page.</td><td>The search bar is not functioning, and no search results are displayed.</td><td>Medium</td><td>High</td><td>Jane Smith</td><td>Open</td></tr><tr><td>D003</td><td>The product prices are not being displayed correctly on the product page.</td><td>1. Navigate to the product page for any product.<br>2. Observe that the price displayed is not correct.</td><td>The price displayed should be the correct price of the product.</td><td>The price displayed is not correct, and is significantly higher or lower than the actual price.</td><td>High</td><td>High</td><td>John Doe</td><td>In Progress</td></tr><tr><td>D004</td><td>The checkout process is not working correctly.</td><td>1. Add a product to the cart.<br>2. Proceed to checkout.<br>3. Observe that the checkout process does not proceed correctly.</td><td>The user should be able to complete the checkout process without any errors.</td><td>The checkout process does not proceed correctly, and the user is unable to complete the purchase.</td><td>High</td><td>High</td><td>Jane Smith</td><td>In Progress</td></tr><tr><td>D005</td><td>The website crashes when too many users are accessing it simultaneously.</td><td>1. Have a large number of users access the website at the same time.<br>2. Observe that the website crashes or becomes unresponsive.</td><td>The website should be able to handle a large number of users accessing it simultaneously without crashing.</td><td>The website crashes or becomes unresponsive when too many users are accessing it simultaneously.</td><td>Critical</td><td>High</td><td>John Doe</td><td>Open</td></tr><tr><td>D006</td><td>The system is not properly integrating with the payment gateway, and users are unable to complete their transactions.</td><td>1. Attempt to complete a transaction on the website.<br>2. Observe that the transaction does not complete successfully.</td><td>The user should be able to complete transactions successfully using the payment gateway.</td><td>The payment gateway is not properly integrated with the system, and users are unable to complete transactions.</td><td>High</td><td>High</td><td>Jane Smith</td><td>In Progress</td></tr><tr><td>D007</td><td>The font size on the website is too small, and users are having difficulty reading the text.</td><td>1. Navigate to the website.<br>2. Observe that the font size is too small.</td><td>The font size should be large enough for users to read comfortably.</td><td>The font size is too small, and users are having difficulty reading the text.</td><td>Low</td><td>Medium</td><td>John Doe</td><td>Resolved</td></tr><tr><td>D008</td><td>The navigation menu on the website is confusing, and users are having difficulty finding what they need.</td><td>1. Navigate to the website.<br>2. Attempt to find a specific page or product using the navigation menu.<br>3. Observe that the navigation menu is confusing and difficult to use.</td><td>The navigation menu should be clear and easy to use, allowing users to find what they need quickly and easily.</td><td>The navigation menu is confusing and difficult to use, causing users to have difficulty finding what they need.</td><td>Medium</td><td>High</td><td>Jane Smith</td><td>Open</td></tr><tr><td>D009</td><td>The system is taking too long to load, and users are experiencing slow response times.</td><td>1. Navigate to the website.<br>2. Observe that the system is taking an excessive amount of time to load.</td><td>The system should be able to load quickly and respond to user requests in a timely manner.</td><td>The system is taking too long to load, and users are experiencing slow response times.</td><td>High</td><td>High</td><td>John Doe</td><td>In Progress</td></tr><tr><td>D010</td><td>The system is vulnerable to SQL injection attacks, and user data is at risk of being stolen.</td><td>1. Attempt to perform a SQL injection attack on the system.<br>2. Observe that the attack is successful,allowing access to user data.</td><td>The system should be secure and protected against SQL injection attacks, preventing unauthorized access to user data.</td><td>The system is vulnerable to SQL injection attacks, and user data is at risk of being stolen.</td><td>Critical</td><td>High</td><td>Jane Smith</td><td>In Progress</td></tr><tr><td>D011</td><td>The website is not displaying correctly on mobile devices, and users are having difficulty navigating it.</td><td>1. Navigate to the website using a mobile device.<br>2. Observe that the website is not displaying correctly.</td><td>The website should be able to display correctly on all types of devices, allowing users to navigate it easily.</td><td>The website is not displaying correctly on mobile devices, and users are having difficulty navigating it.</td><td>Medium</td><td>High</td><td>John Doe</td><td>In Progress</td></tr><tr><td>D012</td><td>The system is not compatible with older versions of the web browser, and users are unable to access it.</td><td>1. Attempt to access the system using an older version of the web browser.<br>2. Observe that the system is not compatible with the browser version.</td><td>The system should be compatible with all major web browsers and versions, allowing users to access it regardless of their browser choice.</td><td>The system is not compatible with older versions of the web browser, and users are unable to access it.</td><td>Medium</td><td>High</td><td>Jane Smith</td><td>Open</td></tr><tr><td>D013</td><td>The changes made to the system in the latest release have caused existing functionality to stop working.</td><td>1. Navigate to the affected functionality.<br>2. Observe that it is no longer working correctly.</td><td>The existing functionality should continue to work correctly after the latest release.</td><td>The changes made to the system in the latest release have caused existing functionality to stop working.</td><td>High</td><td>High</td><td>John Doe</td><td>In Progress</td></tr><tr><td>D014</td><td>A bug that was previously fixed has reappeared in the latest release of the system.</td><td>1. Navigate to the affected area.<br>2. Observe that the bug has reappeared.</td><td>Bugs that have been previously fixed should not reappear in new releases of the system.</td><td>A bug that was previously fixed has reappeared in the latest release of the system.</td><td>High</td><td>High</td><td>Jane Smith</td><td>In Progress</td></tr><tr><td>D015</td><td>The system does not meet the requirements outlined in the acceptance criteria, and it cannot be released to production.</td><td>1. Review the acceptance criteria for the system.<br>2. Observe that the system does not meet the specified requirements.</td><td>The system should meet the requirements outlined in the acceptance criteria before it can be released to production.</td><td>The system does not meet the requirements outlined in the acceptance criteria, and it cannot be released to production.</td><td>Critical</td><td>High</td><td>John Doe</td><td>Open</td></tr></tbody></table>
