Web project test points and test cases (login registration test points, addition, deletion, modification, query test points, etc.)


foreword

This article takes the web project: online examination and background management system as an example to introduce the test points and test cases of the web project.


1. Login module

Login Register Test Point

Display of the login page of the project:
insert image description here
Display of the registration interface of the project:
insert image description here
insert image description here

insert image description here
insert image description here
insert image description here


2. Add, delete, modify, check and flip module

Add, delete, check, modify, and page-turning test points

Addition and modification: Take the teacher adding an exam as an example, the page is as follows:
insert image description here
Test point 1:
insert image description hereinsert image description here
Delete query: Take the exam management page as an example:
insert image description hereTest point 2:

insert image description here
insert image description here

Page turning display: take the test management page as an example:
test point 3:
insert image description here


3. Test cases

The following shows some test cases using equivalence classes and boundary value methods

insert image description here

insert image description here
Test case:

insert image description here

insert image description here
insert image description here


Summarize

That's all for this article.

Guess you like

Origin blog.csdn.net/m0_53689542/article/details/125309208