Bug Hunting on SAW
I am a software developer and project manager; passionate about solving problems through IT.
Search for a command to run...
I am a software developer and project manager; passionate about solving problems through IT.
No comments yet. Be the first to comment.
The realm of Brain-Computer Interfaces (BCIs) is rapidly evolving, promising to revolutionize human-computer interaction. From medical applications like restoring mobility and communication to entertainment and cognitive enhancement, BCIs are poised ...
If you’re into Technical Writing or a member of any tech community, you’ve probably heard of the buzzword “DevRel.” It’s strange and confusing how so many job roles have been introduced into the world during this information age, and even confusing t...
Java is a multi-platform, object-oriented, and network-centric language. Spring Boot is an open-source Java-based framework used to create a microservice. It provides a good platform for Java developers to develop stand-alone and production-grade spr...
Going straight to coding without a ‘definite’ idea of what your app should look and feel like is very risky and can lead to unnecessary rework. It’s therefore necessary to plan a roadmap or process flow. This does not mean you have to have it all pla...
Web scraping is an automatic method to obtain large amounts of data from websites. The data is largely unstructured and can be further refined.
In this article, we will be testing the desktop application Scrape Any Website as an exercise for the HNGi11 program.
At the end of this tutorial, you should be able to understand:
Have an introductory understanding of the Scrape Any Website tool.
Some bugs observed on the platform
Download the tool via the website Scrape Any Website or Windows Store download page Scrape Any Website
Documentation of the report (bugs) using Google Sheet.
View the bug report via Bug Report
The following bugs were observed.

Image 1.1- Adding a Scrape Job

Image 1.2- Adding a Scrape Job with text highlighted
The condition "x" must be a part of the URL failed as I was able to add the LinkedIn URL.

Image 2.1- URLText Constraint not working
Following issue 2, the LinkedIn website was scraped but no further information was provided.

Image 3.1- URL with text constraint scraped "unsuccessfully"
In addition to no template provided, the application completely shut down on providing an Excel sheet containing URLs.

Image 4.1- Application shutdown on upload of URLs from file
After restarting the application and trying to add a single URL, it seemed nothing worked. Closing the pop-up and clicking the "Save" button multiple times, the URL was finally saved.
Image 5.1- URL took too long to add
Although this article was written in line with the requirement of the HNGi11 Testing track, I hope you have learnt about the ScrapeAnyWebsite tool and standard testing reporting template.