STAPLE-verse / STAPLE

2 stars 0 forks source link

Standardized (Human) Testing Protocol to outline steps to check main features #162

Open chartgerink opened 4 weeks ago

doomlab commented 2 weeks ago

A list of things we can test (just making a starting list):

chartgerink commented 2 weeks ago

Great first list! In terms of unit testing, I can imagine the following can be best tested directly:

  1. mutations/queries
  2. components

In that sense, checking whether form data can be edited for example, could be a part of a unit test of that component. The biggest thing that would be left for a (human) testing protocol are those that combine across components, queries/mutations at the same time. These you could cover with integration tests, but I would recommend to stick to implementing one type of test first 😊

doomlab commented 2 weeks ago

What we've done so far:

Notes from meeting: (how to approach)

What is the scope and what is the work?

Do we need support on building these?

doomlab commented 2 weeks ago

what kinds of tests would be helpful information on queries or mutations?

chartgerink commented 1 week ago

@doomlab may these last few comments be more applicable in #156? I thought this item was more about a protocol to test those things that we do not include in the unit tests (for example, the process of signing up and creating a project altogether).