os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-dsa.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-dsa.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,61 @@
     1.4 +//
     1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description: 
    1.18 +//
    1.19 +/////////////////////////////////////////////////////////////////////
    1.20 +// graphics-wserv-integ-dsa.script
    1.21 +//
    1.22 +// Tests Public elements of the DSA class
    1.23 +// as a means of confidence that the APIs work as expected.
    1.24 +// 
    1.25 +// The purpose is to provide a regression test suite of Public
    1.26 +// APIs for DSA. Negative testing is performed to confirm that correct 
    1.27 +// errors are returned when incorrect parameters are given.
    1.28 +//
    1.29 +// The tests are fully automated.
    1.30 +/////////////////////////////////////////////////////////////////////
    1.31 +
    1.32 +LOAD_SUITE	t_wservintegserver
    1.33 +
    1.34 +//! @file
    1.35 +//! @SYMTestSuiteName		graphics-wserv-integ-dsa
    1.36 +//! @SYMScriptTestEnvironment	This test script requires a modified ROM, which replaces
    1.37 +//! 				the default wsini.ini with wsini_dsa_h4.ini.
    1.38 +
    1.39 +START_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0001
    1.40 +//! @SYMTestCaseID		GRAPHICS-WSERV-INTEG-DSA-0001-0001
    1.41 +//! @SYMPREQ					1007 1019
    1.42 +//! @SYMREQ						8222 8223 8227
    1.43 +//! @SYMAPI			DSA
    1.44 +//! @SYMAuthor			Andy Kinney
    1.45 +//! @SYMCreationDate		16/03/2007
    1.46 +//! @SYMTestCaseDependencies	setup-graphics-wserv-integ-dsa.script wsini_dsa.ini
    1.47 +//! @SYMTestCaseDesc		Check DSA app is aborted when screen rotated
    1.48 +//! @SYMTestActions		1. Start non-DSA app (t_app1.exe)
    1.49 +//!				2. Start DSA app (t_dsaapp.exe)
    1.50 +//!				3. t_dsaapp draws to top half of screen
    1.51 +//!				   red/green alternate frames
    1.52 +//!				4. t_app1 rotates screen to 90 after 
    1.53 +//!				   number of iterations divided by number of rotations
    1.54 +//!				5. t_dsaapp reaches last iteration and writes result file
    1.55 +//!				6. TEF Step code reads result file and checks for expected
    1.56 +//!				   values, and reports pass or fail
    1.57 +//! @SYMTestStatus		Implemented
    1.58 +//! @SYMTestPriority		Critical
    1.59 +//! @SYMTestExpectedResults	The screen rotates to 90, then back to 0. Top half of screen is displaying
    1.60 +//!				alternate frames of green and blue. DSA App counts that it received two
    1.61 +//!				abort requests based on screen rotation.
    1.62 +//! @SYMTestType		CIT
    1.63 +RUN_TEST_STEP			180	t_wservintegserver	WServIntegDsa	c:\graphics\graphics-wserv-integ-dsa.ini	graphics-wserv-integ-dsa-0001-001
    1.64 +END_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0001