Skip to content
Snippets Groups Projects
ManualTest.md 4.52 KiB

GoodRead Crawler Manual Test

This is a manual test plan for cs242-sp21 assignment1: UNO game.

System Requirements

OS:

The following OS are appropriate system for running the UNO application and testing.

  • Windows 7 or above
  • Mac OS X
  • Linux

Testing Prerequisites

Softwares/applications are required for running the test.

  • Python 3
  • Javascript
  • React JS

Scenes for Testing

![1](./ManualTestPictures/1%20(1).png)

1.GET function

Test1.1

  • test content: Test GET exist book data
  • expect result: Successfully get book data and showing in table ![2](./ManualTestPictures/1%20(5).png)

Test1.2

  • test content: Test GET exist author data
  • expect result: Successfully get author data and showing in table ![3](./ManualTestPictures/1%20(4).png)

Test1.3

  • test content: Test GET unexist book data
  • expect result: Request failed ![4](./ManualTestPictures/1%20(2).png)

Test1.4

  • test content: Test GET unexist author data
  • expect result: Request failed ![5](./ManualTestPictures/1%20(3).png)