sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: ///////////////////////////////////////////////////////////////////// sl@0: // graphics-wserv-integ-dsa.script sl@0: // sl@0: // Tests Public elements of the DSA class sl@0: // as a means of confidence that the APIs work as expected. sl@0: // sl@0: // The purpose is to provide a regression test suite of Public sl@0: // APIs for DSA. Negative testing is performed to confirm that correct sl@0: // errors are returned when incorrect parameters are given. sl@0: // sl@0: // The tests are fully automated. sl@0: ///////////////////////////////////////////////////////////////////// sl@0: sl@0: LOAD_SUITE t_wservintegserver sl@0: sl@0: //! @file sl@0: //! @SYMTestSuiteName graphics-wserv-integ-dsa sl@0: //! @SYMScriptTestEnvironment This test script requires a modified ROM, which replaces sl@0: //! the default wsini.ini with wsini_dsa_h4.ini. sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-DSA-0001-0001 sl@0: //! @SYMPREQ 1007 1019 sl@0: //! @SYMREQ 8222 8223 8227 sl@0: //! @SYMAPI DSA sl@0: //! @SYMAuthor Andy Kinney sl@0: //! @SYMCreationDate 16/03/2007 sl@0: //! @SYMTestCaseDependencies setup-graphics-wserv-integ-dsa.script wsini_dsa.ini sl@0: //! @SYMTestCaseDesc Check DSA app is aborted when screen rotated sl@0: //! @SYMTestActions 1. Start non-DSA app (t_app1.exe) sl@0: //! 2. Start DSA app (t_dsaapp.exe) sl@0: //! 3. t_dsaapp draws to top half of screen sl@0: //! red/green alternate frames sl@0: //! 4. t_app1 rotates screen to 90 after sl@0: //! number of iterations divided by number of rotations sl@0: //! 5. t_dsaapp reaches last iteration and writes result file sl@0: //! 6. TEF Step code reads result file and checks for expected sl@0: //! values, and reports pass or fail sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority Critical sl@0: //! @SYMTestExpectedResults The screen rotates to 90, then back to 0. Top half of screen is displaying sl@0: //! alternate frames of green and blue. DSA App counts that it received two sl@0: //! abort requests based on screen rotation. sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 180 t_wservintegserver WServIntegDsa c:\graphics\graphics-wserv-integ-dsa.ini graphics-wserv-integ-dsa-0001-001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-DSA-0001-0001