WebRTC/Test Plan/Peer Connection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
=== Flows & Edge Cases to Consider === | === 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 | |||
=== Smoke === | === Smoke === |
Revision as of 21:07, 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