Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Test Cases #18

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.ketryx.sample;

/**
* Utility class to calculate dose.
* Utility class to calculate the dosage dose.
*
* @itemId:DoseCalculation
* @itemTitle:"Dose calculation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class DoseCalculationTest {
/**
* Tests that dose is computed correctly.
* @tests:DoseCalculation
* @itemTitle:"Test Dose Calculation"
* @itemTitle:"Verify Dose Calculation"
*/
@Test
public void doseCalculationTest() {
Expand Down
2 changes: 1 addition & 1 deletion specs/spec-dose-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ itemUses: DoseCalculation

The dose administration UI contains an input field to enter an insulin dosage and a button to submit and administer the dose.

If the dosage exceeds the allowed maximum, an error message is shown.
If the dosage exceeds the allowed maximum, the error message is shown.
2 changes: 1 addition & 1 deletion tests/test-feedback-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ itemTests: spec-feedback-form, KW-10

The purpose of a feedback form in an iOS app is to allow users to provide feedback, suggestions, and report any issues they may have encountered while using the app.

The feedback form should contain the following fields:
The feedback form should contain all the following fields:

- full name
- email address
Expand Down
Loading