Skip to content

Commit e55e806

Browse files
committed
misc
1 parent 5e6a9f6 commit e55e806

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tags: # Not sure why. Unlike other article pages, here can't use 'tags: tag1
2020
- mock-service
2121
- data-driven-testing
2222
- amqp-testing
23+
- file-testing
2324
- ftp-testing
2425
- sftp-testing
2526
- activemq-testing
@@ -29,7 +30,7 @@ tags: # Not sure why. Unlike other article pages, here can't use 'tags: tag1
2930
---
3031
API Test Base is a free tool for integration testing a variety of APIs. It is suitable for Integration, ESB and Microservices testing.
3132

32-
Currently supported API types: HTTP, SOAP, Relational databases (Oracle, SQL Server, PostgreSQL, H2, etc.), JMS (ActiveMQ, Solace), FTP(S), SFTP, AMQP, MQTT, IBM MQ, IBM App Connect Enterprise (ACE; formerly IIB).
33+
Currently supported API types: HTTP, SOAP, Relational databases (Oracle, SQL Server, PostgreSQL, H2, etc.), JMS (ActiveMQ, Solace), File, FTP(S), SFTP, AMQP, MQTT, IBM MQ, IBM App Connect Enterprise (ACE; formerly IIB).
3334

3435
API Test Base makes it easier and better experience to create and maintain automated API test cases.
3536

@@ -40,7 +41,7 @@ Feature highlights
4041
* No code. Low code.
4142
* Offline first. All your data is stored on your local machine. No internet connection is required to use the tool.
4243
* Standalone requests, and plain old test cases.
43-
* HTTP stubs (mock servers), built-in data driven testing, endpoints management, placeholders in assertions, etc.
44+
* HTTP stubs (mock servers), pattern based test case creation, built-in data driven testing, endpoints management, placeholders in assertions, etc.
4445
* Support Docker.
4546
* Support VCS (like Git) based team collaboration.
4647

-1.44 KB
Loading

0 commit comments

Comments
 (0)