mitxp / HbbTV-Testsuite

Tests for HbbTV implementations
http://itv.mit-xperts.com/hbbtvtest/
131 stars 56 forks source link

issue about onChannelChangeSucceeded case #5

Closed bjjay closed 13 years ago

bjjay commented 13 years ago

If "change to other HbbTV testsuite channel" , the old channel app isn't killed, and the new channel doesn't launch new app, does it?

mitxp commented 13 years ago

When you run the following test: "Get and set channel" > "onChannelChangeSucceeded", you should use the remote control number keys or P+ / P- to change to the other HbbTV testsuite channel (either from Testsuite1 to Testsuite2 or vice versa). When doing so, the application should not be killed and no application launching should occur, as the same application (the one that is currently running) is signalled on both AITs. Once the channel change is completed, the device should send a onChannelChangeSucceeded event to indicate that the change just happened. The test is waiting for the event and will only pass if the event is received.

Hope this answers your questions :)

bjjay commented 13 years ago

Thanks for your answers.