Skip to content

Commit b0df073

Browse files
committed
refine test case page
1 parent 4cf026f commit b0df073

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
@@ -26,7 +26,7 @@ Under the Test Steps tab, click `+ Test Step` dropdown button and select `Databa
2626
## Populate Step 1
2727
Click the name of step 1 to open its edit view.
2828

29-
Under the `Endpoint` tab, set JDBC URL `jdbc:h2:<APITestBase_Data>/database/sample;AUTO_SERVER=TRUE`, replacing `<APITestBase_Data>` with the real directory you can get by clicking the `Open Data Folder` item in the ATB system tray menu. The JDBC URL will be used by the test step to connect to the sample database.
29+
Under the `Endpoint` tab, set JDBC URL `jdbc:h2:<APITestBase_Data>/database/sample;AUTO_SERVER=TRUE`, replacing `<APITestBase_Data>` with the value on your machine (refer to [Maintenance](/docs/en/maintenance)). The JDBC URL will be used by the test step to connect to the sample database.
3030

3131
Then set Username and Password which can be found in `<APITestBase_Data>/config.yml`.
3232

@@ -40,7 +40,7 @@ insert into article (id, title, content) values (1, 'article1', 'content1');
4040
insert into article (id, title, content) values (2, 'article2', 'content2');
4141
```
4242

43-
Click the Invoke button to try it out (i.e. run the script), like shown below.
43+
Click the `Invoke` button to try it out (i.e. run the script), like shown below.
4444

4545
![Database Setup](../../screenshots/basic-use/database-setup.png)
4646

0 commit comments

Comments
 (0)