sl@0
|
1 |
//
|
sl@0
|
2 |
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
// All rights reserved.
|
sl@0
|
4 |
// This component and the accompanying materials are made available
|
sl@0
|
5 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
// which accompanies this distribution, and is available
|
sl@0
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
//
|
sl@0
|
9 |
// Initial Contributors:
|
sl@0
|
10 |
// Nokia Corporation - initial contribution.
|
sl@0
|
11 |
//
|
sl@0
|
12 |
// Contributors:
|
sl@0
|
13 |
//
|
sl@0
|
14 |
// Description:
|
sl@0
|
15 |
//
|
sl@0
|
16 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
17 |
// graphics-wserv-integ-dsa.script
|
sl@0
|
18 |
//
|
sl@0
|
19 |
// Tests Public elements of the DSA class
|
sl@0
|
20 |
// as a means of confidence that the APIs work as expected.
|
sl@0
|
21 |
//
|
sl@0
|
22 |
// The purpose is to provide a regression test suite of Public
|
sl@0
|
23 |
// APIs for DSA. Negative testing is performed to confirm that correct
|
sl@0
|
24 |
// errors are returned when incorrect parameters are given.
|
sl@0
|
25 |
//
|
sl@0
|
26 |
// The tests are fully automated.
|
sl@0
|
27 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
28 |
|
sl@0
|
29 |
LOAD_SUITE t_wservintegserver
|
sl@0
|
30 |
|
sl@0
|
31 |
//! @file
|
sl@0
|
32 |
//! @SYMTestSuiteName graphics-wserv-integ-dsa
|
sl@0
|
33 |
//! @SYMScriptTestEnvironment This test script requires a modified ROM, which replaces
|
sl@0
|
34 |
//! the default wsini.ini with wsini_dsa_h4.ini.
|
sl@0
|
35 |
|
sl@0
|
36 |
START_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0001
|
sl@0
|
37 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-DSA-0001-0001
|
sl@0
|
38 |
//! @SYMPREQ 1007 1019
|
sl@0
|
39 |
//! @SYMREQ 8222 8223 8227
|
sl@0
|
40 |
//! @SYMAPI DSA
|
sl@0
|
41 |
//! @SYMAuthor Andy Kinney
|
sl@0
|
42 |
//! @SYMCreationDate 16/03/2007
|
sl@0
|
43 |
//! @SYMTestCaseDependencies setup-graphics-wserv-integ-dsa.script wsini_dsa.ini
|
sl@0
|
44 |
//! @SYMTestCaseDesc Check DSA app is aborted when screen rotated
|
sl@0
|
45 |
//! @SYMTestActions 1. Start non-DSA app (t_app1.exe)
|
sl@0
|
46 |
//! 2. Start DSA app (t_dsaapp.exe)
|
sl@0
|
47 |
//! 3. t_dsaapp draws to top half of screen
|
sl@0
|
48 |
//! red/green alternate frames
|
sl@0
|
49 |
//! 4. t_app1 rotates screen to 90 after
|
sl@0
|
50 |
//! number of iterations divided by number of rotations
|
sl@0
|
51 |
//! 5. t_dsaapp reaches last iteration and writes result file
|
sl@0
|
52 |
//! 6. TEF Step code reads result file and checks for expected
|
sl@0
|
53 |
//! values, and reports pass or fail
|
sl@0
|
54 |
//! @SYMTestStatus Implemented
|
sl@0
|
55 |
//! @SYMTestPriority Critical
|
sl@0
|
56 |
//! @SYMTestExpectedResults The screen rotates to 90, then back to 0. Top half of screen is displaying
|
sl@0
|
57 |
//! alternate frames of green and blue. DSA App counts that it received two
|
sl@0
|
58 |
//! abort requests based on screen rotation.
|
sl@0
|
59 |
//! @SYMTestType CIT
|
sl@0
|
60 |
RUN_TEST_STEP 180 t_wservintegserver WServIntegDsa c:\graphics\graphics-wserv-integ-dsa.ini graphics-wserv-integ-dsa-0001-001
|
sl@0
|
61 |
END_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0001
|