Skip to content

Commit ec99713

Browse files
committed
update readme
1 parent d5cbd0c commit ec99713

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ VoltTest is a high-performance PHP performance testing SDK powered by a Golang e
44
It combines PHP’s simplicity with Go’s speed and concurrency, allowing you to define, run, and analyze tests with an intuitive API while leveraging Go for efficient load generation.
55

66
## Features
7-
- [x] Multiple Scenario Support with Weights – Run different test scenarios with custom weight distributions.
8-
- [x] Data Provider for Virtual Users - Assign dynamic data to virtual users for realistic test simulations.
9-
- [x] Extract Data from Requests – Capture and reuse response data in subsequent requests.
10-
- [x] Request Customization & Response Validation – Modify headers, payloads, and assert results.
11-
- [x] Think Time & Ramp-Up Configuration – Simulate real-user behavior.
12-
- [x] Detailed Reports & Distributed Execution – Scale tests and analyze results.
13-
- [x] Debug Requests - Inspect and troubleshoot request/response payloads easily.
14-
- [ ] Cloud Execution – Seamless cloud-based testing in progress.
7+
- [x] **Multiple Scenario Support with Weights** – Run different test scenarios with custom weight distributions.
8+
- [x] **Data Provider for Virtual Users** - Assign dynamic data to virtual users for realistic test simulations.
9+
- [x] **Extract Data from Requests** – Capture and reuse response data in subsequent requests.
10+
- [x] **Request Customization & Response Validation** – Modify headers, payloads, and assert results.
11+
- [x] **Think Time & Ramp-Up Configuration** – Simulate real-user behavior.
12+
- [x] **Detailed Reports & Distributed Execution** – Scale tests and analyze results.
13+
- [x] **Debug Requests** - Inspect and troubleshoot request/response payloads easily.
14+
- [ ] **Cloud Execution** – Seamless cloud-based testing in progress.
1515

1616

1717
## Architecture

0 commit comments

Comments
 (0)