My Top 5 Demo Apps to Practice Software Testing

·

1 min read

When I first started learning about software testing one of my main problems was finding demo applications to practice against. Here are five of my favourite demo applications:

OWASP Juice Shop is an insecure-by-design web application created for security testing. It contains a number of hacking challenges of varying difficulty where the user is supposed to exploit the underlying vulnerabilities.

chrome_EL60jIsCmg.png

Swag Labs is an e-commerce store that's great for UI testing. It has 4 different logins; standard, locked out, problem, and performance-glitch user.

bM4J3qdNJp.png

My Demo is a mobile application created in react native. It can be used as a sample app for test automation on your local machine, in an Android Emulator, iOS Simulator, or Real Device Cloud.

studio64_DWsnDc4AhJ.png

Restful Booker is a CRUD (Create, Read, Update, Delete) Web API that comes with authentication features and a bunch of bugs for you to explore. It has detailed API documentation to help get you started.

Postman_WkNeGXLEQH.png

JPetStore is an e-commerce store often used for performance testing.

3jdgtufiqV.png

Resources

If you have any recommendations please comment below.