Skip to content

TESTING for iteration 1

Saruj Sattayanurak edited this page Oct 23, 2021 · 11 revisions

Total 37 test cases (updated 24 Oct)

  • Pass 37
  • Fail 0

Test Approach

  • Unit testing with JEST - see more detail in src/test/helper.test.js
  • BBD with Cucumber - here is an example of Gherkin code
Feature: Priority

Scenario: Assign priority to each user

Given user who was born on 2000-10-20
When user is a teacher
Then user have been assigned to priority level 3

see more priority.feature and steps.js both file are in features

Run test

  • JEST - yarn test
  • Cucumber - npx cucumber-js

Test Information

Clone this wiki locally