avatarAndreea-QA

Summary

The website provides a curated list of resources for practicing manual software testing, including mock websites, testing challenges, and a live testing project.

Abstract

The article outlines three valuable resources for aspiring software testers to hone their skills through practical exercises. The first resource is FindBugs by UTest, a mock e-commerce site with intentional bugs for users to identify and report. The second resource, Testing Challenges, offers a series of scenarios designed to help testers identify test cases, find bugs, and apply black box testing techniques. Lastly, Guru99's Live Manual Testing Project simulates a corporate testing environment with a demo banking website, guiding participants through a 13-day testing cycle that includes tasks such as requirements analysis, test case design, execution, and various stages of bug handling. The article emphasizes that while these resources cannot fully replace real-world experience, they are instrumental in complementing theoretical knowledge with practical application.

Opinions

  • The author acknowledges the challenge of gaining experience in software testing and suggests that the listed resources can help bridge the gap between theoretical knowledge and practical experience.
  • FindBugs is highlighted as a useful tool for practicing bug identification and reporting, with examples and types of bugs provided to guide users.
  • Testing Challenges is described as a fun and engaging way to practice a range of testing skills, including the application of black box testing techniques.
  • The Live Manual Testing Project from Guru99 is praised for its comprehensive approach, simulating a real software development lifecycle and providing daily tasks to participants over a 13-day period.
  • The author encourages readers to support them by following their work, making a donation, or joining Medium through their referral link, indicating a desire for reader engagement and support for their content.

3 Resources to Practice Manual Testing

A short list of websites and apps where you can practice your software testing skills

Image by mohamed_hassan from Pixabay

I know the biggest challenge for people who just started learning software testing is the lack of experience. You need the experience to get a job, but you need a job to get experience — see the problem?

Image source: reddit.com

I’m not saying that the resources I will show you can replace a real experience on a real project. Still, they should help you put into practice everything you probably read so many times about testing, finding defects, writing test cases, and so on, and provide some practical experience, to complement your theoretical knowledge.

FindBugs from UTest

The first website to practice is FindBugs. It’s a mock e-commerce site, with bugs planted inside. Once you identify a bug, a sample report will open with all the information needed:

It also provides a place where you can practice reporting bugs yourselves, and also some examples and types of bugs that you should find on the website.

Testing Challenges

This is a very fun one — this site provides 9 relevant testing challenges (not sure where challenge #3 disappeared):

They range from identifying test data, finding bugs, creating test cases, and applying black box testing techniques.

Live Manual Testing Project from Guru99

You need to subscribe for this one — it’s a really well-thought project that lasts for 13 days. You will receive 1 email daily with the task to perform before the next phase.

The tasks range from requirements analysis, test case design, test case execution, and bug reporting, to bug validation and regression testing.

What makes it valuable is that it really simulates the normal life cycle of a software development process, providing different versions of the application that you can test.

The links included in this article are not affiliate links, but you can support me by following me, buying me a coffee, or joining Medium using my referral link below:

Software Testing
QA
Quality Assurance
Testing
Manual Testing
Recommended from ReadMedium