sl@0
|
1 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
2 |
// graphics-wserv-integ-dsa.script
|
sl@0
|
3 |
//
|
sl@0
|
4 |
// Tests Public elements of the DSA class
|
sl@0
|
5 |
// as a means of confidence that the APIs work as expected.
|
sl@0
|
6 |
//
|
sl@0
|
7 |
// The purpose is to provide a regression test suite of Public
|
sl@0
|
8 |
// APIs for DSA. Negative testing is performed to confirm that correct
|
sl@0
|
9 |
// errors are returned when incorrect parameters are given.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// The tests are fully automated.
|
sl@0
|
12 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
13 |
|
sl@0
|
14 |
LOAD_SUITE t_wservintegserver
|
sl@0
|
15 |
|
sl@0
|
16 |
//! @file
|
sl@0
|
17 |
//! @SYMTestSuiteName graphics-wserv-integ-dsa
|
sl@0
|
18 |
//! @SYMScriptTestEnvironment This test script requires a modified ROM, which replaces
|
sl@0
|
19 |
//! the default wsini.ini with wsini_dsa_h6.ini.
|
sl@0
|
20 |
|
sl@0
|
21 |
START_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0002
|
sl@0
|
22 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-DSA-0001-0002
|
sl@0
|
23 |
//! @SYMPREQ 1007 1019
|
sl@0
|
24 |
//! @SYMREQ 8222 8223 8227
|
sl@0
|
25 |
//! @SYMAPI DSA
|
sl@0
|
26 |
//! @SYMAuthor Andy Kinney
|
sl@0
|
27 |
//! @SYMCreationDate 16/03/2007
|
sl@0
|
28 |
//! @SYMTestCaseDependencies setup-graphics-wserv-integ-dsa.script wsini_dsa.ini
|
sl@0
|
29 |
//! @SYMTestCaseDesc Check DSA app is aborted when screen rotated
|
sl@0
|
30 |
//! @SYMTestActions 1. Start non-DSA app (t_app1.exe)
|
sl@0
|
31 |
//! 2. Start DSA app (t_dsaapp.exe)
|
sl@0
|
32 |
//! 3. t_dsaapp draws to top half of screen
|
sl@0
|
33 |
//! red/green alternate frames
|
sl@0
|
34 |
//! 4. t_app1 rotates screen to 0 after (dummy rotation since 90 degree not supported on H6)
|
sl@0
|
35 |
//! number of iterations divided by number of rotations
|
sl@0
|
36 |
//! 5. t_dsaapp reaches last iteration and writes result file
|
sl@0
|
37 |
//! 6. TEF Step code reads result file and checks for expected
|
sl@0
|
38 |
//! values, and reports pass or fail
|
sl@0
|
39 |
//! @SYMTestStatus Implemented
|
sl@0
|
40 |
//! @SYMTestPriority Critical
|
sl@0
|
41 |
//! @SYMTestExpectedResults The screen does not rotate and no panics are generated. Top half of screen is displaying
|
sl@0
|
42 |
//! alternate frames of green and blue. DSA App does not count any abort requests
|
sl@0
|
43 |
/! @SYMTestType CIT
|
sl@0
|
44 |
RUN_TEST_STEP 180 t_wservintegserver WServIntegDsa c:\graphics\graphics-wserv-integ-dsa.ini graphics-wserv-integ-dsa-0001-002
|
sl@0
|
45 |
END_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0002
|