From e20745a269d53e69f1eb8c107963f30522a9135e Mon Sep 17 00:00:00 2001 From: zshan2 <zshan2@illinois.edu> Date: Tue, 16 Mar 2021 04:05:49 +0000 Subject: [PATCH] Update ManualTest.md --- ManualTest.md | 68 +++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/ManualTest.md b/ManualTest.md index 0921090..d852809 100644 --- a/ManualTest.md +++ b/ManualTest.md @@ -20,7 +20,7 @@ Softwares/applications are required for running the test. ## Scenes for Testing -.png) +.png) ## 1.GET function @@ -29,56 +29,56 @@ Softwares/applications are required for running the test. Test GET exist book data - expect result: Successfully get book data and showing in table -.png) +.png) #### Test1.2 - test content: Test GET exist author data - expect result: Successfully get author data and showing in table -.png) +.png) #### Test1.3 - test content: Test GET unexist book data - expect result: Request failed -.png) +.png) #### Test1.4 - test content: Test GET unexist author data - expect result: Request failed -.png) +.png) #### Test1.5 - test content: Test search exist book data with id - expect result: Successfully find the data and print in table -.png) +.png) #### Test1.6 - test content: Test search exist book data with flexible search condition - expect result: Successfully find the data and showing in table -.png) +.png) #### Test1.7 - test content: Test search unexist book data - expect result: Request failed -.png) +.png) #### Test1.8 - test content: Test using scrape in GET command - expect result: Request failed -.png) +.png) ## 2.PUT function @@ -87,34 +87,34 @@ Softwares/applications are required for running the test. Test PUT update data for exist book documentation - expect result: No new document is created, existing document updated -.png) -.png) -.png) +.png) +.png) +.png) #### Test2.2 - test content: Test PUT new book documentation - expect result: A new book document is created -.png) -.png) +.png) +.png) #### Test2.3 - test content: Test PUT update data for exist author documentation - expect result: No new document is created, existing document updated -.png) -.png) -.png) +.png) +.png) +.png) #### Test2.4 - test content: Test PUT new author documentation - expect result: A new author document is created -.png) -.png) +.png) +.png) ## 3.POST function @@ -124,8 +124,8 @@ Softwares/applications are required for running the test. Test POST book data - expect result: Successfully post new book documtent -.png) -.png) +.png) +.png) #### Test3.2 @@ -133,24 +133,24 @@ Softwares/applications are required for running the test. Test POST author data - expect result: Successfully post new author documtent -.png) -.png) +.png) +.png) #### Test3.3 - test content: Test Scrape data - expect result: New book and author data is added into collections -.png) -.png) +.png) +.png) #### Test3.4 - 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 - expect result: Successfully changed the form -.png) -.png) +.png) +.png) ## 4.DELETE function @@ -159,21 +159,21 @@ Softwares/applications are required for running the test. Test DELETE book data by id - expect result: Successfully delete the book data -.png) +.png) #### Test4.2 - test content: Test DELETE author data by name - expect result: Successfully delete the author data -.png) +.png) #### Test4.3 - test content: Test DELETE unexist data - expect result: Request failed -.png) +.png) ## 5.Responsive UI Test @@ -182,13 +182,13 @@ Softwares/applications are required for running the test. Test main page can fit mobile device - expect result: All elements can be fitted in screen of mobile-device size -.png) +.png) #### Test5.2 - test content: Test data table can scroll - expect result: Data table can be scroll to right and left when the screen's size is not large enough -.png) -.png) -.png) +.png) +.png) +.png) -- GitLab