Share a software testing project that can be written in the resume of a big factory in 2023

Come again to recommend software testing projects to everyone. When it comes to finding projects, I am a professional: for every project I find, I will study it, build it, use it, step on its pits, and then help you fill in the pits.

I have also updated many projects before. Many friends have practiced the projects I provided. Not only can they understand software testing more deeply, they can also write these projects into their resumes and find jobs. If you missed them, take a good look at my history articles.

This time, the project I recommend is still very suitable for practice, because it:

  • Very small - not many people have used it
  • Easy to understand - simple business model
  • Very practical - many bugs, easy to use

Not much to say, let's come to Kangkang together:
 

The project is suitable for the crowd

  1. Can't find a partner for the software testing project
  2. I found the project, but I don't know how to build the environment, because it is too difficult to get started
  3. The environment is built, but there are not many bugs in the project, the practicality is not strong, and there is nothing to learn
  4. I found the bug, but I don't know how to locate the cause of the bug, I can only learn the surface

Project Introduction

This is a pet hospital management system , which is divided into the front-end customer use page and the back-end management page.

 

 

Front page

Customers can make an appointment, browse articles published by the hospital, enter the hospital mall to shop, leave messages to the official, and view their own records, such as: medical records, appointment records, vaccination records, etc.

 

Unregistered users
Non-registered users (that is, tourists) enter the homepage of the hospital's official website, can browse the hospital's publicity and articles published by the hospital, enter the hospital mall to browse the products on sale, search for published articles and products, register and log in.

Registered users
Registered users can modify personal information and pet information, issue an appointment form (doctor and beautician appointment), shop in the hospital mall, collect products, leave a message to the official, and view related record information, such as: cases, appointments , consultation, order records, etc.

background page

The system administrator
has the highest authority and can manage all data, assign permissions to all roles and create roles.

Business administrators
can manage purchases, sales, inventory, view statistics, suppliers, customers, commodities, beginning inventory, front-end carousel, equipment, articles, messages, hospital supplies, storage, customer news, customer orders, customer appointments Forms, customer consultation records, medical records, laboratory records, vaccination records, customer return visit records, foster care records, etc.

The doctor
accepts and processes the appointment form issued by the customer, and answers the customer's consultation.

Beauticians
can accept and process beauty appointments posted by customers.

The system itself
automatically creates an empty appointment form (an appointment form not accepted by the customer) belonging to each doctor or beautician at 0:00 every day, and automatically screens out the empty appointment form that expires after 5 minutes every minute and deletes it from the database. Automatically screen and cancel orders submitted by customers that have not been paid for more than one day and release inventory, automatically remove the "new product" label of products with a release date of more than 3 months at 1:00 am every day, and the system automatically returns the same day after the hospital goes to work (8:00 am) Send reminder messages to customers who have an appointment.

Project Construction
The project author did not provide an installation tutorial. If you have a Java foundation, you can build the environment according to the following ideas:

  1. Installation basic environment: Java8, MySQL5.6, IDEA
  2. Create a new database in MySQL and import the db_pethospital.sql file in the project
  3. Configure the maven environment in IDEA
  4. Configure the SpringBoot Web environment in IDEA
  5. Start and run the Application
     

1. Out of the box

On the premise that the basic environment is OK, you can start the service by opening the project with IDEA, which saves a lot of configuration process and helps you use the project quickly and conveniently.

 

2. Complete construction tutorial

①Provide a complete basic environment + graphic tutorial for project environment construction

②Provide a video tutorial on project environment construction 

 ③Provide the installation software of the basic environment

 

3. Locate the cause of the bug

In addition, I will provide you with an additional explanation video, which will take you to find two bugs on the spot, locate the cause of the bug step by step, and teach you how to locate the bug.

 Finally: [Video tutorials that may help you]
Finally, I would like to thank everyone who reads my article carefully. Reciprocity is always necessary. Although it is not a very valuable thing, you can take it away if you need it

 

Supongo que te gusta

Origin blog.csdn.net/lzz718719/article/details/130709347
Recomendado
Clasificación