DEV Community

Abdiel Wilson
Abdiel Wilson

Posted on

Bug Report for SAW

Date: 01/07/2024

Summary:
The application has multiple issues affecting its usability, particularly with the URL management functionalities. Various buttons and features do not perform as expected, and some operations cause the application to crash or behave unpredictably.

Detailed Description of Issues:

UI Issue: "Add URL" Button Covers Text on Startup

  • Severity: Medium
  • Description: Upon opening the application, the "Add URL" button overlaps with text on the screen, obstructing readability.
  • Steps to Reproduce:
  • Open the application.
  • Observe the "Add URL" button's position relative to on-screen text.
    "Add URL" Button Non-Functional

  • Severity: High

  • Description: The "Add URL" button does not function when clicked.

  • Steps to Reproduce:

  • Click the "Add URL" button.

  • No action is taken by the application.
    "URL Must Contain" Text on Sidebar Not Functional

  • Severity: Medium

  • Description: The feature indicating that the URL must contain specific text on the sidebar does not work as intended.

  • Steps to Reproduce:

  • Add a URL.

  • Check if the URL is validated against the specified text.
    Inconsistent Performance: "Add URLs from File"

  • Severity: High

  • Description: Adding URLs from a file does not work reliably; sometimes, the app needs to be restarted to function correctly.

  • Steps to Reproduce:

  • Attempt to add URLs from a file.

  • Observe if the operation succeeds without requiring a restart.
    False Link Detection in DOCX Files

  • Severity: Medium

  • Description: The application detects links in DOCX files that do not contain any links. It is unclear if this is intentional.

  • Steps to Reproduce:

  • Add a DOCX file with no links.

  • Check if the app identifies any links.
    Loss of Scrapped Links on Restart

  • Severity: High

  • Description: When the app is restarted, it only retains scraped links, and un-scrapped links are lost.

  • Steps to Reproduce:

  • Scrap links in the app.

  • Restart the app.

  • Observe that only scraped links are present.
    App Crash When Adding DOCX File with URLs

  • Severity: Critical

  • Description: The application closes unexpectedly when a DOCX file containing URLs is added.

  • Steps to Reproduce:

  • Add a DOCX file containing URLs.

  • Observe if the app crashes.
    Incorrect URL Display After Restart

  • Severity: High

  • Description: After restarting the app, it displays random URLs associated with a file instead of the correct URLs.

  • Steps to Reproduce:

  • Add a file with URLs.

  • Restart the app.

  • Check the URLs displayed.
    Scraping Functionality Without Internet

  • Severity: Medium

  • Description: The application continues to scrape URLs even when there is no internet connection, which is unexpected behavior.

  • Steps to Reproduce:

  • Disconnect from the internet.

  • Attempt to scrape URLs.

  • Observe if the app continues to scrape.
    Environment:
    App Version:
    Operating System: Windows 10

Additional Comments: It is crucial to address these issues to improve the application's reliability and user experience. Please feel free to contact me for any further information or clarification.

Top comments (0)