Skip to main content
Version: 1.0.0

Test Case

Only tests that require test cases are listed among the test types targeted for execution in Test Planning.

Functional test

  • Title Screen
    • The title should be displayed
    • Ability to transition to the avatar selection screen by pressing the Go button
  • Avatar selection screen
  • Virtual space
    • Ability to voice chat
      • Ability to toggle mute
    • Ability to text chat
      • Message appears on the screen when typing a message
    • Ability to play multiplayer
      • Ability to move and jump
    • Ability to return to the avatar selection screen
    • When the maximum number of players is exceeded, users will be notified and return to the avatar selection screen

Configuration test

Failure test

  • Virtual Space
    • If Vivox (SaaS) is not accessible
      • If the client is not connected to the network
        • User must be notified that access is not available
        • All features other than text/voice chat are available
      • If Vivox (SaaS) fails and cannot respond to clients
        • Not implemented as there is no way to implement this
    • If the multiplayer server is not accessible
      • If the client is not connected to the network
        • User is notified that access is not available
        • All features other than Multiplayer are available
      • If the multiplayer server fails and cannot respond to the client
        • The user will be notified that access is denied
        • All features other than Multiplayer are available