WebRTC/Test Plan/Peer Connection: Difference between revisions
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
* Media flow and changes to it with streams across each peer | * Media flow and changes to it with streams across each peer | ||
=== | === Test Cases === | ||
== Localhost Real Stream Test Cases == | == Localhost Real Stream Test Cases == | ||
Revision as of 21:14, 6 April 2013
DOM Analysis Test Cases
Flows & Edge Cases to Consider
- Happy path flows for typical peer connection handshakes
- Multiple peers making peer connection handshakes
- Adding of ice candidates generated during handshake
- Closing of connections
- State changes throughout peer connection handshake and it's effects on attributes and event handlers
- Negative flow - add multiple streams of the same type
- Negative flow - Out of order execution of the handshake between two peers
- Media flow and changes to it with streams across each peer