You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

division.feature 297 B

2 years ago
12345678910
  1. # language: en
  2. Feature: Division
  3. In order to avoid silly mistakes
  4. Cashiers must be able to calculate a fraction
  5. Scenario: Regular numbers
  6. * I have entered 3 into the calculator
  7. * I have entered 2 into the calculator
  8. * I press divide
  9. * the result should be 1.5 on the screen

No Description

Contributors (1)