Skip to content

Commit d94db07

Browse files
committed
refine Creating Automated Test Case
1 parent 066f599 commit d94db07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs/en/creating-automated-test-case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Creating Automated Test Case
33
permalink: /docs/en/creating-automated-test-case
44
key: docs-creating-automated-test-case
55
---
6-
We are going to demo how to test a REST API that updates an article in database. Check section [Sample Test Case](#sample-test-case) if you are eager to see what the test case looks like.
6+
We are going to demo how to test a REST API that updates an article record in database. Check section [Sample Test Case](#sample-test-case) if you are eager to see what the test case looks like.
77

8-
The API is the sample Article API that is bundled with API Test Base. It does CRUD operations against the Article table in a sample H2 database. The sample database is automatically created under `<ATB_DATA_DIR>/database` when API Test Base is launched for the first time. You can find `<ATB_DATA_DIR>` directory via system tray menu item `Open Data Folder`.
8+
The REST API is the sample Article API that is bundled with API Test Base. It does CRUD operations on the records in the Article table in a sample H2 database. The sample database is automatically created under `<ATB_DATA_DIR>/database` when API Test Base is launched for the first time. Refer to [Maintenance](/docs/en/maintenance) for more details.
99

1010
We are planning to have three test steps in our test case
1111
```

0 commit comments

Comments
 (0)