-
Notifications
You must be signed in to change notification settings - Fork 2
Basic encounter tests
Thomas Schwotzer edited this page Nov 24, 2025
·
14 revisions
Two peers exchange a single message in variants.
| Scenario | #bytes | Action Sequence | Expected Result | shorthand | Scripts | Tests |
|---|---|---|---|---|---|---|
| CSx | <100 | B opens port; A connects to B; A sends message | B received message | Cab;Sa:1;Eb:1 | v1 | plan&results |
| SCx | <100 | A sends message; B opens port; A connects B | B received message | Sa:1;Cab;Eb:1 | v1 | plan&results |
In a real test, x must be replace by a message len. Default is 1: A single byte is sent during a CS test.
- Project goals
- Step 0: Concept
- Step 1: API
- Step 2: Implementation
- Step 3: Shark Component
- Step 4: Testing
- Step 5: GUI
- Javadoc
- Shark Messenger User Guide
- How to use
- Command Page
- Basic peer management
- Managing persons
- Managing Certificates (PKI)
- De/Encrypting external files
- TCP connection handling
- Messaging
- Hub management
- Hub access management
- Encounter management
- Orchestrated Test Support