root / tests / testcases / test_stability.xml

Revision 514:34095e2f612f, 1.6 kB (checked in by Harri Kaimio <harri@…>, 5 years ago)

Added support for imported image instances that do noyt (yet) have
an associated file.

Fixed PhotovaultImage#getScaledRendering? to work with B/W images

Added test case description for stability testing.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4  Copyright (c) 2006 Harri Kaimio
5 
6  This file is part of Photovault.
7
8  Photovault is free software; you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by
10  the Free Software Foundation; either version 2 of the License, or
11  (at your option) any later version.
12
13  Photovault is distributed in the hope that it will be useful, but
14  WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  General Public License for more details.
17
18  You should have received a copy of the GNU General Public License
19  along with Photovault; if not, write to the Free Software Foundation,
20  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
21-->
22
23<!-- 
24Test case for verifying basic delete functionality
25-->
26
27<testcase>
28    <id>test_stability</id>
29    <component>imginfo</component>
30    <summary>
31        Do robustness test round for Photovault.
32    </summary>
33    <description>
34        Open Photovault database with enough images. Use it for about 30
35        minutes. Do at least following operations:
36         
37         * Open at least 100 images for viewing, including several big images
38
39         * View images with "fit to window" and different zoom levels
40         
41         * Open some images in different window
42
43         * Crop images
44
45         * Adjust resolution of some images
46
47         * Import a directory
48
49         * Update volumes, browse files at same time
50
51         
52    </description>
53    <expectedresult>
54        All operations work with sufficient performance, no unexpected
55        errors.
56    </expectedresult>
57</testcase> 
58       
Note: See TracBrowser for help on using the browser.