Test order during Channel Behavior Analysis

Hi,

When trying to run the channel behavior Analysis I can see that the test are not ran in the correct order.

Instead of running in order 1,2,3,4,5,6 it runs 3,5,1,4,2,6

The problem is that test 1 and 6 are sign in / sign out scripts

# Test title Status Severity Category Requirements Actions
1 beforeAll Pass Info Setup
roku-blog






2 Channel Launch Performance Pass Info Performance 3.2
roku-blog






3 Channel Deep Linking Basic Error Error Deep Linking 5.1
roku-blog






4 Channel Deep Linking Basic Pass Info Deep Linking 5.1
roku-blog






5 Channel Content Play Performance Error Error Performance 3.6
roku-blog






6 afterAll Pass Info Teardown
roku-blog






Any ideas why?

From my understanding of the Channel Behavior Analysis the order in which they are shouldn’t matter. The Sign in / sign out scripts should run for every channel test that is run. All the channel tests are independent from each other.
If you look to the Actions column it should give you several ways of determining what went wrong with the test; with a general information on the error, the script that was used and a screen shot of your channel where it failed. Note the script can be used to run the tests on your own system so you can watch it run.
Hope this helps.