You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/en/creating-automated-test-case.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Creating Automated Test Case
3
3
permalink: /docs/en/creating-automated-test-case
4
4
key: docs-creating-automated-test-case
5
5
---
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.
7
7
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.
9
9
10
10
We are planning to have three test steps in our test case
0 commit comments