File: crudoomstep.script

package info (click to toggle)
qtmobility 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 169,300 kB
  • ctags: 92,483
  • sloc: cpp: 759,105; ansic: 16,292; xml: 5,054; sh: 920; perl: 369; makefile: 167
file content (62 lines) | stat: -rw-r--r-- 3,437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
//
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description: 
//

LOAD_SUITE Te_PerformanceFunctionalitySuite

START_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81152
//! @SYMTestCaseID PIM-APPENG-CNTMODEL-CIT-P81152
//! @SYMTestType CIT
//! @SYMTestPriority High
//! @SYMPREQ 811
//! @SYMTestCaseDesc CRUD Out of Memory tests
//! @SYMTestActions Store client-side heap size
//! Set API call to fail at on nth allocation
//! Call Create, read, update, commit, close  APIs
//! Check that the correct error code is returned
//! Check that client-side heap size is the same as the initial size
//! Repeat test until the api completes successfully
//! Repeat test for server-side allocation
//! @SYMTestExpectedResults Check that the correct error code is returned and that no memory leaks occur after the api call fails
RUN_TEST_STEP 500 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Read
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Open
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Delete
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Add
RUN_TEST_STEP 500 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Close
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Commit
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini Update
END_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81152

START_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81167
//! @SYMTestCaseID PIM-APPENG-CNTMODEL-CIT-P81167
//! @SYMTestType CIT
//! @SYMTestPriority High
//! @SYMPREQ 811
//! @SYMTestCaseDesc views OOM test
//! @SYMTestActions Store client-side heap size
//! Set API call to fail at on nth allocation
//! Create Local View
//! Wait for view to get populated
//! Check that the correct error code is returned
//! Check that client-side heap size is the same as the initial size	
//! Repeat test until view is populated successfully
//! Repeat test for server-side allocation
//! Repeat test for remote view
//! @SYMTestExpectedResults KErrNoMemory error code is returned, OOM situation should cause out of memory error
//! client-side heap size is the same as the initial size, All functions should be leave safe
RUN_TEST_STEP 10000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini ViewsLocalFS
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini ViewsRemote
RUN_TEST_STEP 1000 Te_PerformanceFunctionalitySuite CRUDOOMStep c:\PerformanceFunc\configs\te_PerformanceFunctionalitySuite.ini ViewsLocal
START_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81167