Test Cases for the GTC Backwards Check with Random Sleep Test (Windows Embedded CE 6.0)

1/6/2010

The following table shows the test cases for the GTC Backwards Check with Random Sleep Test.

Test case Description

1

Timer Test Usage Message

Prints out the usage message for the OAL Timer Tests. Tells the user what the tests do and specifies the input if any that the user needs to provide to the tests.

1030

Tick Count Backwards Check – random sleep

This test confirms that the clock for the GetTickCount function is a monotonically increasing value that runs backward only when it overflows.

This test case does the same thing as test case 1020 except that it sleeps for random time intervals (between 0 and 1000 milliseconds) between subsequent calls to the GetTickCount. That is, the test checks the timer every time it wakes up after sleeping for a random amount of time.

By default, this test case runs for 3 hours. You can specify the length of time that it runs by specifying -c "–backwardsRunTime seconds", where seconds is the run time for the test in seconds.

See Also

Other Resources

GTC Backwards Check with Random Sleep Test