Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 969 Bytes

TestPlan.md

File metadata and controls

32 lines (22 loc) · 969 Bytes

Test Plan for the Covid-19 Buddy app

Introduction

Covid-19 buddy app is a fullstack web app which integrates AI to help users to get help with COVID-19 related questions from trustworthy resources

Test Items:

List of software items that are to be tested.

  • TBD

Approach or Approach/Techniques

Jest is used as the main testing framework for this project. Mocking techniques via Jest are also used extensively in the server-side and client-side testing.

Server-side Testing

Test Location: <project_root>/server/src/_tests_

  • TBD

Client-side Testing

Test Location: <project_root>/client/src/_tests_

  • TBD

End-to-End Testing

Test Location: <project_root>/_tests_/e2e

  • TBD

Environmental Needs

Environmental requirements such as hardware, software, OS, network configuration, tools, etc.

  • TBD

Test Cases Design

  • TBD