Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sp21-cs242-assignment2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zshan2
sp21-cs242-assignment2
Commits
e20745a2
Commit
e20745a2
authored
4 years ago
by
zshan2
Browse files
Options
Downloads
Patches
Plain Diff
Update ManualTest.md
parent
cdc37228
No related branches found
No related tags found
1 merge request
!2
Implementation of assignment-2.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ManualTest.md
+34
-34
34 additions, 34 deletions
ManualTest.md
with
34 additions
and
34 deletions
ManualTest.md
+
34
−
34
View file @
e20745a2
...
@@ -20,7 +20,7 @@ Softwares/applications are required for running the test.
...
@@ -20,7 +20,7 @@ Softwares/applications are required for running the test.
## Scenes for Testing
## Scenes for Testing

.png)

.png)
## 1.GET function
## 1.GET function
...
@@ -29,56 +29,56 @@ Softwares/applications are required for running the test.
...
@@ -29,56 +29,56 @@ Softwares/applications are required for running the test.
Test GET exist book data
Test GET exist book data
-
expect result:
-
expect result:
Successfully get book data and showing in table
Successfully get book data and showing in table

.png)

.png)
#### Test1.2
#### Test1.2
-
test content:
-
test content:
Test GET exist author data
Test GET exist author data
-
expect result:
-
expect result:
Successfully get author data and showing in table
Successfully get author data and showing in table

.png)

.png)
#### Test1.3
#### Test1.3
-
test content:
-
test content:
Test GET unexist book data
Test GET unexist book data
-
expect result:
-
expect result:
Request failed
Request failed

.png)

.png)
#### Test1.4
#### Test1.4
-
test content:
-
test content:
Test GET unexist author data
Test GET unexist author data
-
expect result:
-
expect result:
Request failed
Request failed

.png)

.png)
#### Test1.5
#### Test1.5
-
test content:
-
test content:
Test search exist book data with id
Test search exist book data with id
-
expect result:
-
expect result:
Successfully find the data and print in table
Successfully find the data and print in table

.png)

.png)
#### Test1.6
#### Test1.6
-
test content:
-
test content:
Test search exist book data with flexible search condition
Test search exist book data with flexible search condition
-
expect result:
-
expect result:
Successfully find the data and showing in table
Successfully find the data and showing in table

.png)

.png)
#### Test1.7
#### Test1.7
-
test content:
-
test content:
Test search unexist book data
Test search unexist book data
-
expect result:
-
expect result:
Request failed
Request failed

.png)

.png)
#### Test1.8
#### Test1.8
-
test content:
-
test content:
Test using scrape in GET command
Test using scrape in GET command
-
expect result:
-
expect result:
Request failed
Request failed

.png)

.png)
## 2.PUT function
## 2.PUT function
...
@@ -87,34 +87,34 @@ Softwares/applications are required for running the test.
...
@@ -87,34 +87,34 @@ Softwares/applications are required for running the test.
Test PUT update data for exist book documentation
Test PUT update data for exist book documentation
-
expect result:
-
expect result:
No new document is created, existing document updated
No new document is created, existing document updated

.png)

.png)

.png)

.png)

.png)

.png)
#### Test2.2
#### Test2.2
-
test content:
-
test content:
Test PUT new book documentation
Test PUT new book documentation
-
expect result:
-
expect result:
A new book document is created
A new book document is created

.png)

.png)

.png)

.png)
#### Test2.3
#### Test2.3
-
test content:
-
test content:
Test PUT update data for exist author documentation
Test PUT update data for exist author documentation
-
expect result:
-
expect result:
No new document is created, existing document updated
No new document is created, existing document updated

.png)

.png)

.png)

.png)

.png)

.png)
#### Test2.4
#### Test2.4
-
test content:
-
test content:
Test PUT new author documentation
Test PUT new author documentation
-
expect result:
-
expect result:
A new author document is created
A new author document is created

.png)

.png)

.png)

.png)
## 3.POST function
## 3.POST function
...
@@ -124,8 +124,8 @@ Softwares/applications are required for running the test.
...
@@ -124,8 +124,8 @@ Softwares/applications are required for running the test.
Test POST book data
Test POST book data
-
expect result:
-
expect result:
Successfully post new book documtent
Successfully post new book documtent

.png)

.png)

.png)

.png)
#### Test3.2
#### Test3.2
...
@@ -133,24 +133,24 @@ Softwares/applications are required for running the test.
...
@@ -133,24 +133,24 @@ Softwares/applications are required for running the test.
Test POST author data
Test POST author data
-
expect result:
-
expect result:
Successfully post new author documtent
Successfully post new author documtent

.png)

.png)

.png)

.png)
#### Test3.3
#### Test3.3
-
test content:
-
test content:
Test Scrape data
Test Scrape data
-
expect result:
-
expect result:
New book and author data is added into collections
New book and author data is added into collections

.png)

.png)

.png)

.png)
#### Test3.4
#### Test3.4
-
test content:
-
test content:
Test the input form of book-type doc can be closed by click 'back' button and another form of author-type can be opened
Test the input form of book-type doc can be closed by click 'back' button and another form of author-type can be opened
-
expect result:
-
expect result:
Successfully changed the form
Successfully changed the form

.png)

.png)

.png)

.png)
## 4.DELETE function
## 4.DELETE function
...
@@ -159,21 +159,21 @@ Softwares/applications are required for running the test.
...
@@ -159,21 +159,21 @@ Softwares/applications are required for running the test.
Test DELETE book data by id
Test DELETE book data by id
-
expect result:
-
expect result:
Successfully delete the book data
Successfully delete the book data

.png)

.png)
#### Test4.2
#### Test4.2
-
test content:
-
test content:
Test DELETE author data by name
Test DELETE author data by name
-
expect result:
-
expect result:
Successfully delete the author data
Successfully delete the author data

.png)

.png)
#### Test4.3
#### Test4.3
-
test content:
-
test content:
Test DELETE unexist data
Test DELETE unexist data
-
expect result:
-
expect result:
Request failed
Request failed

.png)

.png)
## 5.Responsive UI Test
## 5.Responsive UI Test
...
@@ -182,13 +182,13 @@ Softwares/applications are required for running the test.
...
@@ -182,13 +182,13 @@ Softwares/applications are required for running the test.
Test main page can fit mobile device
Test main page can fit mobile device
-
expect result:
-
expect result:
All elements can be fitted in screen of mobile-device size
All elements can be fitted in screen of mobile-device size

.png)

.png)
#### Test5.2
#### Test5.2
-
test content:
-
test content:
Test data table can scroll
Test data table can scroll
-
expect result:
-
expect result:
Data table can be scroll to right and left when the screen's size is not large enough
Data table can be scroll to right and left when the screen's size is not large enough

.png)

.png)

.png)

.png)

.png)

.png)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment