Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0xMartin/NetworkAppTestingTool
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMartin committed Aug 12, 2024
2 parents f18ad17 + 7a23abe commit cd8f54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This **Black Box Testing** Tool is designed for automating the testing of **netw
- **🔍 Separation**: Emphasizes the separation of the evaluation application and its internal logic from the tested tasks.
- **🔌 Independence**: The tool operates independently of external network resources (servers, clients, ...), allowing it to create virtual servers and clients for testing purposes.
- **🛠️ Flexibility**: Users can easily define new test sets using specific keywords in the configuration.
- **📦 Deployment Versatility:** The tool can be run on localhost or integrated into CI/CD pipelines on platforms like GitLab and GitHub, ensuring seamless testing across different environments.
- **Plugin Support:** The tool supports the creation of custom plugins, allowing users to define their own keywords, communication modules or more for enhanced functionality. Tutorial is available [here](./examples/plugin-example).
- **🚀 Deployment Versatility:** The tool can be run on localhost or integrated into CI/CD pipelines on platforms like GitLab and GitHub, ensuring seamless testing across different environments.
- **📦 Plugin Support:** The tool supports the creating of custom plugins, allowing users to define their own keywords, communication modules or more for enhanced functionality. Tutorial is available [here](./examples/plugin-example).

<img src="./doc/diagram_simple_rest.png">

Expand Down

0 comments on commit cd8f54c

Please sign in to comment.